[PD-dev] scons, devel_0_39 cvs, osx, and extras?

ix at replic.net ix at replic.net
Wed Aug 3 19:27:42 CEST 2005


> ...I tried looking at the sconscript to see where the -dynamiclib  
> stuff is coming from, but got lost at "extras.append 
> (extra_env.SharedLibrary(extra, extra+'/'+extra+'.c'))"

above that , in the PLATFORM section youll see something similar for windows:

    extra_env.Append(LINKFLAGS='src/pd.dll')


so under extra_env['PLATFORM'] == 'darwin', try something like this:
    extra_env.Append(LINKFLAGS='-bundle -bundle_loader src/pd')

> ps:  It also seems as tho x_list.c didn't get upped to devel_0_39?   
> or did I just update before the commit was finished?

yeah, it was missing the other day..

> 
> _______________________________________________
> PD-dev mailing list
> PD-dev at iem.at
> http://lists.puredata.info/listinfo/pd-dev




More information about the Pd-dev mailing list