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

From: hermann <brummer-@web.de>
Date: Fri Feb 03 2012 - 16:30:47 EET

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@email-addr-hidden> 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/

_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-dev
Received on Fri Feb 3 16:15:02 2012

This archive was generated by hypermail 2.1.8 : Fri Feb 03 2012 - 16:15:03 EET