The first issue is that we failed to find node or nodejs on the path, so we
guessed 'node' and gave up. Was nodejs in your path before you installed
emscripten?

The second issue I can confirm here. It's in upstream musl, not in our
code. I think I've seen similar definitions in other libcs too, so not sure
if that is a true problem or not.

- Alon


On Fri, Nov 7, 2014 at 3:30 PM, Dan Stromberg <[email protected]> wrote:

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

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