My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 9: Makefile doesn't work without modification on OS X
  Back to list
Status:  Fixed
Owner:  jhaber...@gmail.com
Closed:  Feb 2009


 
Reported by bslesinsky, Feb 1, 2009
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
Hmm, runtime is listed as a .PHONY target, so I'm not sure why you're getting this problem.

The build system clearly needs some work, but I'm trying to avoid the weight of autotools if I can.
Feb 7, 2009
#2 bslesinsky
Apparently it wasn't in the .PHONY target in 0.4 but is fixed now.

Feb 8, 2009
Project Member #3 jhaber...@gmail.com
Ahh, my bad.  In that case I'll mark the bug as fixed since it's fixed in the latest Git.
Status: Fixed

Powered by Google Project Hosting