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
Using CMake 3.28.1, GNU Make 3.81 (This program built for i386-pc-mingw32), gcc (x86_64-posix-seh-rev1, Built by MinGW-Builds project) 13.2.0
After running it and using MinGW Makefiles generator, I can't make since: CMake Error: Target DependInfo.cmake file not found make[2]: *** No rule to make target 'C:/Users/Iván/Downloads/cglm/src/euler.c', needed by CMakeFiles/cglm.dir/src/euler.c.obj'. Stop. make[1]: *** [CMakeFiles/cglm.dir/all] Error 2 make: *** [all] Error 2
I know I can use it without building.
The text was updated successfully, but these errors were encountered:
I've just tried on ARM64 Windows VM + MSYS MinGW it worked with no issues, will try on Intel Windows too asap, maybe there are some issues about simd headers on MinGW...
Using CMake 3.28.1, GNU Make 3.81 (This program built for i386-pc-mingw32), gcc (x86_64-posix-seh-rev1, Built by MinGW-Builds project) 13.2.0
After running it and using
MinGW Makefiles
generator, I can'tmake
since:CMake Error: Target DependInfo.cmake file not found make[2]: *** No rule to make target 'C:/Users/Iván/Downloads/cglm/src/euler.c', needed by CMakeFiles/cglm.dir/src/euler.c.obj'. Stop. make[1]: *** [CMakeFiles/cglm.dir/all] Error 2 make: *** [all] Error 2
I know I can use it without building.
The text was updated successfully, but these errors were encountered: