Skip to content
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

Open
For-thewin opened this issue Nov 13, 2019 · 5 comments
Open

compile error when "make" the osgExample #9

For-thewin opened this issue Nov 13, 2019 · 5 comments

Comments

@For-thewin
Copy link

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

@kornerr
Copy link
Contributor

kornerr commented Nov 14, 2019

Could you please specify which step of the guide produces this error?

@yejun81
Copy link

yejun81 commented Dec 25, 2019

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
osg_LIB_DEPENDS:STATIC=general;OpenThreads;general;nul;general;GL;

@kornerr
Copy link
Contributor

kornerr commented Dec 28, 2019

@yejun81 , could you please tell me which step of the guide it is?

@yejun81
Copy link

yejun81 commented Dec 28, 2019

@yejun81 , could you please tell me which step of the guide it is?
This step: 1.10.8. Build application
When i run make -j8, i got "wasm-ld: error unable to find library -lnul" this error

@kornerr
Copy link
Contributor

kornerr commented Jan 3, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants