Issue building GLES2 on default branch

Discussion area about developing with Ogre-Next (2.1, 2.2 and beyond)


Post Reply
Hotshot5000
OGRE Contributor
OGRE Contributor
Posts: 226
Joined: Thu Oct 14, 2010 12:30 pm
x 56

Issue building GLES2 on default branch

Post by Hotshot5000 »

There seems to be a missing OpenGL32.lib and libEGL.lib as a linker dependency since I got wgl*() missing errors when linking. After adding OpenGL32.lib in Linker/Input I got

Code: Select all

gles3w.obj : error LNK2019: unresolved external symbol __imp__eglGetProcAddress@4 referenced in function _close_libgl
This I fixed by adding the libEGL library.

It looks like EGL_egl_LIBRARY that I set in cmake didn't carry over into the project.
Post Reply