on 3/21/01 12:09 PM, "Sam Ruby" <[EMAIL PROTECTED]> wrote:

> Therefore Python is too.

Python does not compile on OSX yet.

Below is an attempt to compile 2.1b1 with OSX "Release Candidate" build
4k78. It isn't pretty.

uname -a
Darwin localhost 1.3 Darwin Kernel Version 1.3: Thu Mar  1 06:56:40 PST
2001; root:xnu/xnu-123.5.obj~1/RELEASE_PPC  Power Macintosh powerpc

The release notes for Python 2.1b1 claim:

<http://sourceforge.net/project/shownotes.php?release_id=25924>

    - 2.1 should compile and run out of the box under MacOS X, even using
      HFS+. Thanks to Steven Majewski!

It also doesn't compile on OSX Public Beta 2.

I have gotten an older version of Python to compile, but it didn't pass all
of its tests and also has issues with filesystems with case-insensitive
handling (HFS+ and Win32 systems).

I haven't tried with a CVS version of Python.

Java, Perl and shell scripts run just dandy.

-jon

[localhost] 2:02pm Python-2.1b1 # ./configure --prefix=/usr/local/python
creating cache ./config.cache
checking MACHDEP... darwin1
checking for --without-gcc... no
checking for --with-cxx=<compiler>... no
checking for c++... c++
checking whether the C++ compiler (c++  ) works... yes
checking whether the C++ compiler (c++  ) is a cross-compiler... no
checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc  ) works... yes
checking whether the C compiler (cc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for executable suffix... no
checking for --with-suffix...
checking LIBRARY... libpython$(VERSION).a
checking LINKCC... $(PURIFY) $(CC)
checking LDLIBRARY... libpython$(VERSION).a
checking for ranlib... ranlib
checking for ar... ar
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... cc -E -traditional-cpp
checking for AIX... no
checking for minix/config.h... no
checking whether cc accepts -OPT:Olimit=0... yes
checking for ANSI C header files... yes
checking for dlfcn.h... no
checking for fcntl.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for ncurses.h... no
checking for poll.h... no
checking for pthread.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stddef.h... yes
checking for stdlib.h... yes
checking for thread.h... no
checking for unistd.h... yes
checking for utime.h... yes
checking for termios.h... yes
checking for sys/audioio.h... no
checking for sys/file.h... yes
checking for sys/lock.h... yes
checking for db_185.h... no
checking for db.h... yes
checking for sys/param.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for sys/un.h... yes
checking for sys/utsname.h... yes
checking for sys/wait.h... yes
checking for pty.h... no
checking for libutil.h... no
checking for ndbm.h... yes
checking for db1/ndbm.h... no
checking for gdbm/ndbm.h... no
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for clock_t in time.h... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking size of int... 4
checking size of long... 4
checking size of void *... 4
checking size of char... 1
checking size of short... 2
checking size of float... 4
checking size of double... 8
checking size of fpos_t... 8
checking for long long support... yes
checking size of long long... 8
checking for uintptr_t support... no
checking size of off_t... 8
checking whether to enable large file support... yes
checking size of time_t... 4
checking for pthread_t... yes
checking size of pthread_t... 4
checking for --with-next-framework... no
checking for --with-dyld... no
checking SO... .so
checking LDSHARED... $(CC) $(CFLAGS) -nostdlib -r
checking CCSHARED...
checking LINKFORSHARED... -u __dummy -framework System -framework Foundation
checking CFLAGSFORSHARED...
checking for dlopen in -ldl... no
checking for shl_load in -ldld... no
checking for --with-pydebug... no
checking for t_open in -lnsl... no
checking for socket in -lsocket... no
checking for --with-libs... no
checking for --with-signal-module... yes
checking for --with-dec-threads... no
checking for --with-threads... yes
checking for mach/cthreads.h... no
checking for --with-pth... no
checking for pthread_create in -lpthread... yes
checking for usconfig in -lmpc... no
checking for thr_create in -lthread... no
checking for --with-cycle-gc... yes
checking for --with-pymalloc... no
checking for --with-wctype-functions... no
checking for --with-sgi-dl... no
checking for --with-dl-dld... no
checking for dlopen... no
checking DYNLOADFILE... dynload_next.o
checking for alarm... yes
checking for chown... yes
checking for clock... yes
checking for confstr... yes
checking for ctermid... yes
checking for ctermid_r... no
checking for execv... yes
checking for flock... yes
checking for fork... yes
checking for fsync... yes
checking for fdatasync... no
checking for fpathconf... yes
checking for ftime... no
checking for ftruncate... yes
checking for getgroups... yes
checking for getlogin... yes
checking for getpeername... yes
checking for getpid... yes
checking for getpwent... yes
checking for getwd... yes
checking for kill... yes
checking for link... yes
checking for lstat... yes
checking for mkfifo... yes
checking for mktime... yes
checking for mremap... no
checking for nice... yes
checking for pathconf... yes
checking for pause... yes
checking for plock... no
checking for poll... no
checking for pthread_init... no
checking for putenv... yes
checking for readlink... yes
checking for select... yes
checking for setegid... yes
checking for seteuid... yes
checking for setgid... yes
checking for setlocale... yes
checking for setregid... yes
checking for setreuid... yes
checking for setsid... yes
checking for setpgid... yes
checking for setuid... yes
checking for setvbuf... yes
checking for sigaction... yes
checking for siginterrupt... yes
checking for sigrelse... no
checking for strftime... yes
checking for strptime... no
checking for symlink... yes
checking for sysconf... yes
checking for tcgetpgrp... yes
checking for tcsetpgrp... yes
checking for tempnam... yes
checking for timegm... no
checking for times... yes
checking for tmpfile... yes
checking for tmpnam... yes
checking for tmpnam_r... no
checking for truncate... yes
checking for uname... yes
checking for waitpid... yes
checking for _getpty... no
checking for openpty... yes
checking for forkpty... yes
checking for fseek64... no
checking for fseeko... yes
checking for fstatvfs... no
checking for ftell64... no
checking for ftello... yes
checking for statvfs... no
checking for dup2... yes
checking for getcwd... yes
checking for strdup... yes
checking for strerror... yes
checking for memmove... yes
checking for getpgrp... yes
checking for setpgrp... yes
checking for gettimeofday... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for tm_zone in struct tm... yes
checking for time.h that defines altzone... no
checking whether sys/select.h and sys/time.h may both be included... yes
checking whether char is unsigned... no
checking for working const... yes
checking for working volatile... yes
checking for working signed char... yes
checking for prototypes... yes
checking for variable length prototypes and stdarg.h... yes
checking for bad exec* prototypes... no
checking for bad static forward... no
checking whether va_list is an array... no
checking for gethostbyname_r... no
checking for gethostbyname... yes
checking for __fpu_control... no
checking for __fpu_control in -lieee... no
checking for --with-fpectl... no
checking for --with-libm=STRING... default LIBM=""
checking for --with-libc=STRING... default LIBC=""
checking for --with-check-import-case... no
checking for hypot... yes
checking what malloc(0) returns... nonnull
checking for wchar.h... no
checking for usable wchar_t... no
checking whether byte ordering is bigendian... yes
checking whether right shift extends the sign bit... yes
checking for getc_unlocked() and friends... no
checking for socklen_t... no
checking for build directories... done
updating cache ./config.cache
creating ./config.status
creating Makefile.pre
creating Modules/Setup.config
creating config.h
creating Setup
creating Setup.local
creating Makefile
[localhost] 2:03pm Python-2.1b1 # make
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Modul
es/python.o Modules/python.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Modules/python.c:3:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Parse
r/acceler.o Parser/acceler.c
In file included from ./Include/pyport.h:84,
                 from ./Include/pymem.h:7,
                 from ./Include/pgenheaders.h:24,
                 from Parser/acceler.c:13:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Parse
r/grammar1.o Parser/grammar1.c
In file included from ./Include/pyport.h:84,
                 from ./Include/pymem.h:7,
                 from ./Include/pgenheaders.h:24,
                 from Parser/grammar1.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Parse
r/listnode.o Parser/listnode.c
In file included from ./Include/pyport.h:84,
                 from ./Include/pymem.h:7,
                 from ./Include/pgenheaders.h:24,
                 from Parser/listnode.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Parse
r/node.o Parser/node.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Parser/node.c:3:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Parse
r/parser.o Parser/parser.c
In file included from ./Include/pyport.h:84,
                 from ./Include/pymem.h:7,
                 from ./Include/pgenheaders.h:24,
                 from Parser/parser.c:8:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Parse
r/parsetok.o Parser/parsetok.c
In file included from ./Include/pyport.h:84,
                 from ./Include/pymem.h:7,
                 from ./Include/pgenheaders.h:24,
                 from Parser/parsetok.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Parse
r/tokenizer.o Parser/tokenizer.c
In file included from ./Include/pyport.h:84,
                 from ./Include/pymem.h:7,
                 from ./Include/pgenheaders.h:24,
                 from Parser/tokenizer.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Parse
r/bitset.o Parser/bitset.c
In file included from ./Include/pyport.h:84,
                 from ./Include/pymem.h:7,
                 from ./Include/pgenheaders.h:24,
                 from Parser/bitset.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Parse
r/metagrammar.o Parser/metagrammar.c
In file included from ./Include/pyport.h:84,
                 from ./Include/pymem.h:7,
                 from ./Include/pgenheaders.h:24,
                 from Parser/metagrammar.c:2:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Parse
r/myreadline.o Parser/myreadline.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Parser/myreadline.c:12:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Objec
ts/abstract.o Objects/abstract.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Objects/abstract.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Objec
ts/bufferobject.o Objects/bufferobject.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Objects/bufferobject.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Objec
ts/cellobject.o Objects/cellobject.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Objects/cellobject.c:3:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Objec
ts/classobject.o Objects/classobject.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Objects/classobject.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Objec
ts/cobject.o Objects/cobject.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Objects/cobject.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Objec
ts/complexobject.o Objects/complexobject.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Objects/complexobject.c:10:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Objec
ts/fileobject.o Objects/fileobject.c
Objects/fileobject.c:12: warning: could not use precompiled header
'/usr/include
/unistd.p', because:
Objects/fileobject.c:12: warning: macro '_POSIX_THREADS' redefined,
locations of
 the conflict are:
Objects/fileobject.c:12: warning:   /usr/include/unistd.h:82 (within this
precom
piled header)
/usr/include/sys/unistd.h:87: warning: redefinition of macro _POSIX_THREADS
./config.h:159: warning: this is the location of the previous definition
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Objects/fileobject.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
In file included from /usr/include/signal.h:62,
                 from /usr/include/unistd.h:176,
                 from Objects/fileobject.c:12:
/usr/include/sys/signal.h:141: warning: function declaration isn't a
prototype
/usr/include/sys/signal.h:181: warning: function declaration isn't a
prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Objec
ts/floatobject.o Objects/floatobject.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Objects/floatobject.c:7:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Objec
ts/frameobject.o Objects/frameobject.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Objects/frameobject.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Objec
ts/funcobject.o Objects/funcobject.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Objects/funcobject.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Objec
ts/intobject.o Objects/intobject.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Objects/intobject.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Objec
ts/listobject.o Objects/listobject.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Objects/listobject.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Objec
ts/longobject.o Objects/longobject.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Objects/longobject.c:6:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Objec
ts/dictobject.o Objects/dictobject.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Objects/dictobject.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Objec
ts/methodobject.o Objects/methodobject.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Objects/methodobject.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Objec
ts/moduleobject.o Objects/moduleobject.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Objects/moduleobject.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Objec
ts/object.o Objects/object.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Objects/object.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Objec
ts/rangeobject.o Objects/rangeobject.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Objects/rangeobject.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Objec
ts/sliceobject.o Objects/sliceobject.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Objects/sliceobject.c:16:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Objec
ts/stringobject.o Objects/stringobject.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Objects/stringobject.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Objec
ts/tupleobject.o Objects/tupleobject.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Objects/tupleobject.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Objec
ts/typeobject.o Objects/typeobject.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Objects/typeobject.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Objec
ts/unicodeobject.o Objects/unicodeobject.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Objects/unicodeobject.c:39:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Objec
ts/unicodectype.o Objects/unicodectype.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Objects/unicodectype.c:11:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/bltinmodule.o Python/bltinmodule.c
Python/bltinmodule.c:13: warning: could not use precompiled header
'/usr/include
/unistd.p', because:
Python/bltinmodule.c:13: warning: macro '_POSIX_THREADS' redefined,
locations of
 the conflict are:
Python/bltinmodule.c:13: warning:   /usr/include/unistd.h:82 (within this
precom
piled header)
/usr/include/sys/unistd.h:87: warning: redefinition of macro _POSIX_THREADS
./config.h:159: warning: this is the location of the previous definition
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Python/bltinmodule.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
In file included from /usr/include/signal.h:62,
                 from /usr/include/unistd.h:176,
                 from Python/bltinmodule.c:13:
/usr/include/sys/signal.h:141: warning: function declaration isn't a
prototype
/usr/include/sys/signal.h:181: warning: function declaration isn't a
prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/exceptions.o Python/exceptions.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Python/exceptions.c:21:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/ceval.o Python/ceval.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Python/ceval.c:10:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Parse
r/firstsets.o Parser/firstsets.c
In file included from ./Include/pyport.h:84,
                 from ./Include/pymem.h:7,
                 from ./Include/pgenheaders.h:24,
                 from Parser/firstsets.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Parse
r/grammar.o Parser/grammar.c
In file included from ./Include/pyport.h:84,
                 from ./Include/pymem.h:7,
                 from ./Include/pgenheaders.h:24,
                 from Parser/grammar.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Parse
r/pgen.o Parser/pgen.c
In file included from ./Include/pyport.h:84,
                 from ./Include/pymem.h:7,
                 from ./Include/pgenheaders.h:24,
                 from Parser/pgen.c:7:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Parse
r/printgrammar.o Parser/printgrammar.c
In file included from ./Include/pyport.h:84,
                 from ./Include/pymem.h:7,
                 from ./Include/pgenheaders.h:24,
                 from Parser/printgrammar.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Parse
r/pgenmain.o Parser/pgenmain.c
In file included from ./Include/pyport.h:84,
                 from ./Include/pymem.h:7,
                 from ./Include/pgenheaders.h:24,
                 from Parser/pgenmain.c:16:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -g -O2 -Wall -Wstrict-prototypes  Parser/acceler.o Parser/grammar1.o
Parser/l
istnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/tokenizer.o
Par
ser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o
Parser/pge
n.o Parser/printgrammar.o Parser/pgenmain.o -lpthread  -o Parser/pgen
Parser/pgen ./Grammar/Grammar ./Include/graminit.h ./Python/graminit.c
Compiling (meta-) parse tree into NFA grammar
Making DFA for 'single_input' ...
Making DFA for 'file_input' ...
Making DFA for 'eval_input' ...
Making DFA for 'funcdef' ...
Making DFA for 'parameters' ...
Making DFA for 'varargslist' ...
Making DFA for 'fpdef' ...
Making DFA for 'fplist' ...
Making DFA for 'stmt' ...
Making DFA for 'simple_stmt' ...
Making DFA for 'small_stmt' ...
Making DFA for 'expr_stmt' ...
Making DFA for 'augassign' ...
Making DFA for 'print_stmt' ...
Making DFA for 'del_stmt' ...
Making DFA for 'pass_stmt' ...
Making DFA for 'flow_stmt' ...
Making DFA for 'break_stmt' ...
Making DFA for 'continue_stmt' ...
Making DFA for 'return_stmt' ...
Making DFA for 'raise_stmt' ...
Making DFA for 'import_stmt' ...
Making DFA for 'import_as_name' ...
Making DFA for 'dotted_as_name' ...
Making DFA for 'dotted_name' ...
Making DFA for 'global_stmt' ...
Making DFA for 'exec_stmt' ...
Making DFA for 'assert_stmt' ...
Making DFA for 'compound_stmt' ...
Making DFA for 'if_stmt' ...
Making DFA for 'while_stmt' ...
Making DFA for 'for_stmt' ...
Making DFA for 'try_stmt' ...
Making DFA for 'except_clause' ...
Making DFA for 'suite' ...
Making DFA for 'test' ...
Making DFA for 'and_test' ...
Making DFA for 'not_test' ...
Making DFA for 'comparison' ...
Making DFA for 'comp_op' ...
Making DFA for 'expr' ...
Making DFA for 'xor_expr' ...
Making DFA for 'and_expr' ...
Making DFA for 'shift_expr' ...
Making DFA for 'arith_expr' ...
Making DFA for 'term' ...
Making DFA for 'factor' ...
Making DFA for 'power' ...
Making DFA for 'atom' ...
Making DFA for 'listmaker' ...
Making DFA for 'lambdef' ...
Making DFA for 'trailer' ...
Making DFA for 'subscriptlist' ...
Making DFA for 'subscript' ...
Making DFA for 'sliceop' ...
Making DFA for 'exprlist' ...
Making DFA for 'testlist' ...
Making DFA for 'dictmaker' ...
Making DFA for 'classdef' ...
Making DFA for 'arglist' ...
Making DFA for 'argument' ...
Making DFA for 'list_iter' ...
Making DFA for 'list_for' ...
Making DFA for 'list_if' ...
Adding FIRST sets ...
Writing ./Python/graminit.c ...
Writing ./Include/graminit.h ...
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/compile.o Python/compile.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Python/compile.c:13:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/codecs.o Python/codecs.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Python/codecs.c:11:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/errors.o Python/errors.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Python/errors.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/frozen.o Python/frozen.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Python/frozen.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/frozenmain.o Python/frozenmain.c
Python/frozenmain.c:13: warning: could not use precompiled header
'/usr/include/
unistd.p', because:
Python/frozenmain.c:13: warning: macro '_POSIX_THREADS' redefined, locations
of
the conflict are:
Python/frozenmain.c:13: warning:   /usr/include/unistd.h:82 (within this
precomp
iled header)
/usr/include/sys/unistd.h:87: warning: redefinition of macro _POSIX_THREADS
./config.h:159: warning: this is the location of the previous definition
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Python/frozenmain.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
In file included from /usr/include/signal.h:62,
                 from /usr/include/unistd.h:176,
                 from Python/frozenmain.c:13:
/usr/include/sys/signal.h:141: warning: function declaration isn't a
prototype
/usr/include/sys/signal.h:181: warning: function declaration isn't a
prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/future.o Python/future.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Python/future.c:2:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/getargs.o Python/getargs.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Python/getargs.c:9:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/getcompiler.o Python/getcompiler.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Python/getcompiler.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/getcopyright.o Python/getcopyright.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Python/getcopyright.c:3:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/getmtime.o Python/getmtime.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Python/getmtime.c:6:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H
-DPLATFOR
M='"darwin1"' -o Python/getplatform.o ./Python/getplatform.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from ./Python/getplatform.c:2:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/getversion.o Python/getversion.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Python/getversion.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/graminit.o Python/graminit.c
In file included from ./Include/pyport.h:84,
                 from ./Include/pymem.h:7,
                 from ./Include/pgenheaders.h:24,
                 from Python/graminit.c:2:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/import.o Python/import.c
Python/import.c:19: warning: could not use precompiled header
'/usr/include/unis
td.p', because:
Python/import.c:19: warning: macro '_POSIX_THREADS' redefined, locations of
the
conflict are:
Python/import.c:19: warning:   /usr/include/unistd.h:82 (within this
precompiled
 header)
/usr/include/sys/unistd.h:87: warning: redefinition of macro _POSIX_THREADS
./config.h:159: warning: this is the location of the previous definition
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Python/import.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
In file included from /usr/include/signal.h:62,
                 from /usr/include/unistd.h:176,
                 from Python/import.c:19:
/usr/include/sys/signal.h:141: warning: function declaration isn't a
prototype
/usr/include/sys/signal.h:181: warning: function declaration isn't a
prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H -I/
-o Py
thon/importdl.o ./Python/importdl.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from ./Python/importdl.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/marshal.o Python/marshal.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Python/marshal.c:7:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/modsupport.o Python/modsupport.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Python/modsupport.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/mystrtoul.o Python/mystrtoul.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Python/mystrtoul.c:2:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/pyfpe.o Python/pyfpe.c
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/pystate.o Python/pystate.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Python/pystate.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/pythonrun.o Python/pythonrun.c
Python/pythonrun.c:17: warning: could not use precompiled header
'/usr/include/u
nistd.p', because:
Python/pythonrun.c:17: warning: macro '_POSIX_THREADS' redefined, locations
of t
he conflict are:
Python/pythonrun.c:17: warning:   /usr/include/unistd.h:82 (within this
precompi
led header)
/usr/include/sys/unistd.h:87: warning: redefinition of macro _POSIX_THREADS
./config.h:159: warning: this is the location of the previous definition
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Python/pythonrun.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
In file included from /usr/include/signal.h:62,
                 from /usr/include/unistd.h:176,
                 from Python/pythonrun.c:17:
/usr/include/sys/signal.h:141: warning: function declaration isn't a
prototype
/usr/include/sys/signal.h:181: warning: function declaration isn't a
prototype
Python/pythonrun.c: In function `initsigs':
Python/pythonrun.c:1200: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/structmember.o Python/structmember.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Python/structmember.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/symtable.o Python/symtable.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Python/symtable.c:2:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/sysmodule.o Python/sysmodule.c
Python/sysmodule.c:24: warning: could not use precompiled header
'/usr/include/u
nistd.p', because:
Python/sysmodule.c:24: warning: macro '_POSIX_THREADS' redefined, locations
of t
he conflict are:
Python/sysmodule.c:24: warning:   /usr/include/unistd.h:82 (within this
precompi
led header)
/usr/include/sys/unistd.h:87: warning: redefinition of macro _POSIX_THREADS
./config.h:159: warning: this is the location of the previous definition
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Python/sysmodule.c:17:
/usr/include/math.h:191: warning: function declaration isn't a prototype
In file included from /usr/include/signal.h:62,
                 from /usr/include/unistd.h:176,
                 from Python/sysmodule.c:24:
/usr/include/sys/signal.h:141: warning: function declaration isn't a
prototype
/usr/include/sys/signal.h:181: warning: function declaration isn't a
prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/traceback.o Python/traceback.c
In file included from ./Include/pyport.h:84,
                 from ./Include/Python.h:54,
                 from Python/traceback.c:4:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/getopt.o Python/getopt.c
cc -c -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H  -o
Pytho
n/dynload_next.o Python/dynload_next.c
/usr/include/objc/objc-class.h:125: undefined type, found `@class'
/usr/include/objc/objc-class.h:130: undefined type, found `Protocol'
/usr/include/objc/Object.h:38: undefined type, found `@class'
/usr/include/objc/Object.h:40: undefined type, found `@interface'
/usr/include/objc/Object.h:40: illegal external declaration, missing `;'
after `
Object'
/usr/include/objc/Object.h:48: illegal method definition, found `-'
/usr/include/objc/Object.h:48: illegal method definition, missing `{' after
`ini
t'
/usr/include/objc/Object.h:53: illegal method definition, found `+'
/usr/include/objc/Object.h:53: illegal method definition, missing `{' after
`fre
e'
/usr/include/objc/Object.h:55: illegal method definition, found `+'
/usr/include/objc/Object.h:55: illegal method definition, missing `{' after
`all
oc'
/usr/include/objc/Object.h:57: illegal method definition, found `+'
/usr/include/objc/Object.h:57: illegal method definition, missing `{' after
`zon
e'
/usr/include/objc/Object.h:59: illegal method definition, found `-'
/usr/include/objc/Object.h:59: illegal method definition, missing `{' after
`zon
e'
/usr/include/objc/Object.h:64: illegal method definition, found `+'
/usr/include/objc/Object.h:64: illegal method definition, missing `{' after
`sup
erclass'
/usr/include/objc/Object.h:66: illegal method definition, found `-'
/usr/include/objc/Object.h:66: illegal method definition, missing `{' after
`cla
ss'
/usr/include/objc/Object.h:68: illegal method definition, found `-'
/usr/include/objc/Object.h:68: illegal method definition, missing `{' after
`nam
e'
/usr/include/objc/Object.h:73: illegal method definition, found `-'
/usr/include/objc/Object.h:73: illegal method definition, missing `{' after
`has
h'
/usr/include/objc/Object.h:78: illegal method definition, found `-'
/usr/include/objc/Object.h:78: illegal method definition, missing `{' after
`aCl
assObject'
/usr/include/objc/Object.h:80: illegal method definition, found `-'
/usr/include/objc/Object.h:80: illegal method definition, missing `{' after
`aCl
assName'
/usr/include/objc/Object.h:85: illegal method definition, found `+'
/usr/include/objc/Object.h:85: illegal method definition, missing `{' after
`aSe
lector'
/usr/include/objc/Object.h:90: illegal method definition, found `-'
/usr/include/objc/Object.h:90: illegal method definition, missing `{' after
`aPr
otocolObject'
/usr/include/objc/Object.h:91: undefined type, found `Protocol'
/usr/include/objc/Object.h:95: illegal method definition, missing `{' after
`aSe
l'
/usr/include/objc/Object.h:100: illegal method definition, found `-'
/usr/include/objc/Object.h:100: illegal method definition, missing `{' after
`aS
elector'
/usr/include/objc/Object.h:105: illegal method definition, found `-'
/usr/include/objc/Object.h:105: illegal method definition, missing `{' after
`aS
elector'
/usr/include/objc/Object.h:107: illegal method definition, found `-'
/usr/include/objc/Object.h:107: illegal method definition, missing `{' after
`ob
ject2'
/usr/include/objc/Object.h:115: illegal method definition, found `-'
/usr/include/objc/Object.h:115: illegal method definition, missing `{' after
`aS
elector'
/usr/include/objc/Object.h:120: illegal method definition, found `-'
/usr/include/objc/Object.h:120: illegal method definition, missing `{' after
`aS
elector'
/usr/include/objc/Object.h:125: illegal method definition, found `-'
/usr/include/objc/Object.h:125: illegal method definition, missing `{' after
`st
ream'
/usr/include/objc/Object.h:130: illegal method definition, found `-'
/usr/include/objc/Object.h:130: illegal method definition, missing `{' after
`st
ream'
/usr/include/objc/Object.h:132: illegal method definition, found `+'
/usr/include/objc/Object.h:132: illegal method definition, missing `{' after
`ve
rsion'
/usr/include/objc/Object.h:137: illegal method definition, found `-'
/usr/include/objc/Object.h:137: illegal method definition, missing `{' after
`ar
gs'
/usr/include/objc/Object.h:140: illegal method definition, found `@end'
/usr/include/objc/Object.h:146: illegal method definition, missing `{' after
`st
ream'
/usr/include/objc/Object.h:149: illegal method definition, found `@end'
/usr/include/objc/Object.h:157: illegal method definition, missing `{' after
`he
ader'
/usr/include/objc/Object.h:160: illegal method definition, found `@end'
/usr/include/objc/Object.h:163: illegal method definition, missing `{' after
`)'
/usr/include/objc/Object.h:164: undefined type, found `Object'
/usr/include/objc/Object.h:165: undefined type, found `Object'
/usr/include/objc/Object.h:166: undefined type, found `Object'
/usr/include/objc/Object.h:167: undefined type, found `Object'
Python/dynload_next.c:30: header file 'mach-o/rld.h' not found
Python/dynload_next.c:51: undefined type, found `NXStream'
cpp-precomp: warning: errors during smart preprocessing, retrying in basic
mode
make: *** [Python/dynload_next.o] Error 1


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to