Hi! I want to try build project against regal gl. I does not found any success story how to do this. I successfully build project against Regal in native environment. After that I compile regal with emscripten without any problem. So, for now I have static libraries libRegalGLUT.a libRegallib.a. I can`t understand how I can disable build in opengl support.
warning: unresolved symbol: glColor4ub
warning: unresolved symbol: glClipPlanef
warning: unresolved symbol: glPopMatrix
warning: unresolved symbol: glFogf
warning: unresolved symbol: glScalef
warning: unresolved symbol: glPointParameterfv
warning: unresolved symbol: glLoadMatrixf
warning: unresolved symbol: glTranslatef
warning: unresolved symbol: glFrustumf
warning: unresolved symbol: glDisableClientState
warning: unresolved symbol: glPointParameterf
warning: unresolved symbol: glAlphaFunc
warning: unresolved symbol: glFogfv
warning: unresolved symbol: glTexCoordPointer
warning: unresolved symbol: glColor4f
warning: unresolved symbol: glMultMatrixf
warning: unresolved symbol: glPointSize
warning: unresolved symbol: glTexEnvf
warning: unresolved symbol: glTexEnvi
warning: unresolved symbol: glEnableClientState
warning: unresolved symbol: glClientActiveTexture
warning: unresolved symbol: glColorPointer
warning: unresolved symbol: glPushMatrix
But I already added libRegallib.a to build stage, and as I can see this static lib contains at least glTexEnvf:
>> llvm-nm libRegallib.a | grep glTexEnvf
00000000000085f0 T glTexEnvf
0000000000008680 T glTexEnvfv
U glTexEnvf
U glTexEnvfv
0000000000007070 T plugin_glTexEnvf
00000000000070f0 T plugin_glTexEnvfv