Answer by Mike Beek for Why doesn't X11/XQuartz start on Lion?
Open /Applications/Utilities/X11, which opens a web page that tells you to install Xquartz). Install XQuartz. This will change X11 to /Applications/Utilities/XQuartz.Launch Gimp and a picker dialog,...
View ArticleAnswer by Daniel Dunbar for Why doesn't X11/XQuartz start on Lion?
You can workaround this by changing the GnuPlot libfreetype library to point at the system one:# Change to your GnuPlot install directory...$ cd /Applications/Gnuplot.app/Contents/Resources/lib# Backup...
View ArticleAnswer by MikeTempleman for Why doesn't X11/XQuartz start on Lion?
It appears that the GnuPlot package delivers an older version of libfreetype.6.dylib than is installed on Lion (or SnowLeopard, in my case).otool -L...
View ArticleAnswer by esarjeant for Why doesn't X11/XQuartz start on Lion?
A quick check of OS X Lion shows:$ otool -L /usr/X11/lib/libpixman-1.0.dylib /usr/X11/lib/libpixman-1.0.dylib: /usr/X11/lib/libpixman-1.0.dylib (compatibility version 21.0.0, current version 21.2.0)...
View ArticleWhy doesn't X11/XQuartz start on Lion?
After upgrading to Lion, X11 doesn't start. I downloaded XQuartz 2.7.0, it doesn't start either.The crash dialog mentions the following problem:X11: Dyld Error Message: Library not loaded:...
View Article