Those are due to how the GL GetProcAddress stuff works. It is indeed confusing, I removed those warnings on incoming now.
- Alon On Thu, Mar 20, 2014 at 8:38 PM, Trevor Linton <[email protected]>wrote: > I'm getting some odd undefined symbol warnings after a recent upgrade for > emscripten (see below). What's odd is im compiling with GLESv2, using > GLESv2, and no legacy GL functions. I've searched my code and no glFrustum > (etc,etc) are used. I also searched the bytecode that was compiled down to > JS using llvm-nm and it didn't produce any undefined symbols such as these. > Any ideas? (using 1.13.0 release). > > Trevors-MacBook-Pro-2:webkit.js tlinton$ ninja -C Release > ninja: Entering directory `Release' > [1/1] SOLINK_JS obj/webkit.js, POSTBUILDS > warning: unresolved symbol: emscripten_glFrustum > warning: unresolved symbol: emscripten_glGetObjectParameterivARB > warning: unresolved symbol: emscripten_glNormalPointer > warning: unresolved symbol: emscripten_glEnableClientState > warning: unresolved symbol: emscripten_glGetPointerv > warning: unresolved symbol: emscripten_glBindProgramARB > warning: unresolved symbol: emscripten_glRotatef > warning: unresolved symbol: emscripten_glClientActiveTexture > warning: unresolved symbol: emscripten_glTexCoordPointer > warning: unresolved symbol: emscripten_glGetInfoLogARB > warning: unresolved symbol: emscripten_glDrawRangeElements > warning: unresolved symbol: emscripten_glLoadMatrixf > warning: unresolved symbol: emscripten_glColorPointer > warning: unresolved symbol: emscripten_glDeleteObjectARB > warning: Output contains some very large functions, consider using > OUTLINING_LIMIT to break them up (see settings.js) > > Trevors-MacBook-Pro-2:webkit.js tlinton$ > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
