lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I wish to build luafilesystem to work with Lua 5.2.0-beta.  

I untarred the 1.5.0 tarball, changed 5.1 to 5.2 in ./config,
made a new rockspec in which I changed the source to be a new
tarball, made a new tarball containing these changes, and still
saw

gcc -O2 -I/usr/include/lua5.1 -c src/lfs.c -o src/lfs.o

when I tried "luarocks make new_rockspec"

I suspect luarocks is designed to be proof against just this sort
of uninformed tampering by newbies.

So I ask for advice.

Dirk