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
Description
Currently my the simple example that was given by Microsoft doesn't seem to work on my system, and I keep getting various build errors as a result. The only way to avoid ninja giving an CreateProcess error is to disable the antivirus on the computer, as well. That's the only way I've been even able to get this far building a simple program.
Environment
OS: Windows 11
Compiler: cl
To Reproduce
Steps to reproduce the behavior:
cmake --presets=default
See error
Expected behavior
A clear and concise description of what you expected to happen.
Failure logs
CMake Error at C:/Users/(User)/Base/Programs/cmake-3.31.5-windows-x86_64/share/cmake-3.31/Modules/CMakeTestCCompiler.cmake:67 (message):
The C compiler
Description
Currently my the simple example that was given by Microsoft doesn't seem to work on my system, and I keep getting various build errors as a result. The only way to avoid ninja giving an CreateProcess error is to disable the antivirus on the computer, as well. That's the only way I've been even able to get this far building a simple program.
Environment
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Failure logs
CMake Error at C:/Users/(User)/Base/Programs/cmake-3.31.5-windows-x86_64/share/cmake-3.31/Modules/CMakeTestCCompiler.cmake:67 (message):
The C compiler
is not able to compile a simple test program.
It fails with the following output:
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:5 (project)
-- Configuring incomplete, errors occurred!
Additional context
The text was updated successfully, but these errors were encountered: