You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 17, 2025. It is now read-only.
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/ ) ?
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/ ) ?