[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Porting Lua to Windows Mobile Professional 6.5.3
- From: Marc Balmer <marc@...>
- Date: Thu, 02 Jun 2011 14:15:09 +0200
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