On Nov 23, 2008, at 10:33, Jeremy Huddleston wrote:
On Nov 23, 2008, at 08:53, Peter Dyballa wrote:
Xdriinfo dies with a crash because it was badly built; otool -L lists:
/usr/X11R7.4/lib/libX11.6.dylib (compatibility version 9.0.0, current version 9.0.0) ==» libGL.1.dylib (compatibility version 1.2.0, current version 1.2.0)
Yeah, I thought I fixed that in Mesa-7.0.4 though... Are you using 7.0.4? Maybe I just fixed in in 7.2...
If it's broken in 7.0.4, you'll need to do some install_name_tool foo. Check out: http://www.opensource.apple.com/darwinsource/10.5.5/X11server-48.4/build
You may need to do some of the commented out ones depending on what you built from Mesa. The uncommented ones take care of libGL and libGLU, but I think you also had libglut.
Yeah, it looks like I didn't merge this into the 7.0 branch... here's the changes in the 7.2 branch: http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=commitdiff;h=ac0d19601caf1f...