I have built Ogre-Next 2.3.3 for linux, i am using the RenderSystem_GL3Plus.
I can see, when running, the first config dialog asking for chooce the rendersystem in plugins.cfg
When i add the rendersystem i get OpenGL unresolved references in the link process.
These are the libs i am linking:
LIBS += -lOgreOverlayStatic -lOgreMainStatic -lRenderSystem_GL3PlusStatic
LIBS += -lPlugin_ParticleFXStatic -lOgreSceneFormatStatic
LIBS += -lOgreHlmsPbsStatic -lOgreHlmsUnlitStatic
LIBS += -lfreeimage-3.18.0 -lzzip
LIBS += -lGLX -lGL
LIBS += -lxcb -lX11 -lXt -lXrandr -lXaw7
I have 24 link errors about references missing, example:
error: /usr/local/lib/OGRE//libRenderSystem_GL3PlusStatic.a(OgreGL3PlusUavBufferPacked.cpp.o): in function Ogre::GL3PlusUavBufferPacked::~GL3PlusUavBufferPacked()':
Ogre::UavBufferPacked::UavBufferPacked()'
OgreGL3PlusUavBufferPacked.cpp :undefined reference to
Can you tell to me which lib is missing to link these chainn of references?