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

library not found for -lHTTPDFaust #53

Open
al-anatrini opened this issue May 18, 2023 · 3 comments
Open

library not found for -lHTTPDFaust #53

al-anatrini opened this issue May 18, 2023 · 3 comments

Comments

@al-anatrini
Copy link

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
Copy link
Member

sletz commented May 19, 2023

@sebeaumont
Copy link

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
Copy link

sebeaumont commented Nov 6, 2023

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...

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

No branches or pull requests

3 participants