When you say if I have configured emsdk correctly, what is it I need to configure? Or what path needs to be added to my PATH, the path directly to the libc folder? I'll give this a go when I get home tonight.
Thanks for the help! On Thursday, November 5, 2015 at 12:16:27 PM UTC-6, Flix wrote: > > 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.
