Forgot to send to list also:

On Fri, 3 Feb 2012 14:48:37 +0100
Nick Copeland <nickycopeland@hotmail.com> wrote:

>
> You probably need something like -I/usr/lib/faust which will give you
> the final path of /usr/lib/faust/gui/FUI.h, you might also want to
> try -I. if the headerfiles are also in $CWD/gui Either way, I am not
> certain you would find it with -L/-l (upper/lower case) sinceit looks
> like an include file rather than a library.
>

ok, it seems it gets past that but I get another error:

$ g++ -I/usr/lib/faust -o simple simple.cpp
In file included from simple.cpp:48:0:
/usr/lib/faust/gui/faustqt.h:34:24: fatal error: QApplication: No such file or directory
compilation terminated.