[Marble-devel] Building on OS X 10.9 via homebrew

Tom Vincent ml at tlvince.com
Sun Nov 10 17:26:51 UTC 2013


I'm in the process of writing a [homebrew][1] formula for Marble, which
can be found at [tlvince/homebrew][2].

The formula simply calls

    cmake "-DQTONLY=ON", ".", *std_cmake_args

... where std_cmake_args is a homebrew parameter that expands to:

    cmake -DQTONLY=ON .
    -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/marble/4.11.3
    -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST
    -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev

The build finishes fine, however two application bundles are produced
'marble.app' and 'marble-qt.app'. Neither run independently, however, if
I move the contents of 'marble-qt.app' into 'marble.app', Marble runs
fine.

Anyone know why two bundles are being built?

OS X 10.9, Marble 4.11.3.

[1]: http://brew.sh
[2]: https://github.com/tlvince/homebrew/blob/fda4dd700b368cc6c06785c8c8a548eded7c615e/Library/Formula/marble.rb


More information about the Marble-devel mailing list