how to include lua

M

Michael

yes I've included lua headers but am unsure about the linker settings.
tried lua and LUA without changes and that errors are weird. will ask
also in eclipse forum
 
M

Michael

Following this:
http://csl.sublevel3.org/lua/


extern "C" {
#include <lua.h>
#include <lauxlib.h>
}

I get this error:

agl.c:14: error: expected identifier or ‘(’ before string constant
l.c:15:17: warning: lua.h: No such file or directory
uagl.c:16:21: warning: lauxlib.h: No such file or directory

Why? Thanks
 
M

Miles Bader

Michael said:
extern "C" {
#include <lua.h>
#include <lauxlib.h>
}

I get this error:

agl.c:14: error: expected identifier or ‘(’ before string constant

Are you actually using a C++ compiler?
l.c:15:17: warning: lua.h: No such file or directory
uagl.c:16:21: warning: lauxlib.h: No such file or directory

It looks like those include files are not on your include path...

Where did you install them?

-Miles
 
M

Michael

Hi -Miles
g++

michael@ubuntu:~$ cd /usr
michael@ubuntu:/usr$ find . -name "*lua*"
../local/lib/luarocks
../src/linux-headers-2.6.32-23-generic-pae/include/config/sound/kahlua.h
../src/linux-headers-2.6.32-23-generic-pae/include/config/scsi/dh/alua.h
../include/FL/Fl_Valuator.H
../include/luajit-2.0
../include/luajit-2.0/luajit.h
../include/luajit-2.0/lualib.h
../include/luajit-2.0/lua.h
../include/luajit-2.0/luaconf.h
../include/luajit-2.0/lua.hpp
../include/lua5.1
../include/lua5.1/lua-curl.h
../include/lua5.1/luasocket.h
../include/lua5.1/lualib.h
../include/lua5.1/lua.h
../include/lua5.1/luaconf.h
../include/lua5.1/lua.hpp


at least lua.h should be found as I do:

-I/usr/include/lua5.1
Thanks
Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,073
Latest member
DarinCeden

Latest Threads

Top