| Issue 9: | Makefile doesn't work without modification on OS X | |
| Back to list |
What steps will reproduce the problem? 1. Install lua 5.1.4 2. download gazelle 3. make I get: 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 cannot open ./utilities/srlua: No such file or directory make: *** [gzlc] Error 1 What version of the product are you using? On what operating system? Gazelle 0.4, Macintosh Please provide any additional information below. It looks like the 'runtime' rule doesn't do anything because the rule name is the same as the directory name: $ make runtime make: `runtime' is up to date. I renamed the rule to "make_runtime" and it seemed to work.
Feb 6, 2009
Project Member
#1
jhaber...@gmail.com
Feb 7, 2009
Apparently it wasn't in the .PHONY target in 0.4 but is fixed now.
Feb 8, 2009
Ahh, my bad. In that case I'll mark the bug as fixed since it's fixed in the latest Git.
Status:
Fixed
|