hi all, On Thu, Apr 25, 2002 at 04:17:07PM -0400, Chris Devers wrote: > Barring typos, ok. Results came back immediately (sorry, long lines): > > % cc -g -O2 -Wall -Wstrict-prototypes -no-cpp-precomp > -I. -I/Volumes/Applications/GNUWare/Fink/src/python21-2.1.3-2/Pytho\n-2.1.3/./Include > -I/usr/local/include -IInclude/ -c > >/Volumes/Applications/GNUWare/Fink/src/python21-2.1.3-2/Python-2.1.3\/Modules/selectmodule.c > -o build/temp.darwin-5.4-PowerMacintosh-2.1/selectmodule.o > > In file included from /usr/include/unistd.h:72, > from >/Volumes/Applications/GNUWare/Fink/src/python21-2.1.3-2/Python-2.1.3/Modules/selectmodule.c:22: > /usr/include/sys/unistd.h:87: warning: `_POSIX_THREADS' redefined > config.h:165: warning: this is the location of the previous definition > > >/Volumes/Applications/GNUWare/Fink/src/python21-2.1.3-2/Python-2.1.3/Modules/selectmodule.c:27: > sys/poll.h: No such file or directory > % > > This doesn't quite match your output; the sys/poll.h may be significant.
do you have the file /sw/include/sys/poll.h, chris? what does the command dpkg -S poll.h give? actually, in you log file you have > checking for sys/poll.h... yes so, it should be somewhere... in the mean time, i found out that also in my case one of the extensions didn't compile: > gcc -g -O2 -Wall -Wstrict-prototypes -no-cpp-precomp > -I. -I/sw/src/python21-2.1.3-2/Python-2.1.3/./Include -I/usr/local/include > -IInclude/ -c /sw/src/python21-2.1.3-2/Python-2.1.3/Modules/gdbmmodule.c -o > build/temp.darwin-5.4-PowerMacintosh-2.1/gdbmmodule.o gives the error message > /sw/src/python21-2.1.3-2/Python-2.1.3/Modules/gdbmmodule.c:12: gdbm.h: No such file >or directory but the gdbm.h belongs to the package gdbm, which is installed. (jeff: i think, you should add a BuildDepends: gdbm) > root# dpkg -S gdbm.h > gdbm: /sw/include/gdbm.h when i add -I/sw/include, it compiles fine. maybe this would also fix your problem. i have to leave now, but i think we got a bit closer. best, kilian _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
