[ python-Bugs-978632 ] configure and gmake fail in openbsd 3.5 i386
SourceForge.net
noreply at sourceforge.net
Wed Jun 23 20:16:26 EDT 2004
Bugs item #978632, was opened at 2004-06-24 00:16
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=978632&group_id=5470
Category: Installation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: - (panterrap)
Assigned to: Nobody/Anonymous (nobody)
Summary: configure and gmake fail in openbsd 3.5 i386
Initial Comment:
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 at 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 at 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 at 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 at 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
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=978632&group_id=5470
More information about the Python-bugs-list
mailing list