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
Had a straightforward compilation on macOS except for cairomm since it was looking for caromm 1.0 while I had the latest version cairomm 1.16 install . I tried to add pkg-config cairomm-1.16 --libs and pkg-config cairomm-1.16 --cflags to ./configure in the autopen.sh file but couldn't get it compile.
Hi,
Had a straightforward compilation on macOS except for cairomm since it was looking for caromm 1.0 while I had the latest version cairomm 1.16 install . I tried to add
pkg-config cairomm-1.16 --libs
andpkg-config cairomm-1.16 --cflags
to./configure
in theautopen.sh
file but couldn't get it compile.I then search for
cairomm-1.0
at https://www.cairographics.org/releases/ to compile manually but it's even available anymore.Would it be possible to update the cairomm dependency considering the above?
Thanks!
The text was updated successfully, but these errors were encountered: