<p>Forgot to send to list also:</p>
<p>On Fri, 3 Feb 2012 14:48:37 +0100<br>
Nick Copeland <<a href="mailto:nickycopeland@hotmail.com">nickycopeland@hotmail.com</a>> wrote:</p>
<p>><br>
> You probably need something like -I/usr/lib/faust which will give you<br>
> the final path of /usr/lib/faust/gui/FUI.h, you might also want to<br>
> try -I. if the headerfiles are also in $CWD/gui Either way, I am not<br>
> certain you would find it with -L/-l (upper/lower case) sinceit looks<br>
> like an include file rather than a library.<br>
></p>
<p>ok, it seems it gets past that but I get another error:</p>
<p>$ g++ -I/usr/lib/faust -o simple simple.cpp<br>
In file included from simple.cpp:48:0:<br>
/usr/lib/faust/gui/faustqt.h:34:24: fatal error: QApplication: No such file or directory<br>
compilation terminated.</p>