First of all, I'm a newbie, so I don't knwow if I'll be helpful...
However,

*stddef.h* is on my system in 
".../emsdk/emscripten/tag-1.34.1/system/include/libc"

If you have configured emsdk correctly, it should find it.

I suggest that in the command line, you set your PATH environment variable 
correctly before running emmake.

Actually I'm on Linux (another reason why I don't think I'll be very 
helpful). On Linux I have to write something like:

> export 
> PATH=/.../emsdk:.../emsdk/clang/tag-e1.34.1/build_tag-e1.34.1_64/bin:/.../emsdk/emscripten/tag-1.34.1:$PATH
>

However in my emsdk folder there's a script called emsdk_set_env.sh that 
should do the same.



Il giorno giovedì 5 novembre 2015 18:01:44 UTC+1, Sammy Joe Osborne ha 
scritto:
>
> I'm on a windows 8 machine, trying to compile Google's Liquidfun library.
> I run emmake make from the emscripten command prompt, but its reporting 
> that it can't find the stddef.h (or any other standard C libraries).
>
> I know these files are kept in emscripten\1.34.1\system\lib, but I don't 
> know how to tell emscripten to point there. I read something about setting 
> LIBRARY_PATH or LD_LIBRARY_PATH.
> If this would take care of the issue, where/how do I go about setting 
> those variables?
>

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