[Insight-users] ITK in XCode Project
Mike Jackson
mike.jackson at imts.us
Sun Jan 7 10:16:35 EST 2007
What exactly did Xcode not like about the ITK Libraries being down
in /usr/local/lib? I have done lots of apps with libraries located
in /usr/local/lib without any problems. Was the rpath set correctly
on the ITK libs maybe? If there isn't any rpath embedded in the ITK
libs then your application will have trouble finding them, assuming
a .app package setup. You would have to pass the DYLD_LIBRARY_PATH
environment variable to the app somehow.
--
Mike Jackson Senior Research Engineer
Innovative Management & Technology Services
On Jan 7, 2007, at 12:17 AM, Corrie wrote:
> I'm trying to use some of ITK's libraries in an Mac OSX Xcode
> project. Xcode doesn't seem to like using ITK when it's built
> into /usr/local with cmake without any specific generator (i.e. no
> -GXcode). Maybe too many duplicate filenames (?) I've now used
> Xcode to build ITK, but now I can't figure out how to incorporate
> what was built into my Xcode project. Can anybody provide me with
> step by step instructions for getting ITK into a XCode project.
> I'm using ITK 3.0.0, OS X 10.4.8, XCode 2.4.1. Thanks.
>
> Corrie
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
More information about the Insight-users
mailing list