On Thu, Apr 7, 2016 at 9:42 AM, Kjetil Matheussen <k.s.matheus...@gmail.com> wrote:
> Got this one > http://forum.pdpatchrepo.info/topic/9159/pd-faust-programming-language/10 > doing a quick search. > Seems like many people can confirm it. You compile two different faust > objects using the online compiler, and > then pd will crash if you load both of them into pd. > > A guess: Pd loads externals like this: "dlobj = dlopen(filename, RTLD_NOW | RTLD_GLOBAL);" Meaning that the symbols of the loaded externals are globally visible. Maybe there's a name clash? One or more global functions or variables in puredata.cpp that should have been static?
------------------------------------------------------------------------------
_______________________________________________ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users