Has anyone installed pycairo 1.10 on the mac using the new waf build? Its failing on can't find python headers.
|
I think waf is seriously broken for Mac OS X :( Here's how it worked for me. After I guess, you could rebuild python as a universal binary, I haven't tried that. It is possible, however, to build pycairo using the x86_64 architecture. Here's how. My setup:
Importrant: my python version is built for the brew stands for homebrew. You must use it instead of fink or MacPorts in order for the following steps to work for you. Now, to install cairo and pycairo I do the following:
This should do it. If it doesn't work for you, I think it's better to raise the topic on the pycairo mailing list (if it has one). |
|||||||||||||||
|
|
For anyone coming back to this, I was able to get py2cairo installed on OSX Lion with a slightly different approach, based on llimllib's link. Hope this helps:
|
|||||
|
|
android's step almost works. one needs to use (from llimllib):
in step 5, and then |
|||
|
|