Re: [Faudiostream-devel] [Fauck] missing PathBuilder.h

2016-07-09 Thread Ebm Boy
Linux Fauck is working! Together with the 2 modifications on Faust.cpp (one about createDSPInstance and one about .c_str()) I had to change make and make.linux. A warning remains about an used variable in Faust.cpp : nothing scary. 1) make has to be changed for linux gcc links correctly when the l

Re: [Faudiostream-devel] [Fauck] missing PathBuilder.h

2016-07-08 Thread Ebm Boy
I've found that the problem comes from the DSPfactory methods: when I comment the creation (createDSPFactoryFromString) _ and_ destruction (deleteDSPFactory) lines of Faust.cpp, the chugin is recognized (of course it is useless). If I remove only the creation, the plugin is not loading, what I foun

Re: [Faudiostream-devel] [Fauck] missing PathBuilder.h

2016-07-08 Thread Ebm Boy
Thanks Stéphane. Now that it compiles fine I should ask ChucK forum. 2016-07-08 12:02 GMT+02:00 Stéphane Letz : > Yes createDSPInstance as as separated function is deprecated. Better now > use the createDSPInstance method of the llvm_factory* factory object. > > (this was done with the new « inte

Re: [Faudiostream-devel] [Fauck] missing PathBuilder.h

2016-07-08 Thread Stéphane Letz
Yes createDSPInstance as as separated function is deprecated. Better now use the createDSPInstance method of the llvm_factory* factory object. (this was done with the new « interpreter » backend.: a new dsp_factory class has been defined, which llvm_factory and interpreter_factory now derive fro

Re: [Faudiostream-devel] [Fauck] missing PathBuilder.h

2016-07-08 Thread Ebm Boy
Thanks Romain, indeed I was using faust-2.0.a30 that I've found on sourceforge and it is too old (by the way, it is not very obvious to choose a faust2 version on sourceforge/github, at the moment I choose whatever version that seems up to date and I check if architecture/pure.c is present or not s

Re: [Faudiostream-devel] [Fauck] missing PathBuilder.h

2016-07-06 Thread Romain Michon
Hi Ebm, I'm trying to build the Faust chugin from the sources from ccrma github on > Ubuntu but I can't find faust/gui/PathBuilder.h mentionned in the includes > of Faust.cpp. > > I suppose it is different from faust/gui/PathUI.h because I tried to use > this instead but the chugin isn't recognize

[Faudiostream-devel] [Fauck] missing PathBuilder.h

2016-07-06 Thread Ebm Boy
Hi Romain, I'm trying to build the Faust chugin from the sources from ccrma github on Ubuntu but I can't find faust/gui/PathBuilder.h mentionned in the includes of Faust.cpp. I suppose it is different from faust/gui/PathUI.h because I tried to use this instead but the chugin isn't recognized after