...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@iem.at http://lists.puredata.info/listinfo/pd-dev