You could also try -fpermissive as compiler option
http://gcc.gnu.org/gcc-4.6/changes.html
thanks hermann for your help. never thought compiling such a simple
(haha) program would take 10 lines of g++ commands with options... will
try your tips tomorrow as today is hell here.
best wishes,
renato
Well the FAUST compiler somewhat produces the "nude" C++ class that has to be
wrapped with an architecture file to produce any useful output (standalone application,
plug-ins....). The differents MakeFile included in the /examples folder can be used
directly, or are a good starting point to refine yours. Not that the tools/faust2appls
also contains scripts to compile individual .dsp files (assuming again that you've
previously installed QT libraryn if you want to compile QT standalone applications... or
GTK... of LADSPA..etc..). And the final way to use the FAUST system is by directly using
the online compiler here:
http://faust.grame.fr/
Stéphane