Replies: 1 comment 1 reply
-
|
Grab latest it should be fixed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm having troubles compiling for emscripten. I'm using the 'wasm2js' build with GNU make. Doing make config=debug to start the building process.
It gives me an error in 'renderer_gl.cpp':
../../../src/renderer_gl.cpp:290:96: error: use of undeclared identifier 'GL_BGR'I've been able to succesfully compile if I add the define on 'renderer_gl.h'. Something like this:
I'm using emscripten version 3.1.15.
Is this OK or I'm missing something?
Beta Was this translation helpful? Give feedback.
All reactions