[CMake] Mac OSX GUI

Mike Jackson mike.jackson at bluequartz.net
Sun Dec 13 22:59:56 EST 2009


Yep. When the install command is run there is a missing package of
files from the QtGui.framework/Resources/qt_menu which needs to be
copied into the CMake-Gui.app/Contents/Resources. I think I filed a
"bug" for this although technically CMake only supports Qt 4.3 which
never had a Cocoa version.

_________________________________________________________
Mike Jackson                  mike.jackson at bluequartz.net
BlueQuartz Software                    www.bluequartz.net
Principal Software Engineer                  Dayton, Ohio



On Sun, Dec 13, 2009 at 9:13 PM, Steven Wilson
<steven.wesley.wilson at gmail.com> wrote:
> I downloaded/installed the Qt libraries (the Cocoa libs), and rebuilt CMake
> 2.8.0.   I'm using a customized version of CMake 2.8.0 so the stock binaries
> from Kitware won't work for my project.   The gui builds correctly and I can
> run the gui from the CMake 2.8.0.app bundle in the build directory.   After
> running make install, trying to run the CMake 2.8.0.app bundle from
> /usr/local just results in the app crashing on startup.   I'm running OS X
> 10.6.2.
>
> Any suggestions?
>
> Thanks,
>
> Steve
>
> On Sun, Dec 13, 2009 at 12:21 PM, Bill Hoffman <bill.hoffman at kitware.com>
> wrote:
>>
>> Michael Wild wrote:
>>>
>>> You need to have Qt installed.
>>>
>>> http://qt.nokia.com/products
>>>
>>> If you only want to build Qt software (i.e. don't care about the IDE),
>>> make sure you only download the library package (163MB) and not the SDK
>>> (444MB).
>>
>> You can also download the CMake binary for OSX from Kitware it includes
>> the gui.
>>
>>
>> -Bill
>
>
> _______________________________________________
> 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
>


More information about the CMake mailing list