[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Problem compiling gllua
- From: Cesar <raitzcj@...>
- Date: Sun, 02 Oct 2005 19:41:52 -0300
Hi,
I'm having trouble to compile the GLLUA library with LUA-5.0.2, mingw
doesn't recognize the lua_Object.
I tried to change it to lua_State but the compiler complains anyway.
Moreover, in lua.h, lua_State has this very enigmatic definition:
"typedef lua_State lua_State;"
So, what should I replace lua_Object for?