|
Hi Philipp!
OK this is weird... first I did not know that there are newer versions of Lua Lanes... luaforge.net doesn't tell you that, hm. Thanks for showing me that.
I got the 3.6.0 at https://github.com/LuaLanes/lanes/releases.
When I compile it though, I get this:
cd src && make LUA=/usr/bin/lua5.1
make[1]: Entering directory `/home/wolf/dev/lanes-3.6.0/src'
cc -Wall -Werror -O2 -I/usr/include/lua5.1 -D_GNU_SOURCE -fPIC -c -o lanes.o lanes.c
lanes.c: In function ‘LG_configure’:
lanes.c:2839:5: error: too many arguments to function ‘init_once_LOCKED’
lanes.c:2614:13: note: declared here
make[1]: *** [lanes.o] Error 1
make[1]: Leaving directory `/home/wolf/dev/lanes-3.6.0/src'
make: *** [src/lanes/core.so] Error 2
init_once_LOCKED is defined in the same file... is Lanes 3.6.0 buggy?
Many greetings,
Wolfgang