HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Luc Schrijvers
- Registered on: 2019-12-21
- Last connection: 2021-01-02
Issues
Projects
- Freeciv (Reporter, 2019-12-21)
Activity
2021-01-03
-
Seems there was some misinterpretation of the lua library, I had lua5.1 and lua5.2 co-installed, after removing it's ok, so this can be closed (sorry for the noise but thanks for taking the time to investigate!) :) Bug #912390: tolua cmd fails to link with -llua?Trying a build from the S3_0 branch on Haiku, the library is building ok, the binary builds also but fails with a lot of undefined references:
configure runs: CFLAGS="-O2 -pipe" ./configure --prefix=/boot/home/destdir/ --enable-client... -
PS using http://files.freeciv.org/packages/windows/testing/cazfi/tarballs/alphas/S3_0-alpha5/freeciv-3.0.0-alpha5.tar.xz led to the same ... -
Making all in scriptcore
make[3]: Entering directory '/Opslag/freeciv/common/scriptcore'
unavailable -n common_a -o ./tolua_common_a_gen.c \
-H ./tolua_common_a_gen.h ./tolua_common_a.pkg
make[3]... -
-
configure runs: CFLAGS="-O2 -pipe" ./configure --prefix=/boot/home/destdir/ --enable-client... -
Thanks, the patch is working fine on the S3_0 branch! Bug #912369: Add a way to do a AC_SEARCH_LIBS for inet_ptonIn Haiku this fails for the function search (AC_CHECK_FUNCS([inet_pton], [],) (on branch S3.0)
Have to use "export LDFLAGS=-lnetwork" to it can use the function for getaddrinfo() which needs inet_pton -
Have to use "export LDFLAGS=-lnetwork" to it can use the function for getaddrinfo() which needs inet_pton
2021-01-02
-
Fixed the extra seperator: https://paste.ubuntu.com/p/YK3J4vGzNW/ Feature #911958: Make ~/config/settings/freeciv the storage directory under Haiku OSBegasus has requested upstreaming some of the Haiku OS freeciv patches from https://github.com/haikuports/haikuports/blob/f85fb2d8ddbc31ce149a3395a48ff1cca61c05c9/games-strategy/freeciv/patches/freeciv-2.6.2.patchset
Not really upstre... -
2019-12-21
-
Building the library is OK and doesn't produce errors, building the cmd works also but I get a lot of undefined references (lua_rotate, lua_callk, lua_tonumberx, lua_setglobal ...) Feature #853406: enable sys tolua cmdWhen trying to build a local checkout (S2_6) I'm trying to pass the --enable-sys-lua-cmd=true but Freeciv still builds the included cmd tolua, this is on 64-bit Haiku
Also available in: Atom