lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thu, Mar 3, 2011 at 10:54 AM, Chien Nguyen
<nguyenquangchien@gmail.com> wrote:
> lua.h: No such file or directory
> curses.h: No such file or directory

Sounds like you need to install the Lua and ncurses dev libraries as
well for the headers.

Watch out for the final location of lua.h; it will be in
/usr/include/lua5.1 for Ubuntu - might have to change the makefile.

steve d.