[Pythonmac-SIG] Unix Python on OSX

Just van Rossum just@letterror.com
Mon, 11 Feb 2002 15:35:16 +0100


I'm trying to update my plain vanilla unix Python install to the current CVS
state, and now get this error during make:

Python/dynload_next.o Python/dynload_next.c
Python/dynload_next.c: In function `_PyImport_GetDynLoadFunc':
Python/dynload_next.c:113: warning: control reaches end of non-void function
Python/dynload_next.c: At top level:
Python/dynload_next.c:115: parse error before `return'
make: *** [Python/dynload_next.o] Error 1

./configure was invoked without arguments, which I thought was meant to work
these days?

Just