[Pythonmac-SIG] MacOS X & Python 2.1 & Zope 2.4.1

Oliver Wrede oliver.wrede@web.de
Fri, 12 Oct 2001 09:30:06 +0200


Hello.

I tried to build Zope on MacOS 10.1 following the instructions on

    http://www.zope.org/Members/jshell/ZopeOnOSX

with the pre-build Python release from

   http://tony.lownds.com/macosx/

But I get this error:

[...]
In file included from /usr/local/include/python2.1/pyport.h:84,
                  from /usr/local/include/python2.1/Python.h:54,
                  from 
././../Components/ExtensionClass/src/ExtensionClass.h:114,
                  from ././../Components/ExtensionClass/src/ExtensionClass.c:61:
/usr/include/math.h:191: warning: function declaration isn't a prototype
cc  -bundle -undefined suppress  ./ExtensionClass.o   -o ./ExtensionClass.so
/usr/bin/ld: -undefined error must be used when -twolevel_namespace 
is in effect
make: *** [ExtensionClass.so] Fehler 1
Traceback (most recent call last):
   File "wo_pcgi.py", line 117, in ?
   File "wo_pcgi.py", line 105, in main
   File "/Library/Zope/inst/build_extensions.py", line 102, in ?
     make('lib','python')
   File "/Library/Zope/inst/do.py", line 135, in make
     do('make')
   File "/Library/Zope/inst/do.py", line 104, in do
     if i and picky: raise SystemError, i
SystemError: 512


Does anyone have an idea what is wrong?


Oliver Wrede

--