[Qgis-developer] Mac CMake Status

Tom Elwertowski telwertowski at comcast.net
Sat Jan 13 01:43:24 EST 2007


Tim Sutton wrote:
> crashed when trying to run by clicking the bundle. Did you say the bundle is
> not clickable yet?
> 
> Library not loaded: libqgis_core.dylib
>   Referenced from: /tmp/qgis.app/Contents/MacOS/qgis
>   Reason: image not found

It's not double clickable because the app, libraries and plugins can't 
find each other. The binaries do not contain path info. CMake is 
assuming that all libraries will be placed in a standard location.

Some CMake settings controlling paths need to be changed. Until then, 
you can run from the command line if you define:

export DYLD_LIBRARY_PATH=/tmp/qgis.app/Contents/MacOS/lib

Tom



More information about the Qgis-developer mailing list