foo-yc20 is failing to build on Debian [0].
> g++ src/faust-dsp-standalone.cpp -O3 -mtune=native -march=native -mfpmath=sse
-ffast-math -ftree-vectorize -fPIC -DVERSION=1.3.0 -Isrc/ -Iinclude/
-DPREFIX=/usr -Wall -c -o src/faust-dsp-standalone.o
> In file included from src/faust-dsp-standalone.cpp:31:0:
> src/../gen/yc20-dsp-standalone.cpp:34:21: fatal error: gui/GUI.h: No such
file or directory
> compilation terminated.
> make[2]: *** [src/faust-dsp-standalone.o] Error 1
Attached is a patch that fixes this by adding -I/usr/lib/faust to the CFLAGS.
Cheers
[0] http://bugs.debian.org/642662
Original issue reported on code.google.com by Al3xBio on 2 Nov 2011 at 8:49
Original issue reported on code.google.com by
Al3xBio
on 2 Nov 2011 at 8:49Attachments: