[Zope] Compiling 2.4.0 under Mac OS X?

Steve Spicklemire steve@spvi.com
Thu, 26 Jul 2001 14:42:49 -0500


Hi Zachary,

	I should remove this old page. It was for the public beta (in fact 
I just did). These days, just get the port of python from

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

and Zope builds directly out of the box.

-steve

On Thursday, July 26, 2001, at 01:03 PM, zbir@urbanape.com wrote:

> Hey, all.
>
> Trying to compile 2.4.0 under Mac OS X. I tried to apply the changes
> listed in:
>
>   <URL:http://www.zope.org/Members/sspickle/MacOSXBHFS>
>
> but they didn't seem to mesh with the latest src archive. This is what I
> get at the end of the 'python wo_pcgi.py' compile:
>
> make -f Makefile do-it-again
> /usr/lib/python2.1/config/makesetup \
>          -m Makefile.pre -c /usr/lib/python2.1/config/config.c.in Setup
> -n  /usr/lib/python2.1/config/Setup.config
> /usr/lib/python2.1/config/Setup.local /usr/lib/python2.1/config/Setup
> make LDFLAGS="-undefined suppress"
> make: *** No rule to make target `src/Splitter.c', needed by
> `Splitter.o'.  Stop.
> Traceback (most recent call last):
>   File "wo_pcgi.py", line 117, in ?
>   File "wo_pcgi.py", line 105, in main
>   File "/usr/local/zope/2-4-0/inst/build_extensions.py", line 109, in ?
>     
> make('lib','python','Products','PluginIndexes','TextIndex','Splitter','ISO_8859_1_Splitter'
> )
>   File "/usr/local/zope/2-4-0/inst/do.py", line 135, in make
>     do('make LDFLAGS="-undefined suppress"')
>   File "/usr/local/zope/2-4-0/inst/do.py", line 104, in do
>     if i and picky: raise SystemError, i
> SystemError: 512
> [localhost:~/2-4-0] zope%
>
> Any thoughts?
>
> me = { 'name' : 'Zachery Bir', 'email' : 'zbir@urbanape.com',
>        'voice' : '(804) 353-3742', 'url' : 'http://www.urbanape.com/' }
>
> _______________________________________________
> 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 )