nedit problem
Cedric Luthi
cedric.luthi at epfl.ch
Wed Feb 21 09:28:00 PST 2007
On 21 févr. 07, at 17:18, Georg Otto wrote:
> dyld: Library not loaded: /opt/local/lib/libpng12.0.dylib
> Referenced from: /opt/local/lib/libXm.4.dylib
> Reason: Incompatible library version: libXm.4.dylib requires
> version 17.0.0 or later, but libpng12.0.dylib provides version 0.1.2
>
> Any idea how this can be solved?
It seems that you have an old version of libpng.
$ otool -L /opt/local/lib/libpng12.0.dylib
should give you this result
/opt/local/lib/libpng12.0.dylib:
/opt/local/lib/libpng12.0.dylib (compatibility version
17.0.0, current version 17.0.0)
...
Upgrading libpng should solve your issue.
By the way, if you are on Mac OS X, you may want to try TextWrangler
<http://www.barebones.com/products/textwrangler/>
It's free and has some good features.
HTH
Cédric Luthi
More information about the macports-users
mailing list