#fatal error: direct.h: No such file or directory
1 messages · Page 1 of 1 (latest)
Please provide the steps to reproduce the issue.
- open msys2 mingw32
- pacman -S mingw-w64-i686-headers-git mingw-w64-i686-cmake make
- goto to build folder of the project
- cmake .. (also tried make with same error)
- ninja -j4
- fatal error: direct.h: No such file or directory
in compile definition i had to manually add -mwin32
its my own project
yes i tried in clang64 same thing happened
i wasnt getting not found error when i was trying to compile on linux with mingw32