When building the 2.8.7 CMake sources with the following configuration:

cmake -DCMAKE_BUILD_TYPE:STRING=Release
-DCMAKE_INSTALL_PREFIX:PATH=../path/to/install -DBUILD_QtDialog:BOOL=ON
../cmake

I get the following error when doing a 'make install'

- Installing: /Users/stevew/cmake/tmp/build/../install/CMake
2.8-7.app/Contents/share/mime/packages/cmakecache.xml
-- fixup_bundle
--   app='../install/CMake 2.8-7.app/Contents/MacOS/CMake 2.8-7'
--   libs=''
--   dirs='/Library/Frameworks;/Developer/Tools/Qt'
-- warning: *NOT* handled - directory/file does not exist...
CMake Error at
/Users/stevew/cmake/tmp/cmake/Modules/BundleUtilities.cmake:668 (message):
  error: fixup_bundle: not a valid bundle
Call Stack (most recent call first):
  Source/QtDialog/cmake_install.cmake:54 (fixup_bundle)
  Source/cmake_install.cmake:86 (INCLUDE)
  cmake_install.cmake:52 (INCLUDE)


I would appreciate any advice on how to correct this problem.

Thanks,

Steve
--

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

Reply via email to