 |
 |
| Lua 5.1.4 |
 |
 |
By scottmc - Posted on August 12, 2008 - 11:32:05 (#22937)
Current version when comment was posted: 5.0.2 |
 |
 |
I just built 5.1.4rc1 under Haiku. To build it just use:
make ansi install INSTALL_TOP=/boot/common LIBS=
This will probably work under BeOS and Zeta as well, but you'll want to put it in /boot/home/config instead.
|
|
| link to liblua |
 |
 |
By Begasus_ - Posted on December 19, 2007 - 01:34:59 (#22283)
Current version when comment was posted: 5.0.2 |
 |
 |
You probably need to link to it at configure time with something like --with-lua="prefix for your lua install"
Where the prefix (for me at least) is ~/config/
More info should be visible when running ./configure --help
Maybe a bit late but maybe someone could benefit from it ;)
|
|
| can't get it to work either |
 |
 |
By fitchmicah - Posted on February 14, 2005 - 17:48:27 (#15857)
Current version when comment was posted: 5.0.2 |
 |
 |
This is very frustrating. I think the problem is not the lua-config, but the env problems that come out. I have no idea how to solve them:
checking for lua-config... no
checking for lua-config50... no
checking for luaconfig5.0... no
checking for lua_getfenv in -llua... no
checking for lua_setfenv in -llua50... no
checking for lua_setfenv in -llua5.0... no
configure: error: Lua5 is required
|
|
| Cool... 4th Lua entry on BeBits :-/ |
 |
 |
By BiPolar - Posted on January 28, 2005 - 00:54:36 (#15607)
Current version when comment was posted: 5.0.2 |
 |
 |
I would be nice if new version could be published under a common entry instead of a new one each time...
Have you tried to contact earlier publishers before adding this entry?
|
|
| log file |
 |
 |
By ModeenF - Posted on January 28, 2005 - 00:38:37 (#15606)
Current version when comment was posted: 5.0.2 |
 |
 |
this is the errors i get
checking for lua-config... no
checking for lua-config50... no
checking for luaconfig5.0... no
checking for lua_getfenv in -llua... no
checking for lua_setfenv in -llua50... no
checking for lua_setfenv in -llua5.0... no
configure: error: Lua5 is required
I will test env. something else I can test?
By the way this stratagus is the old freecraft.
|
|
| lua -config? |
 |
 |
By 0belix - Posted on January 27, 2005 - 22:06:48 (#15605)
Current version when comment was posted: 5.0.2 |
 |
 |
do you mean lua -config? ie, lua -c?
or an actual command called lua-config?
|
|
| Compile |
 |
 |
By Soulbender - Posted on January 27, 2005 - 21:11:09 (#15604)
Current version when comment was posted: 5.0.2 |
 |
 |
lua-config is supposed to go into your PATH, usually /home/config/bin. Maybe it was mistakenly not included in the package.
|
|
| how to compile with lua |
 |
 |
By 0belix - Posted on January 27, 2005 - 16:46:37 (#15599)
Current version when comment was posted: 5.0.2 |
 |
 |
the package installer installs lua libs to /boot/home/config/lib now, I didn't create static object libraries. do 'env' from the terminal and see if the Library Path variable is filled in with that path.
|
|
| How does I use this? |
 |
 |
By ModeenF - Posted on January 27, 2005 - 15:07:45 (#15598)
Current version when comment was posted: 5.0.2 |
 |
 |
I'm trying to compile a source that uses both C++ and LUA 5.0(http://stratagus.sourceforge.net/)
when I'm running configure I have a error message saying som thing like "lua-config not found"
|
|
|
|
|