Newbie question
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Newbie question
- From: Dirk Laurie <dpl@...>
- Date: 2011年7月20日 12:18:05 +0200
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