I have Ogre14 running after compile the skeleton and link the libs,
i have built with cmake checking the wayland flag.
Now when ogre runs it crashes on createWindow.
log:
*** Starting EGL Subsystem ***
[SDL] Creating X11 window
RenderSystem::_createRenderWindow "OgreTutorialApp", 800x600 windowed miscParams: FSAA=0 displayFrequency=N/A externalWindowHandle=29360130 gamma=No sdlwin=103843315040176 vsync=Yes vsyncInterval=1
EGL_VENDOR = Mesa Project
EGL_VERSION = 1.5
Error occurred during execution: RuntimeAssertionException: miscParams->find("parentWindowHandle") == end && miscParams->find("externalWindowHandle") == end failed. Recompile with OGRE_USE_WAYLAND=OFF in create at /ogre-14.3.0/RenderSystems/GLSupport/src/EGL/Wayland/OgreWaylandEGLWindow.cpp (line 198)
the source code in the setup is: (Using ObreBites)
ApplicationContext::setup();
addInputListener(this);
Root* root = getRoot();
SceneManager* scnMgr = root->createSceneManager();
could be something new on just incorporated wayland support? could something go ahead creating the window with wayland?