[LAD] Fwd: Re: basic g++ compiling of faust programs

hermann brummer- at web.de
Fri Feb 3 14:30:47 UTC 2012


Am Freitag, den 03.02.2012, 15:17 +0100 schrieb Renato Budinich:
> Forgot to send to list also:
> 
> On Fri, 3 Feb 2012 14:48:37 +0100
> Nick Copeland <nickycopeland at 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.
> 

$ locate QApplication
/usr/include/qt4/QtGui/QApplication

-I/usr/include/qt4/QtGui/






More information about the Linux-audio-dev mailing list