You are not logged in.
Pages: 1
A Makefile calls for /usr/include/lua5.1/
but one does not exist with Arch. Where can I find it, so I can fix the Makefile?
=============== Read An Essay ===============
Distro : Funtoo Linux || Kernel : ckernel-2.6.30-gentoo-r5
Processor : Athlon 64 X2 4400+ || RAM : 2GB || HD : 300GB
========================================
Offline
pacman -Ql lua
...
lua /usr/include/
lua /usr/include/lauxlib.h
lua /usr/include/lua.h
lua /usr/include/lua.hpp
lua /usr/include/luaconf.h
lua /usr/include/lualib.h
...
Assuming these are the files it's looking for (you should check into that), the path you want is /usr/include.
The suggestion box only accepts patches.
Offline
Pages: 1