[Fluxus] fluxus macos patch

gabor papp gabor.lists at mndl.hu
Mon Nov 5 22:42:08 PST 2007


hi,

i don't have a ppc, so i'm just speculating here.

> did have one minor problem with scons looking for libfluxus in /Users/libfluxus, 
is it a warning or an error? i also got a warning that the libfluxus
directory name does not exist, but it builds regardless of this.

> But mainly I got stuck on:
> ld: /usr/lib/crt1.o illegal reference to symbol: __objcInit defined in indirectly 
> referenced dynamic library /usr/lib/libobjc.A.dylib
> scons: *** [fluxus-0.14] Error 1
> scons: building terminated because of errors.
> 
i don't link to libobjc on an intel mac, it's not needed. maybe you
should link to it (-lobjc ?)

after this line in SConstruct
if OS == 'darwin':
    env.Append(FRAMEWORKS = ['GLUT', 'OpenGL', 'CoreAudio, 'PLT_MzScheme'],
        FRAMEWORKPATH = [PLTLib])

try to add:
    env.Append(LINKFLAGS = '-lobjc')


gabor



More information about the Fluxus mailing list