skeeto / w64devkit

Portable C and C++ Development Kit for x64 (and x86) Windows
The Unlicense
2.68k stars 185 forks source link

fatal error C1189: #error: Your C implementation is not IEC 559 compliant, which is required for proper Vulkan interop #73

Closed JianbangZ closed 1 year ago

JianbangZ commented 1 year ago

happened When I tried to use CMake to use Vulkan APIs. Looks like a compiler issue in w64devkit

skeeto commented 1 year ago

Are you sure you're invoking the right compiler? C1189 is an MSVC error code, and that's a Visual Studio error message.

JianbangZ commented 1 year ago

Yes you are right, it's a MSVC issue. Thanks