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

undefined symbol: emscripten_glBeginQuery #2065

Closed
limdp99 opened this issue Mar 13, 2020 · 5 comments
Closed

undefined symbol: emscripten_glBeginQuery #2065

limdp99 opened this issue Mar 13, 2020 · 5 comments

Comments

@limdp99
Copy link

limdp99 commented Mar 13, 2020

I have tried building asm.js
D:\Work\bkaradzic\bgfx.build\projects\gmake-asmjs>mingw32-make

'bgfx', 'bx', 'bimg', 'bimg_decode', 'example-glue', 'example-common' was successful,
but an error occurred in 'sample-00-hellowworld'.

error

Are there any steps I've skipped?

@bkaradzic
Copy link
Owner

Are there any steps I've skipped?

Did you see any warnings early on? Probably your environment variables are not set correctly.

@yuanyazhen
Copy link

same problem here.

With path:
xxx\emsdk\upstream\emscripten
xxx\emsdk\node\12.9.1_64bit\bin
xxx\emsdk

with EMSCRIPTEN:
xxx\emsdk\upstream\emscripten

@yuanyazhen
Copy link

tried both windows and macos,
stucked at same place

@yuanyazhen
Copy link

the link problem seems resolved after add
-s MIN_WEBGL_VERSION=2 -s MAX_WEBGL_VERSION=2
into .make files of each example,

But the compiled result throw an error
image

@mihaelkovac
Copy link

I'm having similar issuse.
Has any type of solution been found?

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

4 participants