KDAB / GammaRay

GammaRay is a tool to poke around in a Qt-application and also to manipulate the application to some extent.
https://www.kdab.com/gammaray
Other
1.63k stars 283 forks source link

Compilation fails using Visual Studio 2022 IDE #1024

Closed MatillaMartin closed 2 weeks ago

MatillaMartin commented 2 weeks ago

Description Building GammaRay 3.1.0 using the Visual Studio 2022 IDE fails with

16>MSBuild version 17.8.3+195e7f5a3 for .NET Framework
16>MSBUILD : error MSB1009: Project file does not exist.
16>Switch: install
16>C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(254,5): error MSB8066: Custom build for 'C:\Users\matilla\Downloads\gammaray-3.1.0\build\CMakeFiles\a233dcda01107be7f0a67104b8ccb19f\lib_package.rule;C:\Users\matilla\Downloads\gammaray-3.1.0\CMakeLists.txt' exited with code 1.
16>Done building project "lib_package.vcxproj" -- FAILED.

Reproduction steps

Interestingly, when running the build from the CLI using the cmake commands, the build is successful cmake --build . --config Release --target install

Waqar144 commented 2 weeks ago

We dont provide support for building via IDEs.