Hi,

I am new with emscripten and makefiles and I have met some difficulties 
regarding "emmake make" to build box2d in js.

I want to learn how to build a full c++ project in js with emscripten so I 
am looking for box2d and I want to do same things.

So, I followed steps described in box2d readme but I got some error:

"C:\Emscripten\box2d.js-master>emmake make
ERROR    root: Exception thrown when invoking Popen in make with args: 
"make"!
Traceback (most recent call last):
  File "C:\Program Files\Emscripten\emscripten\1.29.0\\emmake", line 26, in 
<module>
    shared.Building.make(sys.argv[1(inlove))
  File "C:\Program Files\Emscripten\emscripten\1.29.0\tools\shared.py", 
line 1113, in make
    process = Popen(args, stdout=stdout, stderr=stderr, env=env)
  File "C:\Program 
Files\Emscripten\python\2.7.5.3_64bit\lib\subprocess.py", line 711, in init
    errread, errwrite)
  File "C:\Program 
Files\Emscripten\python\2.7.5.3_64bit\lib\subprocess.py", line 948, in 
_execute_c
hild
    startupinfo)
WindowsError: [Error 2] The system cannot find the file specified"

I am running on windows 8.1 and using emscripten 1.29.0.
Can someone explain me how to process to build box2d in js please ?

Thank you all in advance for your help.

Alexandre Rivet

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to