Message3590

Author fluzz
Recipients
Date 2018-07-28.17:15:13
Content
On 05/25/2014 11:26 PM, luigide - Roundup wrote:
>
> New submission from luigide <luigide@yandex.com>:
>
> 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...

>
> ----------
> messages: 2783
> priority: minor
> status: open
> title: lua 5.2 issue
>
> ________________________________________
> FreedroidRPG issues <bugs@freedroid.org>
> <http://bugs.freedroid.org/b/issue743>
> ________________________________________
>
> ------------------------------------------------------------------------------
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos.
> Get unparalleled scalability from the best Selenium testing platform available
> Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs
> _______________________________________________
> Freedroid-bugs mailing list
> Freedroid-bugs@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedroid-bugs
>
History
Date User Action Args
2018-07-28 17:15:13fluzzlinkissue743 messages
2018-07-28 17:15:13fluzzcreate