Re: [Gtk-osx-users] Startup error on MacOSX 10.6.5 due to libxml2.2
Status: Beta
Brought to you by:
jralls
From: John R. <jr...@ce...> - 2011-01-09 17:06:24
|
On Jan 9, 2011, at 8:24 AM, Bruno Coudoin wrote: > > Hi, > > I am distributing GCompris packaged using gtk-osx. I have been reported > a problem on users of MacOSX 10.6.5. GCompris fails to start and report > this error: > > $ ./Desktop/GCompris.app/Contents/MacOS/GCompris > dyld: Library not loaded: /usr/lib/libxml2.2.dylib > Referenced > from: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit > Reason: Incompatible library version: AppKit requires version 10.0.0 > or later, but libxml2.2.dylib provides version 9.0.0 > Trace/BPT trap > > The mentioned GCompris here is based on the shell script 'launcher.sh'. > I have been reported that running the gcompris-bin directly instead of > the shell script run fines. > > I tried to upgrade the script to the latest version of ige-mac-bundler > but it did not fixed the problem. > The scripts distributed with ige-mac-bundler are *examples*. You're responsible for editing them so that they work with your program. That said, it seems unlikely that a library link error (particularly one involving Apple's installed frameworks) could be caused by a script error. You'll have to dig deeper with your user. Remember that Gtk-OSX is intended for use by developers, not script-kiddies. You're expected to be able to debug and correct problems with your package. Come here for help with specific usage questions, not vague pleas about *your* users not being able to run *your* package. Regards, John Ralls |