Simon Forster <[EMAIL PROTECTED]> wrote: > On 23 Jun 2005, at 12:36, Stephan Richter wrote: > > > On Thursday 16 June 2005 05:49, Simon Forster wrote: > > > >> Can anyone tell me what I'm doing wrong? I was hoping to do some > >> playing with Zope 3 next week while I'm away from the office. > >> > > > > What is your GCC version? We usually do not get failures from > > compilation. If > > you have already solved the problem, please post you solution here > > as well. > > Apologies for delay on reply - been away for 10 days. > > I downloaded and installed Apple's latest Xcode Tools 2.1 prior to > the attempted compilation. From the documentation, this appears to > install GCC 4.0 and/or GCC 3.3. I'm guessing that the problems > cropped up with Apple's GCC 4.0 implementation. > > Workaround was simple: compile on a machine running an earlier > version of Xcode Tools and then copy across the binaries.
You can switch witch version of GCC is used for compilation using gcc_select. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of R&D +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
