kripken / box2d.js

Port of Box2D to JavaScript using Emscripten
1.32k stars 198 forks source link

Broken Makefile as of June 10, 2013 #32

Closed Joncom closed 11 years ago

Joncom commented 11 years ago

A recent commit has broken the Makefile, by removing the EMSCRIPTEN variable, which is still being used by the following line:

$(PYTHON) $(EMSCRIPTEN)/tools/bindings_generator.py box2d_bindings box2d.clean.h ...*truncated*

Resulting in the following error message on compile:

python: can't open file '1/tools/bindings_generator.py': [Errno 2] No such file or directory

Edit

Made a pull request with a fix for this.