On 12/13/2013 04:17 PM, Nikos Kouvaris wrote:
actually he is looking fot the the pycairo.h in the directory /usr/local/include/pycairo, while in my systems it seems to be installed in /usr/local/Cellar/py2cairo/1.10.0/include/pycairo
How I can pass mine pycairo.h directory to the configuration ?
The following should probably work:
CPPFLAGS="-I/usr/local/Cellar/py2cairo/1.10.0/include/"
Cheers, Tiago