openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.94k stars 2.55k forks source link

[msys2] Recent GLM update doesnt carry its pkg-config metadatas #7874

Closed ylmrx closed 8 months ago

ylmrx commented 8 months ago

The install script will pick latest packages, it seems glm package doesn't embed the relevant pc file, thus breaking the further make commands.

It builds fine rolling back to glm-0.9.9.x, like so:

wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-glm-0.9.9.8-2-any.pkg.tar.zst
pacman -U mingw-w64-x86_64-glm-0.9.9.8-2-any.pkg.tar.zst --noconfirm
GorgeousOne commented 8 months ago

I just spent 6 hours trying to learn what msys2 package management is and what make files do to come to this exact conclusion 😂 but good to see that there's already a fix

danoli3 commented 8 months ago

Yeah not great