Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation fails using Visual Studio 2022 IDE #1024

Closed
MatillaMartin opened this issue Nov 12, 2024 · 1 comment
Closed

Compilation fails using Visual Studio 2022 IDE #1024

MatillaMartin opened this issue Nov 12, 2024 · 1 comment

Comments

@MatillaMartin
Copy link

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

  • Download 3.1.0 source
  • Run default cmake generation
  • Open Visual Studio 2022 IDE (Version 17.8.2), select Release
  • Build all

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

@Waqar144
Copy link
Contributor

We dont provide support for building via IDEs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants