Re: [Pythonmac-SIG] Zope.Interface won't build on 10.4

2005-07-13 Thread Gary Poster
On Jul 13, 2005, at 1:10 PM, Bob Ippolito wrote: > > On Jul 13, 2005, at 4:00 AM, Gary Poster wrote: > > >> >> On Jul 13, 2005, at 9:55 AM, Kevin Dangoor wrote: >> >> >> >>> I encountered this as well. I *think* something needs to change >>> within >>> zope.interface to work with gcc 4.x. Anyho

Re: [Pythonmac-SIG] Zope.Interface won't build on 10.4

2005-07-13 Thread Bob Ippolito
On Jul 13, 2005, at 4:00 AM, Gary Poster wrote: > > On Jul 13, 2005, at 9:55 AM, Kevin Dangoor wrote: > > >> I encountered this as well. I *think* something needs to change >> within >> zope.interface to work with gcc 4.x. Anyhow, all you need to do is: >> >> sudo gcc_select 3.3 >> >> Kevin >>

Re: [Pythonmac-SIG] Zope.Interface won't build on 10.4

2005-07-13 Thread brad . allen
Kevin Dangoor <[EMAIL PROTECTED]> wrote on 07/13/2005 08:55:47 AM: > I encountered this as well. I *think* something needs to change within > zope.interface to work with gcc 4.x. Anyhow, all you need to do is: > > sudo gcc_select 3.3 Thanks! That worked._

Re: [Pythonmac-SIG] Zope.Interface won't build on 10.4

2005-07-13 Thread Gary Poster
On Jul 13, 2005, at 9:55 AM, Kevin Dangoor wrote: > I encountered this as well. I *think* something needs to change within > zope.interface to work with gcc 4.x. Anyhow, all you need to do is: > > sudo gcc_select 3.3 > > Kevin And FWIW I (and others here at Zope Corp) build it just fine on gcc 4

Re: [Pythonmac-SIG] Zope.Interface won't build on 10.4

2005-07-13 Thread Kevin Dangoor
I encountered this as well. I *think* something needs to change within zope.interface to work with gcc 4.x. Anyhow, all you need to do is: sudo gcc_select 3.3 Kevin On 7/13/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Maybe I should take this to one of the Twisted or Zope lists, but t

[Pythonmac-SIG] Zope.Interface won't build on 10.4

2005-07-13 Thread brad . allen
Maybe I should take this to one of  the Twisted or Zope lists, but this appears to be a Mac-specific issue so I thought it worth mentioning here. The problem is that Zope Interface 3.01 won't build on Mac OS 10.3 using either the stock Python 2.3 or Python 2.4.1 (error transcript at the bottom).