-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compile error when "make" the osgExample #9
Comments
Could you please specify which step of the guide produces this error? |
Hi. I met this error too.I use ubuntu 16.04, i follow the guide and when i run "make -j8" after cmake.I can compile a simple.c file like "hello world" too.when i look up the cmakecache.txt file in the build directory, there are many nul like this: //Dependencies for the target |
@yejun81 , could you please tell me which step of the guide it is? |
|
@yejun81, I'll have a look at the issue this month. Emscripten people change their tool chain from time to time, so things might need a bit of tweaking. |
when using "mingw32-make" in Windows system, i meet a problem which is "wasm-ld: error unable to find library -lnul". So is there some problem when i install emscripten. But i can compile a simple .c file like "Hello World".
The text was updated successfully, but these errors were encountered: