MNPP uses own old libs:
$ cat ~/.bash_profile | grep DYLD_LIBRARY_PATH
export DYLD_LIBRARY_PATH=/Applications/MNPP/init:/Applications/MNPP/Library/lib
It conflicts with an already used libraries from XQuartz 2.7.2
Dyld Error Message:
Library not loaded: /opt/X11//libfreetype.6.dylib
Referenced from: /opt/X11//libXfont.1.dylib
Reason: Incompatible library version: libXfont.1.dylib requires version 15.0.0 or later, but libfreetype.6.dylib provides version 14.0.0
MNPP uses own old libs:
$ cat ~/.bash_profile | grep DYLD_LIBRARY_PATH export DYLD_LIBRARY_PATH=/Applications/MNPP/init:/Applications/MNPP/Library/lib
It conflicts with an already used libraries from XQuartz 2.7.2
Dyld Error Message: Library not loaded: /opt/X11//libfreetype.6.dylib Referenced from: /opt/X11//libXfont.1.dylib Reason: Incompatible library version: libXfont.1.dylib requires version 15.0.0 or later, but libfreetype.6.dylib provides version 14.0.0
Same problem with 10.7 is here.