Re: [Pyobjc-dev] building on 10.1.5
Brought to you by:
ronaldoussoren
From: Steven M. <sd...@ma...> - 2002-11-02 17:30:17
|
On Saturday, November 2, 2002, at 11:54 AM, bb...@ma... wrote: > On Saturday, November 2, 2002, at 11:27 AM, Steven Majewski wrote: >> Has anyone been able to build pyobjc on 10.1.5 ? > > It won't build on 10.1.5 right now. > >> Using the default compiler, it always seems to die while >> trying to compile register.m. > > Ugh-- shouldn't be doing that! Definitely a compiler bug. Since it goes away when I use gcc3, that's a pretty firm vote for compiler bug! > > The automatically generated files have loads of references to 10.2 > specific variables and API. This could be fixed. > Ah! The 10.2 specific references probably explain all of the other error messages -- I get a couple of pages of 'initializer is not a constant' , among others. I'll take a look at whether it's worth the effort of trying to generate a set of 10.1 fixes. ( Otherwise, I'm out for the duration! ) Thanks. -- Steve |