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
I cannot use Cygwin and CMake on Windows 11. I want to use it for a CGO project, but CGO does not support MSVC. Therefore, I chose Cygwin and CMake, with GCC and G++ as the compilers (version 11.4), and Ninja as the generator. After installing the compilers with Cygwin, I noticed that a macro similar to 'unix' appears related to the compiler. There is also a recognition error in the CMakeLists.txt file.
The text was updated successfully, but these errors were encountered:
I cannot use Cygwin and CMake on Windows 11. I want to use it for a CGO project, but CGO does not support MSVC. Therefore, I chose Cygwin and CMake, with GCC and G++ as the compilers (version 11.4), and Ninja as the generator. After installing the compilers with Cygwin, I noticed that a macro similar to 'unix' appears related to the compiler. There is also a recognition error in the CMakeLists.txt file.
The text was updated successfully, but these errors were encountered: