You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake^
-S "%USERPROFILE%\source\ror-dependencies"^
-B "%USERPROFILE%\builds\ror-dependencies"^
-G "Visual Studio 17 2022"^
-A "x64"
open generated .sln and do TopMenubar >> Build >> Build Solution
Result: Release builds fine, Debug gets stuck on mygui.
10>Performing configure step for 'mygui'
...
10>-- Configuring done
10>CUSTOMBUILD : CMake error : The following variables are used in this project, but they are set to NOTFOUND.
10>Please set them or make sure they are set and tested correctly in the CMake files:
10>ZLIB_LIBRARY
10> linked by target "MyGUIEngine" in directory C:/Users/Petr/builds/ror-dependencies/Source/mygui/MyGUIEngine
10>
10>-- Generating done
UPDATE: Just tried on my work laptop (VS 2019), same story.
The text was updated successfully, but these errors were encountered:
ohlidalp
changed the title
Can't build mygui as Debug (Win10, Visual Studio 2022)
Can't build mygui as Debug (Win10, Visual Studio 2019/2022)
Nov 21, 2022
@AnotherFoxGuy Building first Release and then Debug works around the error above but MyGUI Debug libs (MyGUIEngine, MyGUI.OgrePlatform) aren't generated, only Release.
My steps:
Result: Release builds fine, Debug gets stuck on mygui.
rordependencies-Debug.zip
UPDATE: Just tried on my work laptop (VS 2019), same story.
The text was updated successfully, but these errors were encountered: