[MacPorts] #17356: gtk2 fails to link with libXdamage.1.1.0.dylib

MacPorts noreply at macports.org
Sun Jan 18 05:18:17 PST 2009


#17356: gtk2 fails to link with libXdamage.1.1.0.dylib
------------------------------------+---------------------------------------
  Reporter:  golekipro@…            |       Owner:  macports-tickets@…                   
      Type:  defect                 |      Status:  reopened                             
  Priority:  Normal                 |   Milestone:  Port Bugs                            
 Component:  ports                  |     Version:  1.6.0                                
Resolution:                         |    Keywords:  easytag easytag-devel                
      Port:  gtk2                   |  
------------------------------------+---------------------------------------

Comment(by ryandesign@…):

 So, to summarize, the error message is:

 {{{
 i686-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libXdamage.1.1.0.dylib: No such
 file or directory
 }}}

 And this is true; Apple provides no libXdamage.1.1.0.dylib. Apple provides
 libXdamage.1.0.0.dylib. But with it, Apple provides a libXdamage.la which
 says:

 {{{
 library_names='libXdamage.1.dylib libXdamage.dylib libXdamage.1.1.0.dylib'
 }}}

 To fix the problem, all I have to do is change this line in libXdamage.la
 to read:

 {{{
 library_names='libXdamage.1.dylib libXdamage.dylib libXdamage.1.0.0.dylib'
 }}}

 So, when can we expect the Apple update that fixes this Apple file to show
 the correct version number of this Apple library? :)

-- 
Ticket URL: <http://trac.macports.org/ticket/17356#comment:13>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list