kripken / BananaBread

BananaBread is a C++ 3D game engine that runs on the web using JavaScript+WebGL+HTML
1.38k stars 346 forks source link

Web compiling issue #59

Closed Memorix101 closed 9 years ago

Memorix101 commented 9 years ago

Hey :)

I need some help to compile BananaBread from web source.

Console Output: http://pastebin.com/87ghpmxL

Makefile: EMSCRIPTEN="/home/memorix101/emsdk/emscripten/master" CXX = $(EMSCRIPTEN)/emcc EMCONFIGURE = $(EMSCRIPTEN)/emconfigure EMMAKE = $(EMSCRIPTEN)/emmake

Compiling the native part worked pretty well, but the web doesn't work :/

Memorix101 commented 9 years ago

I fixed it, turned out my Node JS was not setup correctly :)