Has anyone had luck getting Zope running with MacOSX 10.2? I had it running under 10.1, but with 10.2, I cannot get it to compile. I tried using the included Python 2.2, but it does not include the Makefile.pre.in file for Python. I then tried to compile Python 2.2.1 for 10.2, but it has problems compiling the _socket module, apparently because of 10.2's IP6 support. The rest of the python distribution compiles and runs, but even with it I cannot make the latest Zope release due to an error in the "Makefile.pre.in" file. The error is: ------------------------------------------------ Compiling extensions in lib/python cp /usr/lib/python2.2/config/Makefile.pre.in . make -f Makefile.pre.in boot PYTHON=/usr/bin/python make: *** No rule to make target `boot'. Stop. Traceback (most recent call last): File "./wo_pcgi.py", line 45, in ? File "./wo_pcgi.py", line 33, in main File "/Applications/ZopeServer.app/Contents/Scripts/SoftwareHome/inst/ build_extensions.py", line 30, in ? make('lib','python') File "/Applications/ZopeServer.app/Contents/Scripts/SoftwareHome/inst/ do.py", line 62, in make do('make -f Makefile.pre.in boot PYTHON=%s' % sys.executable) File "/Applications/ZopeServer.app/Contents/Scripts/SoftwareHome/inst/ do.py", line 32, in do if i and picky: raise SystemError, i SystemError: 512 Anyone have any suggestions?
David Shaw schrieb:
Has anyone had luck getting Zope running with MacOSX 10.2? I had it running under 10.1, but with 10.2, I cannot get it to compile. I tried using the included Python 2.2, but it does not include the Makefile.pre.in file for Python.
What about using 2.1.x? Python 2.2 isn't cleared for use with Zope, the same error occurs on other platforms if you try it... HTH Martin
Doh, I didn't realize that. I'll try it with 2.1. Thanks! On Monday, September 2, 2002, at 07:39 AM, Martin Gebert wrote:
David Shaw schrieb:
Has anyone had luck getting Zope running with MacOSX 10.2? I had it running under 10.1, but with 10.2, I cannot get it to compile. I tried using the included Python 2.2, but it does not include the Makefile.pre.in file for Python.
What about using 2.1.x? Python 2.2 isn't cleared for use with Zope, the same error occurs on other platforms if you try it...
HTH
Martin
http://www.zope.org/Members/jens/docs/zope_osx getting zope to run is not a problem. if you upgraded your machine from 10.1.x to 10.2 you must recompile both your python and then zope. jens On Sunday, Sep 1, 2002, at 21:06 US/Eastern, David Shaw wrote:
Has anyone had luck getting Zope running with MacOSX 10.2? I had it running under 10.1, but with 10.2, I cannot get it to compile. I tried using the included Python 2.2, but it does not include the Makefile.pre.in file for Python. I then tried to compile Python 2.2.1 for 10.2, but it has problems compiling the _socket module, apparently because of 10.2's IP6 support. The rest of the python distribution compiles and runs, but even with it I cannot make the latest Zope release due to an error in the "Makefile.pre.in" file.
The error is:
------------------------------------------------ Compiling extensions in lib/python cp /usr/lib/python2.2/config/Makefile.pre.in . make -f Makefile.pre.in boot PYTHON=/usr/bin/python make: *** No rule to make target `boot'. Stop. Traceback (most recent call last): File "./wo_pcgi.py", line 45, in ? File "./wo_pcgi.py", line 33, in main File "/Applications/ZopeServer.app/Contents/Scripts/SoftwareHome/inst/ build_extensions.py", line 30, in ? make('lib','python') File "/Applications/ZopeServer.app/Contents/Scripts/SoftwareHome/inst/ do.py", line 62, in make do('make -f Makefile.pre.in boot PYTHON=%s' % sys.executable) File "/Applications/ZopeServer.app/Contents/Scripts/SoftwareHome/inst/ do.py", line 32, in do if i and picky: raise SystemError, i SystemError: 512
Anyone have any suggestions?
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
David Shaw -
Jens Vagelpohl -
Martin Gebert