[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: tolua
- From: Diego Nehab <diego@...>
- Date: Wed, 29 Aug 2001 16:14:43 -0300 (EST)
Hi,
> I am having trouble compiling tolua on my Mac, because I can't seem to find
> where the data type "lua_Object" is defined. Is this defined in the Lua C
> API, or is it part of tolua? I have looked in lua.h, luac.h, lualib.h,
> tolua.h, to no avail.
This sounds like a version problem. What version are you trying do compile?
lua_Object existed until vertion 3.2. The API changes of version 4.0 made
it useless so that it was removed from the library.
[]s,
Diego.