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

Update emscripten cmake #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rdroe
Copy link

@rdroe rdroe commented Sep 5, 2019

Closes OGStudio/openscenegraph-cross-platform-guide/issues/8.
After this, Emscripten seems to compile.

As an added note, some warnings remain and end of build process. I think they were already there.

[ 99%] Linking CXX executable ../../bin/osgstaticviewer.js
[ 99%] Built target osgdb_p3d
[100%] Linking CXX executable sample-ems.html
warning: undefined symbol: pthread_attr_getstacksize
warning: undefined symbol: pthread_testcancel
warning: undefined symbol: graphicswindow_X11
warning: undefined symbol: pthread_attr_getstacksize
warning: undefined symbol: pthread_testcancel
[100%] Built target sample-ems
[100%] Built target example_osgstaticviewer

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

Successfully merging this pull request may close these issues.

Emscripten build error
1 participant