lua-users home
lua-l archive

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


Am 02.06.2011 13:42, schrieb Roberto Ierusalimschy:
I already managed to compile it as a library without any errors, but
a lot of functions we usually find on our beloved BSD systems are
just plain not available...

You should not need any "BSD" function to compile Lua, only C ANSI ones.

The Windows Mobile 6.5.3 SDK apparently even lacks those...

Well, it compiles fine, and I can even run my C program, but

   luaL_loadstring(L, "return 42");

returns LUA_ERRSYNTAX, so sth(tm) clearly is not yet as it should be....


-- Roberto