You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm pretty sure this is caused by the fontconfig pkg being removed from the local brew list. I've modified the scripts in my fork to build on my system without issue. I'm not sure it works in general though. I'm using the following config/environment:
CPU: quad-core 64-bit sandybridge (Macbook Air mid-2011)
OS X: 10.7.5-x86-64
X11: 2.6.4 (aka /usr/X11)
Xcode: 4.4
The way I found the issues were using "pkg-config --cflags gtk+-2.0" and "pkg-config --libs gtk+-2.0 gthread-2.0" to find the package / linking errors. When you run the makefile, these tend to fail somewhat silently.
After correcting a few minor issues, I've had VisualSFM working fine on some fairly large image sets.
Follow up from issue #10,
Installed newest Quartz from scratch: XQuartz 2.7.4 (xorg-server 1.13.0), but I seem to be missing links to gtk related stuff. Any advice?
The text was updated successfully, but these errors were encountered: