kohi icon indicating copy to clipboard operation
kohi copied to clipboard

[BUG] Clang on Windows not recognizing "stdio.h"

Open codinggamingandmhs opened this issue 10 months ago • 0 comments

Clang on windows is saying: "Building for Windows..." "Building everything on windows (debug)..." --- Performing "versiongen" debug build --- versiongen/src/main.c... versiongen/src/main.c:1:10: fatal error: 'stdio.h' file not found #include <stdio.h> ^~~~~~~~~ 1 error generated. make: *** [Makefile.executable.mak:142: obj/versiongen/src/main.c.o] Error 1 Error:2

To Reproduce Steps to reproduce the behavior:

  1. Type "build-debug"
  2. See error

Expected behavior The engine to build

Specs:

  • OS: Microsoft Windows 11 23H2
  • Latest version of Clang

codinggamingandmhs avatar Apr 22 '24 23:04 codinggamingandmhs