grame-cncm / faust

Functional programming language for signal processing and sound synthesis
http://faust.grame.fr
Other
2.58k stars 322 forks source link

faust/gui/JSONUIDecoder.h not found on LInux #162

Closed vrx closed 6 years ago

vrx commented 6 years ago

I compiled faust from github but when trying to compile any example i get this message faust/gui/JSONUIDecoder.h not found

sletz commented 6 years ago

Please be much more precise: when compiling the compiler? or a tool ? which platform ? Which exact command line ? error log ...etc...

vrx commented 6 years ago

sorry, on ubuntu 17.10, typing usual make when compiling faust compiler, i tried github source and the tarball of latest release - same pb - i guess there must be some kind of path to set?

faust2jack filterBank.dsp /usr/local/share/faust/ faust/gui/JSONUIDecoder.h not found

that's all i got thanks by advance !

sletz commented 6 years ago

1) have you done « sudo make install » ?

2) can you check what is then installed in /usr/local/include/faust ? JSONUIDecoder.h should be there.

vrx commented 6 years ago

1 - yes 2- ls /usr/local/include/faust/ au audio dsp gui midi misc.h osc sound-file.h unity vst

ls /usr/local/include/faust/gui/ ls: cannot open directory '/usr/local/include/faust/gui/': Permission denied

that was it ! permission access problem... it works now thanks ! v