Re: Porting Lua to Windows Mobile Professional 6.5.3
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Porting Lua to Windows Mobile Professional 6.5.3
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 2 Jun 2011 08:42:43 -0300
> 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.
-- Roberto