Open al-anatrini opened 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?
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...
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.