[Python-bugs-list] [ python-Bugs-417240 ] [Solaris] warning during build (original) (raw)

noreply@sourceforge.net noreply@sourceforge.net
Sat, 13 Oct 2001 01:50:55 -0700


Bugs item #417240, was opened at 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: Closed Resolution: Fixed 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: Martin v. L�wis (loewis) Date: 2001-10-13 01:50

Message: Logged In: YES user_id=21627

Thanks for the bug report. This is fixed in _curses_panel.c 1.7.


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