-
Notifications
You must be signed in to change notification settings - Fork 40
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
Lua error #27
Comments
If you use my fork (https://github.com/carlosefr/kyoto), you can pass |
thanks for your fork, @carlosefr . Unfortunately when I add
Any suggestions? Thanks in advance. |
The problem is the |
Hi, I already had zlib, lzo installed before by the admins, and installed Lua 5.1, but not in /usr/local/lib/ .
I downloaded kyoto, but when I do 'make' , it errors out with :
checking kccommon.h usability... yes
checking kccommon.h presence... yes
checking for kccommon.h... yes
checking lua.h usability... no
checking lua.h presence... no
checking for lua.h... no
configure: error: lua.h is required
make: *** [kyototycoon/Makefile] Error 1
how do I let the Makefile know where to look for lua (i.e not in /usr/local/lib/ ) ?
The text was updated successfully, but these errors were encountered: