I installed emsdk last night on a Linux Mint 17 system.

It's working pretty well, but there were two small issues.

One:
~/.emscripten was initially populated with:
NODE_JS = 'node'
I had to change this to:
NODE_JS = 'nodejs'
Mint has a program called "node" in synaptic, but it's unrelated.

Two:
When I tried to fprintf to stderr with emcc -Weverything, I got a
compiler warning about stderr being a recursive macro.  printf'ing
instead worked fine.

Thanks for the cool tools.

PS: I did a mandelbrot in emscripten and Brython (same resolution),
and emscripten was MANY times faster.

-- 
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