This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author panterrap
Recipients
Date 2004-06-24.00:16:26
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Problem with compiler of python-2.3.4 in
OpenBSD 3.5 i386


# ./configure --prefix=/usr/local/python-2.3.4
--with-cxx=/usr/bin/gcc

4 warnings sections in configure
 
------------
configure: WARNING: ncurses.h: present but cannot be
compiled
configure: WARNING: ncurses.h: check for missing
prerequisite headers?
configure: WARNING: ncurses.h: proceeding with the
preprocessor's result
configure: WARNING:     ##
------------------------------------ ##
configure: WARNING:     ## Report this to
bug-autoconf@gnu.org. ##
configure: WARNING:     ##
------------------------------------ ##
-------------
configure: WARNING: sys/audioio.h: present but cannot
be compiled
configure: WARNING: sys/audioio.h: check for missing
prerequisite headers?
configure: WARNING: sys/audioio.h: proceeding with the
preprocessor's result
configure: WARNING:     ##
------------------------------------ ##
configure: WARNING:     ## Report this to
bug-autoconf@gnu.org. ##
configure: WARNING:     ##
------------------------------------ ##
--------------
configure: WARNING: sys/lock.h: present but cannot be
compiled
configure: WARNING: sys/lock.h: check for missing
prerequisite headers?
configure: WARNING: sys/lock.h: proceeding with the
preprocessor's result
configure: WARNING:     ##
------------------------------------ ##
configure: WARNING:     ## Report this to
bug-autoconf@gnu.org. ##
configure: WARNING:     ##
------------------------------------ ##
--------------
configure: WARNING: sys/select.h: present but cannot be
compiled
configure: WARNING: sys/select.h: check for missing
prerequisite headers?
configure: WARNING: sys/select.h: proceeding with the
preprocessor's result
configure: WARNING:     ##
------------------------------------ ##
configure: WARNING:     ## Report this to
bug-autoconf@gnu.org. ##
configure: WARNING:     ##
------------------------------------ ##
---------------

my compilation in this platform

# gmake
/usr/bin/gcc -pthread -c -fno-strict-aliasing -DNDEBUG
-g -O3 -Wall -Wstrict-prototypes -I. -I./Include 
-DPy_BUILD_CORE -o Modules/ccpython.o ./Modules/ccpython.cc
In file included from /usr/include/sys/select.h:38,
                 from Include/pyport.h:118,
                 from Include/Python.h:48,
                 from ./Modules/ccpython.cc:3:
/usr/include/sys/event.h:53: syntax error before `;'
/usr/include/sys/event.h:55: syntax error before `;'
gmake: *** [Modules/ccpython.o] Error 1

-------------

P.D.: Python-2.2.3 in this platform  ok

History
Date User Action Args
2007-08-23 14:22:51adminlinkissue978632 messages
2007-08-23 14:22:51admincreate