Are you on OSX? Linux ? Depending on that, you possibly need to add those lines in your .profile file (OSX) or bashXXX (don't remember the name…) on Linux
C_INCLUDE_PATH=$C_INCLUDE_PATH:/usr/local/include CPLUS_INCLUDE_PATH=$CPLUS_INCLUDE_PATH:/usr/local/include Stéphane Le 22 avr. 2014 à 14:09, Robert Purdam <[email protected]> a écrit : > Hi Guys, > > I'm having a rather frustrating problem. I Had this software working and > decided to reinstall. > > After reinstalling from scratch I have installed Faust using yum and then > added FaustWorks to the directory. Everything seemed to be fine. > > However when I try and compile a .dsp file (for example using faust2alsa > eks.dsp) > The executable cannot find the .h files needed to run. > > ////////////////////////////////////////////////////////////////////////////////////////////// > [rpurdam@localhost freeax]$ faust2alsa eks.dsp > eks.dsp.cpp:52:21: fatal error: gui/FUI.h: No such file or directory > #include "gui/FUI.h" > ^ > compilation terminated. > eks; > ///////////////////////////////////////////////////////////////////////////////////////////// > > I can find the files in my libraries: > > ///////////////////////////////////////////////////////////////////////////////////////////// > [rpurdam@localhost freeax]$ locate FUI.h > /usr/local/faust/gui/FUI.h > /usr/share/faust/gui/FUI.h > ///////////////////////////////////////////////////////////////////////////////////////////// > > This is the case for every header file it needs. > > /////////////////////////////////////////////////////////////////////////////////////////// > [rpurdam@CPE-120-148-107-16 freeax]$ faust2alsa eks.dsp > NOT FOUND faust/gui/FUI.h > NOT FOUND faust/gui/meta.h > NOT FOUND faust/gui/faustgtk.h > NOT FOUND faust/audio/alsa-dsp.h > NOT FOUND faust/gui/OSCUI.h > NOT FOUND faust/gui/httpdUI.h > ///////////////////////////////////////////////////////////////////////////////////////////// > > > I hope someone can help. > This is really frustrating seeing as it did work previously. > > Both machines are running fedora 20. > > Thanks > Rob. P > > ------------------------------------------------------------------------------ > Start Your Social Network Today - Download eXo Platform > Build your Enterprise Intranet with eXo Platform Software > Java Based Open Source Intranet - Social, Extensible, Cloud Ready > Get Started Now And Turn Your Intranet Into A Collaboration Platform > http://p.sf.net/sfu/ExoPlatform_______________________________________________ > Faudiostream-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/faudiostream-users ------------------------------------------------------------------------------ Start Your Social Network Today - Download eXo Platform Build your Enterprise Intranet with eXo Platform Software Java Based Open Source Intranet - Social, Extensible, Cloud Ready Get Started Now And Turn Your Intranet Into A Collaboration Platform http://p.sf.net/sfu/ExoPlatform _______________________________________________ Faudiostream-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/faudiostream-users
