abelsiqueira / gource

Automatically exported from code.google.com/p/gource
0 stars 0 forks source link

Version of freetype2 less than 9.0.3 error #231

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ./configure
2.
3.

What is the expected output? What do you see instead?
Expected: successful run of ./configure
What I get: checking for FT2... configure: error: Package requirements 
(freetype2 >= 9.0.3) were not met:

What version of the product are you using? On what operating system?
I'm using the most recent version of gource (updated on Oct 16th) on CentOS 7.

Please provide any additional information below.
I updated freetype2, then tried again. I then checked the version of freetype 
with freetype-config --version, and am currently using 17.2.11. What can I do 
to work around this issue?

Original issue reported on code.google.com by mmaryon...@gmail.com on 4 Nov 2014 at 3:32

GoogleCodeExporter commented 8 years ago
It looks like pkg-config isn't able to verify you have the right version of 
freetype2.

It will be looking for a file called freetype2.pc . You probably want to check 
you have that file and it's up to date and it's in the right place.

Original comment by acaudw...@gmail.com on 5 Nov 2014 at 1:33

GoogleCodeExporter commented 8 years ago

Original comment by acaudw...@gmail.com on 15 Dec 2014 at 4:06