Message2788

Author fluzz
Recipients
Date 2014-05-27.11:48:47
Content
>
> hi.i get lua related errors(src/lua.c:961:1: error: unknown type 
> name'luaL_reg')

First, fetch the last version.

>
> when i am trying to build game.because of lua version mismatch.
>
> i tried --with-embedded-lua  option. no lucky;i get same errors because of
>
> system header have been included.not embedded(own) header.i think it causes
>
> that you use double quotes suck like "lua.h" into sources. it is conflict
>
> system <lua.h>.

Second, "we" can build without any issue.

Before to try to fix the source, send us your config.log, so that we
can find what is working bad on your computer.

>
> i think it will be nice to moving lua 5.2  completely rely on system lua as
>

Third, we are no more compatible with lua 5.1. But we want to still be
able to build on old systems that do not have a lua 5.2 package.

> dependency and completely remove --with-embedded-lua bullshit.

Fourth, stop using insulting words if you want us to reply...
History
Date User Action Args
2014-05-27 11:48:47fluzzsetmessageid: <1401191327.88.0.693811447577.issue743@freedroid.org>
2014-05-27 11:48:47fluzzlinkissue743 messages
2014-05-27 11:48:47fluzzcreate