iromu / vsfm-osx

VisualSFM OSX app builder
70 stars 33 forks source link

No such keg: fontconfig #10

Open Meekohi opened 11 years ago

Meekohi commented 11 years ago
Error: No such keg: /private/tmp/iromu/VisualSFM.app/Contents/Resources/Cellar/fontconfig

Tried brew install fontconfig, which worked fine

No package 'gtk+-2.0' found

Tried brew install gtk+ also worked fine

ld: library not found for -lGL

Gave up.

natevw commented 11 years ago

For -lGL, you'll need to install a non-bundled version of XQuartz. See #7.

afdreher commented 11 years ago

You don't need the non-bundled version of XQuartz if you modify the makefiles to point at /usr/X11 instead of /opt/X11. That said, this is probably of limited value, since it doesn't apply to Mountain Lion. I've modified my script to check for opt/ first and then fall back to usr/, if available.