Narim1 / luaforwindows

Automatically exported from code.google.com/p/luaforwindows
0 stars 0 forks source link

Please update Alien to latest version (0.5.0) #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The version of Alien that is being installed is 0.4.1

Latest version available is 0.5.0
http://alien.luaforge.net/

It has new features and fixes some bugs.

BTW: Thanks for your work!

Original issue reported on code.google.com by iburgu...@gmail.com on 3 Jun 2011 at 3:00

GoogleCodeExporter commented 8 years ago
Do you have a way to build it using Microsoft Visual C++ 2005?

If so just attach it to this issue and I will get it added immediately.

Original comment by rpusz...@gmail.com on 3 Jun 2011 at 3:48

GoogleCodeExporter commented 8 years ago
I don't have 2005 here, but I just compiled it with VC6 using the provided
makefile. I had to override the CFLAGS variable to provide Lua's include
directories and lib.

D:\Desarrollo\alien-0.5.0>nmake -f Makefile.win CFLAGS="/O2 /DWINDOWS
/Ilibffi\win32 /Id:\trunk\packages\lua5.1\include"
LIB_OPTION=d:\trunk\packages\Lua5.1\lib\Lua5.1.lib

Also, there's a precompiled binary (with 2005) in LuaRocks repository:
http://luarocks.org/repositories/rocks/alien-0.5.0-1.win32-x86.rock

Hope this helps.

Original comment by iburgu...@gmail.com on 3 Jun 2011 at 5:41

GoogleCodeExporter commented 8 years ago
Oh that rock will be perfect!
Expect to see it in the next release.

Original comment by rpusz...@gmail.com on 6 Jun 2011 at 1:39