lua-users home
lua-l archive

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


> I forget to mention. It is not just a Lua build problem, it is a
> problem with any C++ app that wants to use Lua.

That is weird. That #include is protected by a #ifdef LUA_CORE. It
should not happen in any outside code. Can you check that?

-- Roberto