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

[Faudiostream-devel] [patch] Fix for "interface" when compiling on windows

2016-07-06 Thread Kjetil Matheussen
Hi, Sometimes when compiling faust code for windows, it fails because the word "interface" is a defined a "struct" in some of the system headers. This is a known problem: http://stackoverflow.com/questions/299565/how-to-disable-interface-keyword-on-visual-c-express-2008 Here's a fix for mingw: