Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to build, needs to include faust directory #4

Open
GoogleCodeExporter opened this issue Mar 16, 2015 · 0 comments
Open

Fails to build, needs to include faust directory #4

GoogleCodeExporter opened this issue Mar 16, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant