-
Notifications
You must be signed in to change notification settings - Fork 205
OSX Yosemite 10.10.2 + Homebrew #114
Comments
I'm not familiar with that particular bit of the codebase; @aryx ? |
Can you copy paste the /tmp/ocamlcairo.log file. My recent experience compiling pfff with macos is written in install_macos.txt. I had |
@aryx Thanks for your help, here is what I have under /tmp/ocamlcairo.log
I've tried re-intall the following: Then I ran $ ./configure And I get this:
Installed specs: |
I've put precompiled binaries of pfff here: https://github.com/aryx/pfff-binaries/tree/master/mac can you let me know if they work? Or does it say that a library is not present? |
O awesome. IT works! 👏 Thanks @aryx Now I need to figure out how to use them properly! 😏 |
Thank you for reporting this issue and appreciate your patience. We've notified the core team for an update on this issue. We're looking for a response within the next 30 days or the issue may be closed. |
I am trying to install this, and I ran into the following issue regardless pkg-config gtk+-2.0 --cflags seems to execute correctly. According to the
install_macos.txt
, I still need to "force to link with the new cairo library". Is it still true?I saw the following
Then I export PKG_CONFIG_PATH with the new path
pkg-config gtk+-2.0 --cflags execute correctly
But
Package 'xcb-shm', required by 'cairo', not found
remainsThe text was updated successfully, but these errors were encountered: