Is it possible to build in debug mode with mingw-w64 ?

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


Rahzym
Gnoblar
Posts: 12
Joined: Tue Jun 21, 2011 7:14 pm

Is it possible to build in debug mode with mingw-w64 ?

Post by Rahzym »

When I build Ogre 2.1 from ogre-next (2.1 and master) with mingw-w64 (x86_64-8.1.0-posix-sjlj-rt_v6-rev0) every sample build and run in release mode. In debug mode samples are not able to open OgreConfigDialog to create ogre.cfg. Of course I correct path in resources2.cfg for both mode.

What am I doing wrong ? Should I use lower version of mingw-w64 or is that compiler not able to build ogre ? Is there something wrong in my setup ?

I work on Windows 10 with CMake (codeblocks-mingw makefile).