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

check for cairo version >= 1.2.6 fails in configure #37

Open
novaTehnika opened this issue Aug 24, 2023 · 2 comments
Open

check for cairo version >= 1.2.6 fails in configure #37

novaTehnika opened this issue Aug 24, 2023 · 2 comments

Comments

@novaTehnika
Copy link

check for cairo version >= 1.2.6 fails for Rocky Linux 9 despite having Cairo 1.7.2

OS: Rocky Linux 9.2
Release: pdf2svg-0.2.3

Using:

./configure --prefix=/usr/local

results in output:

...
checking for CAIRO... no
configure: error: Package requirements (cairo >= 1.2.6) were not met:
...

However...

Using:

pkg-config --version cairo.x86_64

results in output:

1.7.3

@Myfootnotsmelly
Copy link

same problem.
after yum install cairo, cairo 1.15.12 has been installed. However , it reports the same error as the aboving...

@mackensen
Copy link

Make sure you have the cairo development libraries installed (e.g. cairo-devel).

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

No branches or pull requests

3 participants