[Zope3-Users] Can't build Zope on OS X

Eric Williams Eric.Williams at active.com
Mon Apr 17 16:45:10 EDT 2006


Hi all. I'm having trouble building Zope on OS X. I've searched all over
for a solution but could not find anything. Any help is much
appreciated!

 

I start with ./configure, as per the readme:

 

   $ ./configure

   

   Configuring Zope installation

   

   Testing for an acceptable Python interpreter...

   

   Python version 2.4.3 found at
/Library/Frameworks/Python.framework/Versions/Current/bin/python

   Python version 2.4.3 found at
/Library/Frameworks/Python.framework/Versions/Current/bin/python2.4

   Python version 2.3.5 found at /usr/bin/python

   

   No suitable Python version found. You should install

   Python version 2.4.2 before continuing. Versions

   2.4.1 also work, but not as optimally.

 

This output seems somewhat odd, since it found version 2.4.3. So I run
./configure with the -with-python option:

 

   $ ./configure --with-python
/Library/Frameworks/Python.framework/Versions/Current/bin/python

   

   Configuring Zope installation

   

   Using Python interpreter at
/Library/Frameworks/Python.framework/Versions/Current/bin/python

 

Then I run make:

 

   $ make

   /Library/Frameworks/Python.framework/Versions/Current/bin/python
install.py -q build

   gcc: installation problem, cannot exec
'i686-apple-darwin8-gcc-4.0.0': No such file or directory

   In file included from
Dependencies/BTrees-Zope-3.2.1/BTrees/BTreeModuleTemplate.c:15,

                    from
Dependencies/BTrees-Zope-3.2.1/BTrees/_fsBTree.c:70:

 

This is followed by nearly 300 lines of error output, which I can
provide if necessary. The thing that concerns me is
"i686-apple-darwin8-gcc-4.0.0" ... I'm running on PowerPC architecture.

 

gcc -v returns the following:

 

   Reading specs from /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/specs

   Configured with: /private/var/tmp/gcc/gcc-4061.obj~8/src/configure
--disable-checking

   --prefix=/usr --mandir=/share/man
--enable-languages=c,objc,c++,obj-c++

   --program-transform-name=/^[cg][^+.-]*$/s/$/-4.0/
--with-gxx-include-dir=/include/gcc/darwin/4.0/c++

   --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8
--target=powerpc-apple-darwin8

   Thread model: posix

   gcc version 4.0.0 20041026 (Apple Computer, Inc. build 4061)

 

Any ideas?

 

Thanks,

Eric

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope3-users/attachments/20060417/80569d51/attachment.htm


More information about the Zope3-users mailing list