CC: | jackmaney [...] gmail.com |
Subject: | In OSX (Mountain Lion), cannot find Cairo nor xcb-shm |
My apologies if I'm missing something simple, but after a significant amount of
Googling, I'm still unable to install Cairo via CPAN on OSX Mountain Lion.
When executing Makefile.PM, I get the following:
Package xcb-shm was not found in the pkg-config search path.
Perhaps you should add the directory containing `xcb-shm.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xcb-shm', required by 'cairo', not found
at Makefile.PL line 99.
*** can not find package cairo >= 1.0.0
*** check that it is properly installed and available in PKG_CONFIG_PATH
at Makefile.PL line 99.
However, the correct directories are set in PKG_CONFIG_PATH:
$echo $PKG_CONFIG_PATH
/usr/X11/lib/:/usr/local/lib/pkgconfig/:
And I've confirmed that xcb-shm is in the former and Cairo is in the latter.
Is there something obvious that I'm missing?
Thank you for your time,
Jack Maney
jackmaney@gmail.com