Re: [Fink-devel] updating openbabel - validation error

2009-02-23 Thread Koen van der Drift
>> Error: package contains the shared library >> /sw/lib/libopenbabel.3.0.0.dylib >>but the corresponding install_name and compatibility_version >> libopenbabel.3.dylib 3.0.0 >>are not listed in the Shlibs field. See the packaging manual. > > >The latter filname

Re: [Fink-devel] help with debugging -> dbus + pidgin

2009-02-23 Thread Benjamin Reed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Benjamin Reed wrote: > Pidgin is exploding with DBus in a weird way, and I'm starting to think > it's actually got a memory corruption issue or something. The dbus > stuff it's doing is very simple, and working in other apps. I have very > poor gdb-f

Re: [Fink-devel] updating openbabel - validation error

2009-02-23 Thread Martin Costabel
Koen van der Drift wrote: [] > Thanks, Dan. How can I find out if -install_name was set correctly? Is > there a way to fix this with a patch or do I need to contact the > upstream developers? The package did switch from using make to cmake, > could that be related to it? Use, for example, the cmak

Re: [Fink-devel] updating openbabel - validation error

2009-02-23 Thread Koen van der Drift
On Feb 23, 2009, at 6:20 PM, Martin Costabel wrote: > Use, for example, the cmake flags > > -DCMAKE_INSTALL_PREFIX:PATH=%p \ > -DCMAKE_INSTALL_NAME_DIR:STRING=%p/lib \ > -DBUILD_SHARED_LIBS:BOOL=ON \ > -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=OFF > > This will set, during compile time, the insta