> ./waf configure
./options()
Setting top to : /Volumes/HDD/Downloads/py2cairo-1.10.0
Setting out to : /Volumes/HDD/Downloads/py2cairo-1.10.0/build_directory
./configure()
Checking for 'gcc' (c compiler) : ok
Checking for program python : /usr/bin/python
Checking for python version : (2, 7, 1, 'final', 0)
Checking for library python2.7 : yes
Checking for program python2.7-config : /usr/bin/python2.7-config
Checking for header Python.h : yes
Checking for program pkg-config : /usr/local/bin/pkg-config
Checking for 'cairo' >= 1.10.0 : not found
The configuration failed
(complete log in /Volumes/HDD/Downloads/py2cairo-1.10.0/build_directory/config.log)
After a TON of trial and error, followed by brew install
1 comment:
you could do "/usr/local/Cellar/*/*/lib/pkgconfig" instead of specifying each package..
Post a Comment