Uploaded, thanks! Compilation returned some warnings, by the way:
gcc -O2 -I/Programs/Lua/Current/include -c lpty.c -o lpty.o lpty.c: In function 'lpty_new': lpty.c:215: warning: initialization makes pointer from integer without a cast lpty.c: In function 'lpty_ttyname': lpty.c:550: warning: initialization makes pointer from integer without a cast gcc -shared -o lpty.so -L/Programs/Lua/Current/lib lpty.o Updating manifest for /Users/hisham/.luarocks/lib/luarocks/rocks -- Hisham _______________________________________________ Luarocks-developers mailing list [email protected] http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers
