[Starkit] RE: [MACTCL] Tclkit-darwin-univ-aqua on 10.3.9?

Jeff Hobbs jeffh at activestate.com
Thu Jun 1 13:47:48 CEST 2006


Joey Mukherjee wrote:
> On May 31, 2006, at 2:15 PM, Jeff Hobbs wrote:
> > you need to build on a 10.4 system.  You have to specifically undef
> > HAVE_OSSPINLOCKLOCK to make sure it won't be used for at least the  
> > ppc side.
> >
> I have tried everything to remove this from the tclkit and had no  
> luck whatsoever.  I could swear that I hacked each of the makefiles  
> and genkit to say "HAVE_OSSPINLOCKLOCK=0", but no dice.  I still get  
> the error.

Ah, defining something to 0 is not the same as undefining it in cpp speak.
You want to -UHAVE_OSSPINLOCKLOCK.  See macosx/tclMacOSXNotify.c for the
offending 10.4-ism.

Jeff



More information about the Starkit mailing list