grame-cncm / faustlive

Advanced self-contained prototyping environment for the Faust programming language
Other
80 stars 18 forks source link

library not found for -lHTTPDFaust #53

Open al-anatrini opened 1 year ago

al-anatrini commented 1 year ago

I'm building Faustlive following the instructions provided. Although I have all the necessary dependencies installed when it comes to the end of building process I got the following error:

[100%] Linking CXX executable /Users/anatrini/faustlive/Build/bin/FaustLive.app/Contents/MacOS/FaustLive ld: library not found for -lHTTPDFaust

Any ideas why it cannot find the library? Even using LDFLAGS pointing to the libmicrohttpd library, installed via brew, didn't fix the issue.

sletz commented 1 year ago
sebeaumont commented 1 year ago

Because the OS X binary is not code signed and also I've built Faust against llvm 17.0.4 so - where is libHHTPDFaust to be built/found?

sebeaumont commented 1 year ago

In answer to my own question -- I needed to build/install libHTTPDFaust from the Faust repo first.

make world -- in Faust repo will do what it says on the tin...