stetre / luajack

Lua bindings for the JACK Audio Connection Kit
Other
21 stars 2 forks source link

Problems when building #8

Open v1993 opened 5 years ago

v1993 commented 5 years ago

If I follow your build instructions, make fails being unable to find lua.h.

That's how I managed to fix it on my system (Ubuntu 19.04):

CC='clang -I/usr/include/lua5.3' make # Or gcc if you prefer

I'm not sure is there a portable fix for this, but it might worth noting in documentation.

stetre commented 5 years ago

Hi, I added a fix that should solve the problem. Let me know if it works. Thank you.