recp / cglm

📽 Highly Optimized 2D / 3D Graphics Math (glm) for C
MIT License
2.28k stars 229 forks source link

No rule for euler.c #376

Open altnavi opened 9 months ago

altnavi commented 9 months ago

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.

recp commented 9 months ago

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.

recp commented 9 months ago

@altnavi can you check if the https://github.com/recp/cglm/pull/378 PR fix your MinGW build or not?

recp commented 8 months ago

@altnavi ping.

Memz-idk commented 6 months ago

Got the exact same error on latest release(0.9.4) with Make 4.3 and CMake 3.24.0.

recp commented 6 months ago

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