lua-users home
lua-l archive

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


It does work with Windows x64, you should be bumping into some
incompatibility between the APIs of Lua 5.1 and Lua 5.2. It is for Lua
5.1, after all. :-) What is the error message?

--
Fabio Mascarenhas


On Tue, Mar 1, 2011 at 6:35 AM, Attila <ejjeliorjarat@gmail.com> wrote:
> Hello list!
>
>
>
> Is there any way to compile alien FFI library with Lua5.2 on Windows 7 x64
> system? I just tried Mascarenhas’ github project @
> https://github.com/mascarenhas/alien, but I am unable to compile it with
> nmake /f makefile.win64 – maybe I am wrong, but I think this is the right
> way to compile with makefiles. By the way, it’s README file writes that:
>
> „Alien works on Unix-based systems and Windows. It has been tested on Linux
> x86,
>
> Linux x64, Linux ARM, FreeBSD x86, Windows x86, OSX x86, and OSX PPC. The
> Windo$
>
> binary uses MSVCR80.DLL for compatibility with LuaBinaries.”
>
> Windows x64 isn’t there, but I guess it should work, it’s just not tested
> yet. Any idea?
>
>
>
> Thanks in advance,
>
> Attila