<br><br><div class="gmail_quote">2012/5/18 Gilles Caulier <span dir="ltr"><<a href="mailto:caulier.gilles@gmail.com" target="_blank">caulier.gilles@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
only binary finles from MArble are installed on your computer. You<br>
need marble development files, including cmake find marble script.<br>
This file can be included in this port file :<br>
<br>
<a href="https://trac.macports.org/browser/trunk/dports/kde/libkdeedu/Portfile" target="_blank">https://trac.macports.org/browser/trunk/dports/kde/libkdeedu/Portfile</a></blockquote><div><br></div><div>After setting <span style="font-family:'Bitstream Vera Sans Mono',Courier,monospace;font-size:12px;line-height:14px">CMAKE_MODULES_INSTALL_PATH for APPLE I get the files stored at:</span> /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/FindMarble.cmake"  but still cannot find the cmake file.</div>
<div>According to this log, what extra stuff should I set in CmakeLists.txt?</div><div><br></div><div>Kind regards, </div><div>Joan</div><div><br></div><div><br></div><div><div>brew install digikam</div><div>==> Downloading <a href="http://sourceforge.net/projects/digikam/files/digikam/2.6.0-rc/digikam-software-compilation-2.6.0-rc.tar.bz2">http://sourceforge.net/projects/digikam/files/digikam/2.6.0-rc/digikam-software-compilation-2.6.0-rc.tar.bz2</a></div>
<div>Already downloaded: /Library/Caches/Homebrew/digikam-software.tar.bz2</div><div>==> cmake -DCMAKE_INSTALL_PREFIX='/usr/local/Cellar/digikam/software' -DCMAKE_BUILD_TYPE=None -Wno-dev</div><div>-- The C compiler identification is Clang 3.1.0</div>
<div>-- The CXX compiler identification is Clang 3.1.0</div><div>-- Check for working C compiler: /usr/bin/clang</div><div>-- Check for working C compiler: /usr/bin/clang -- works</div><div>-- Detecting C compiler ABI info</div>
<div>-- Detecting C compiler ABI info - done</div><div>-- Check for working CXX compiler: /usr/bin/clang++</div><div>-- Check for working CXX compiler: /usr/bin/clang++ -- works</div><div>-- Detecting CXX compiler ABI info</div>
<div>-- Detecting CXX compiler ABI info - done</div><div>-- Looking for Q_WS_X11</div><div>-- Looking for Q_WS_X11 - not found.</div><div>-- Looking for Q_WS_WIN</div><div>-- Looking for Q_WS_WIN - not found.</div><div>-- Looking for Q_WS_QWS</div>
<div>-- Looking for Q_WS_QWS - not found.</div><div>-- Looking for Q_WS_MAC</div><div>-- Looking for Q_WS_MAC - found</div><div>-- Looking for QT_MAC_USE_COCOA</div><div>-- Looking for QT_MAC_USE_COCOA - found</div><div>-- Found Qt-Version 4.8.1 (using /usr/local/bin/qmake)</div>
<div>-- Looking for include file pthread.h</div><div>-- Looking for include file pthread.h - found</div><div>-- Looking for pthread_create</div><div>-- Looking for pthread_create - found</div><div>-- Found Threads: TRUE  </div>
<div>-- Found Automoc4: /usr/local/bin/automoc4 </div><div>-- Found Perl: /usr/bin/perl (found version "5.12.3") </div><div>-- Found Phonon: /usr/local/Cellar/qt/4.8.1/lib/phonon.framework </div><div>-- Performing Test _OFFT_IS_64BIT</div>
<div>-- Performing Test _OFFT_IS_64BIT - Success</div><div>-- Found KDE 4.8 include dir: /usr/local/Cellar/kdelibs/4.8.2/include</div><div>-- Found KDE 4.8 library dir: /usr/local/Cellar/kdelibs/4.8.2/lib</div><div>-- Found the KDE4 kconfig_compiler preprocessor: /usr/local/Cellar/kdelibs/4.8.2/bin/kconfig_compiler</div>
<div>-- Found automoc4: /usr/local/bin/automoc4</div><div>-- Local kdegraphics libraries will be compiled... NO</div><div>-- Handbooks will be compiled..................... YES</div><div>-- Extract translations files..................... NO</div>
<div>-- Translations will be compiled.................. YES</div><div>-- ----------------------------------------------------------------------------------</div><div>-- Starting CMake configuration for: libmediawiki</div>
<div>-- checking for module 'QJson>=0.7'</div><div>--   found QJson, version 0.7.1</div><div>-- Found QJSON: /usr/local/lib/libqjson.dylib  (found version "0.7.1", required is "0.7")</div><div>
<br></div><div>-----------------------------------------------------------------------------</div><div>-- The following external packages were located on your system.</div><div>-- This installation will have the extra features provided by these packages.</div>
<div>-----------------------------------------------------------------------------</div><div>   * QJSON - Qt library for handling JSON data</div><div><br></div><div>-----------------------------------------------------------------------------</div>
<div>-- Congratulations! All external packages have been found.</div><div>-----------------------------------------------------------------------------</div><div><br></div><div>-- ----------------------------------------------------------------------------------</div>
<div>-- Starting CMake configuration for: libkgeomap</div><div>-- Found Qt-Version 4.8.1 (using /usr/local/bin/qmake)</div><div>-- Could NOT find marble (missing:  MARBLE_INCLUDE_DIR MARBLE_LIBRARIES) </div><div>CMake Error at extra/libkgeomap/CMakeLists.txt:45 (FIND_PACKAGE):</div>
<div>  By not providing "FindMarbleWidget.cmake" in CMAKE_MODULE_PATH this project</div><div>  has asked CMake to find a package configuration file provided by</div><div>  "MarbleWidget", but CMake did not find one.</div>
<div><br></div><div>  Could not find a package configuration file provided by "MarbleWidget" with</div><div>  any of the following names:</div><div><br></div><div>    MarbleWidgetConfig.cmake</div><div>    marblewidget-config.cmake</div>
<div><br></div><div>  Add the installation prefix of "MarbleWidget" to CMAKE_PREFIX_PATH or set</div><div>  "MarbleWidget_DIR" to a directory containing one of the above files.  If</div><div>  "MarbleWidget" provides a separate development package or SDK, be sure it</div>
<div>  has been installed.</div><div><br></div><div><br></div><div>-- Configuring incomplete, errors occurred!</div></div><div><br></div><div><br></div><div><br></div><div><br></div><div>I am building the binaries using brew instead of macports, it seems to be much easier to create packages. </div>
</div>