Changes between Version 7 and Version 8 of Ticket #47708, comment 15


Ignore:
Timestamp:
May 24, 2015, 9:08:44 AM (9 years ago)
Author:
wyatt8750@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47708, comment 15

    v7 v8  
    66
    77I have also tried using DYLD_LIBRARY_PATH to make it use one of the other libGL.dylib's on my system, but one fails due to requiring libX11.6.dylib version 10 or later (native's providing 9), and the other one missing the symbol '_gll_noop'.
     8
     9in case it helps, here's what 'glocate libGL.dylib' returns:
     10
     11
     12{{{
     13glocate -i libGL.dylib
     14/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
     15/Developer/SDKs/MacOSX10.6.sdk/usr/X11/lib/libGL.dylib
     16/opt/local/lib/libGL.dylib
     17/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_mesa/mesa/work/destroot/opt/local/lib/libGL.dylib
     18/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
     19/usr/X11/lib/libGL.dylib
     20}}}