
noreply at sourceforge
May 9, 2001, 8:58 AM
Post #1 of 1
(16 views)
Permalink
|
|
[ python-Bugs-417240 ] [Solaris] warning during build
|
|
Bugs item #417240, was updated on 2001-04-19 00:16 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=417240&group_id=5470 Category: Build Group: None Status: Open Resolution: None Priority: 5 Submitted By: Dimitri Papadopoulos (papadopo) >Assigned to: Eric S. Raymond (esr) Summary: [Solaris] warning during build Initial Comment: Hi, While building on Solaris with Sun's compiler I get this warning: $ ./configure --prefix=/usr/local/python-2.1 --with-signal-module --with-threads $make all [...] building '_curses_panel' extension cc -I. -I/tmp/Python-2.1/./Include -I/usr/local/include -IInclude/ -c /tmp/Python-2.1/Modules/_curses_panel.c -o build/temp.solaris-2.7-sun4u-2.1/_curses_panel.o -O -I. -I./Include -DHAVE_CONFIG_H "/tmp/Python-2.1/Modules/_curses_panel.c", line 307: warning: argument #2 is incompatible with prototype: prototype: pointer to char : "/usr/include/panel.h", line 51 argument : pointer to struct _object {int ob_refcnt, pointer to struct _typeobject {..} ob_type} [...] This is only a warning, not very important. Best Regards, Dimitri ---------------------------------------------------------------------- Comment By: Dimitri Papadopoulos (papadopo) Date: 2001-04-19 02:01 Message: Logged In: YES user_id=52414 This is with Python 2.1 by the way. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=417240&group_id=5470
|