On Wed, Mar 2, 2011 at 10:34 AM, Benoit Germain <[email protected]> wrote: > Hello, > > This is to send an updated rockspec for Lanes, and to update some info as > well. The official project home is now at github. Latest official sources > are available under tag v2.1.0.
I got these build errors on Linux, any idea? Initialized empty Git repository in /System/Variable/tmp/luarocks_lanes-2.1-1-6309/lanes/.git/ remote: Counting objects: 129, done. remote: Compressing objects: 100% (128/128), done. remote: Total 129 (delta 57), reused 0 (delta 0) Receiving objects: 100% (129/129), 202.31 KiB | 71 KiB/s, done. Resolving deltas: 100% (57/57), done. Note: moving to 'v2.1.0' which isn't a local branch If you want to create a new branch from this checkout, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b <new_branch_name> HEAD is now at 46738a3... fix typo in timer function code lua5.1 not found, or it's not a program. lua51 not found, or it's not a program. luac5.1 not found, or it's not a program. luac51 not found, or it's not a program. cd src && make LUAROCKS=1 CFLAGS="-O2 -fPIC -I/usr/local/include" LIBFLAG="-shared" LUA=lua LUAC=luac make[1]: Entering directory `/System/Variable/tmp/luarocks_lanes-2.1-1-6309/lanes/src' lua ../tools/bin2c.lua keeper.lua -o keeper.lch gcc -O2 -fPIC -I/usr/local/include -c -o lanes.o lanes.c In file included from lanes.c:92: keeper.h:18:23: warning: no newline at end of file lanes.c: In function 'LG_linda_send': lanes.c:338: error: invalid operands to binary == lanes.c:339: error: incompatible types in assignment lanes.c:345: error: incompatible types in assignment lanes.c:352: error: incompatible types in assignment lanes.c: In function 'LG_linda_receive': lanes.c:459: error: invalid operands to binary == lanes.c:460: error: incompatible types in assignment lanes.c:466: error: incompatible types in assignment lanes.c:473: error: incompatible types in assignment lanes.c: In function 'selfdestruct_atexit': lanes.c:897: error: invalid operands to binary != lanes.c:902: error: incompatible types in assignment lanes.c:903: error: incompatible type for argument 1 of 'SIGNAL_ALL' lanes.c: In function 'lane_main': lanes.c:1317: error: incompatible types in assignment lanes.c: In function 'LG_thread_new': lanes.c:1470: error: incompatible types in assignment make[1]: *** [lanes.o] Error 1 make[1]: Leaving directory `/System/Variable/tmp/luarocks_lanes-2.1-1-6309/lanes/src' make: *** [rock] Error 2 Error: Build error: Failed building. -- Hisham _______________________________________________ Luarocks-developers mailing list [email protected] http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers
