Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No rule for euler.c #376

Open
altnavi opened this issue Dec 21, 2023 · 5 comments
Open

No rule for euler.c #376

altnavi opened this issue Dec 21, 2023 · 5 comments

Comments

@altnavi
Copy link

altnavi commented Dec 21, 2023

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
Copy link
Owner

recp commented Dec 25, 2023

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
Copy link
Owner

recp commented Jan 4, 2024

@altnavi can you check if the #378 PR fix your MinGW build or not?

@recp
Copy link
Owner

recp commented Feb 5, 2024

@altnavi ping.

@Memz-idk
Copy link

Memz-idk commented Apr 2, 2024

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

@recp
Copy link
Owner

recp commented Apr 2, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants