[Zope] help - my zope build exits with compile errors :-(

2005-10-27 Thread Thomas Wolf
Hi, I'm trying to build Zope-2.7.4-0 from source (I can't use a different version because of the releas of Plone we're using.) I ran ./configure --with-python=/usr/local/zope/python/bin/python --prefix=/usr/local/zope and that reported no issues. BTW, I'm using python 2.3.5 - that's

Re: [Zope] help - my zope build exits with compile errors :-(

2005-10-27 Thread Jens Vagelpohl
On 27 Oct 2005, at 21:26, Thomas Wolf wrote: P.S. I'm trying to build this under Solaris 9 using gcc 3.3.2. Solaris, there's your problem. First of all, use GNU tar for unpacking the tarball. The standard Solaris tar is buggy. Second of all, don't expect any good performance on Solaris.

Re: [Zope] help - my zope build exits with compile errors :-(

2005-10-27 Thread Thomas Wolf
Thanks a bunch Jens! It was the buggy tar that got me :-( Now that I think about it, I did see a blurb about avoiding solaris' tar - just thought that I'd give it a try and since I didn't see any error messages, I figured it succeeded...that was stupid. Anyway, it builds now. Many thanks

Re: [Zope] help - my zope build exits with compile errors :-(

2005-10-27 Thread David H
Thomas Wolf wrote: Hi, I'm trying to build Zope-2.7.4-0 from source (I can't use a different version because of the releas of Plone we're using.) I ran ./configure --with-python=/usr/local/zope/python/bin/python --prefix=/usr/local/zope and that reported no issues. BTW, I'm using

Re: [Zope] help - my zope build exits with compile errors :-(

2005-10-27 Thread Chris McDonough
Use gnutar to unpack the Zope source tarball. On Oct 27, 2005, at 4:50 PM, David H wrote: Thomas Wolf wrote: Hi, I'm trying to build Zope-2.7.4-0 from source (I can't use a different version because of the releas of Plone we're using.) I ran ./configure