[CMake] fixup_bundle & already-fixed-up dependencies

Nikolay Kasyanov corrmage at gmail.com
Wed Jan 25 07:10:29 EST 2012


Thanks, this way works.
Ogre framework is pre-fixed up because it's from Ogre SDK, i.e. should be ready for redistribution, I think.
On 25.01.2012, at 16:00, David Cole wrote:

> 
> 
> On Wednesday, January 25, 2012, Nikolay Kasyanov <corrmage at gmail.com> wrote:
> > Already tried, doesn't help.
> > example of output:
> > warning: target '@executable_path/../Frameworks/Ogre.framework/Versions/1.7.3/Ogre' is not absolute...
> > warning: target '@executable_path/../Frameworks/Ogre.framework/Versions/1.7.3/Ogre' does not exist...
> > /usr/bin/otool: can't open file: @executable_path/../Frameworks/Ogre.framework/Versions/1.7.3/Ogre (No such file or directory)
> > otool: can't open file: @executable_path/../Frameworks/Ogre.framework/Versions/1.7.3/Ogre (No such file or directory)
> > On 24.01.2012, at 23:27, Michael Jackson wrote:
> >
> >> I think you need to feed BundleUtilities another argument that lists where to find the ogre frameworks. I think.
> >> ___________________________________________________________
> >> Mike Jackson                    Principal Software Engineer
> >> BlueQuartz Software                            Dayton, Ohio
> >> mike.jackson at bluequartz.net              www.bluequartz.net
> >
> > --
> >
> > Powered by www.kitware.com
> >
> > Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
> >
> > Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ
> >
> > Follow this link to subscribe/unsubscribe:
> > http://www.cmake.org/mailman/listinfo/cmake
> >
> 
> I think in this case, you're going to have to copy the Ogre framework into your bundle before calling fixup_bundle. How did the Ogre framework end up "pre-fixed up"? That seems unusual...
> 
> HTH,
> David



More information about the CMake mailing list