cglm
cglm copied to clipboard
No rule for euler.c
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.
Hi @altnavi,
Sorry for the delay,
It seems euler.c is added to cmake files but I'll try MinGW build asap to resolve this if possible.
@altnavi can you check if the https://github.com/recp/cglm/pull/378 PR fix your MinGW build or not?
@altnavi ping.
Got the exact same error on latest release(0.9.4) with Make 4.3 and CMake 3.24.0.
Hi @Memz-idk,
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...
Thanks