If any one could spare a little time to help me with setup. Topic is solved

Problems building or running the engine, queries about how to use features etc.
Grayando
Gnoblar
Posts: 2
Joined: Fri Nov 07, 2025 6:48 pm

If any one could spare a little time to help me with setup.

Post by Grayando »

Ogre Version: :Ogre Extra:
Operating System: :Windows 10:
Render System: :?:

Code: Select all

Ogre.log (optional)

Hellos!

I have been trying with CMake to build ogre-next-deps, things seem to run ok, It seems like I have all the files I need, but when opening the Project in Visual Studio 2019 (the open project was greyed out for me using 2022). I build the debug first from the install, it goes through its buisness, but always finishes with a red fail warning...

SDL2(ExtrernalProjectTargets\SDL2\SDL2)

maybe this has been answered before, I have been looking all over on google for an answer but cant seem find the solution... If any one would take pity on my and help a guy it would be much appreciated... Thank you

przemir
Halfling
Posts: 74
Joined: Sun May 11, 2014 7:55 pm
Location: Poland
x 24

Re: If any one could spare a little time to help me with setup.

Post by przemir »

Don't know about Visual Studio but I remember there are problems with SDL2 from ogre-next-deps because 'cmake_minimum_required' is lesser than 3.5.0.
If that is the case then change line in
ogre-next-deps\src\SDL2\CMakeLists.txt
to

Code: Select all

cmake_minimum_required(VERSION 3.0.0...3.5.0)
Grayando
Gnoblar
Posts: 2
Joined: Fri Nov 07, 2025 6:48 pm

Re: If any one could spare a little time to help me with setup.

Post by Grayando »

przemir!!!! You bloody hero you!!!

Worked, thank you so much.

Image