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
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
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: