What steps will reproduce the problem?
1. Downloaded 0.4 from google code
2. extracted the files
3. typed 'make'
What is the expected output? What do you see instead?
I got the following output:
echo "export LUA_PATH=`pwd`/compiler/?.lua\\;`pwd`/sketches/?.lua\\;`pwd`/tests/?.lua" > lua_path
echo export LUA_CPATH=`pwd`/lang_ext/lua/?.so >> lua_path
lua utilities/luac.lua compiler/gzlc -L compiler/*.lua compiler/bootstrap/*.lua sketches/pp.lua
./utilities/srlua-glue ./utilities/srlua luac.out gzlc
make: ./utilities/srlua-glue: No such file or directory
make: *** [gzlc] Error 1
What version of the product are you using? On what operating system?
Using Gazelle 0.4, lua 5.1.4, OSX 10.7
Please provide any additional information below.