Configure scripts are a unix thing that is not supported on Windows. I recommend trying compilation either on Linux or Mac osx. Also note that there's a considerable amount of emulation that is involved with configure scripts, so you may need to modify the script to assist the build. On Jan 27, 2015 1:32 PM, "Kostas Arvanitis" <[email protected]> wrote:
> Hi, > > I am pretty new with emscripten and makefiles and I have met some > difficulties regarding emmake / emconfigure. > > According to the tutorial, running emconfigure ./configure will replace > gcc with emcc in makefiles. > > However it produces this error: > > C:\Program Files\Emscripten>emconfigure ./configure > ERROR root: Exception thrown when invoking Popen in configure with > args: "./c > onfigure"! > Traceback (most recent call last): > File "C:\Program Files\Emscripten\emscripten\1.29.0\\emconfigure", line > 24, in > <module> > shared.Building.configure(sys.argv[1:]) > File "C:\Program Files\Emscripten\emscripten\1.29.0\tools\shared.py", > line 108 > 7, in configure > process = Popen(args, stdout=stdout, stderr=stderr, env=env) > File "C:\Program > Files\Emscripten\python\2.7.5.3_64bit\lib\subprocess.py", lin > e 711, in __init__ > errread, errwrite) > File "C:\Program > Files\Emscripten\python\2.7.5.3_64bit\lib\subprocess.py", lin > e 948, in _execute_child > startupinfo) > WindowsError: [Error 2] The system cannot find the file specified > > The same happens when I call emmake make > > I've tried taking out ./ from emconfigure or adding it in every possible > way, but without any difference. > I suppose this does not have to do with the makefile, because it's really > minimal and it does not even get into it. > I use the latest version of Emscripten and I am in Windows 8.1 > > Thank you all in advance for your help > > -- > 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. > -- 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.
