Hello,
I am trying to integrate MyGUI in my SFML application. I have build MyGUI for OpenGL3. But when I try to link MyGUI, I get this error :
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/libsfml-graphics.so||undefined reference to symbol 'glGetTexImage'|
Apparently there is a conflict between MyGUI and SFML for OpenGL.
I try to link OpenGL and GLEW but it does not resolve the problem.
Do yo have any thoughts on this ?
Thank you !