<br><br><div class="gmail_quote">2012/5/19 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">
Joan,<br>
<br>
I never tried to use Brew for MACOSX. I have no experience with it. I<br>
can try to use it... Let's me some time to test...<br>
<br>
It's the right project homepage ?<br>
<br>
<a href="http://braumeister.org/" target="_blank">http://braumeister.org/</a></blockquote><div>This is the package sumary page, you can search stuff there, the official page is at <a href="http://mxcl.github.com/homebrew/">http://mxcl.github.com/homebrew/</a></div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
I cannot see KDE packages here. How do you compile digiKam without kdelibs ?<br></blockquote><div> </div><div>At the moment the compilation of kde stuff is a bit tricky, the stuff is distributed on several repositories:</div>
<div>.- homebrew<span class="Apple-tab-span" style="white-space:pre">                           </span>(regular repo)</div><div>.- homebrew-boneyard<span class="Apple-tab-span" style="white-space:pre">   </span>(outdated repo, kde is there pending to be moved back to homebrew)</div>
<div>To be able to use the formulas for kde (in boneyard) you have to make them available by doing</div><div><span style="color:rgb(51,51,51);font-family:'Bitstream Vera Sans Mono',Courier,monospace;font-size:12px;line-height:16px;white-space:nowrap;background-color:rgb(248,248,248)">brew tap homebrew/boneyard</span></div>
<div><br></div><div>To compile digikam, the recipe I've created is here (not yet pushed to master)</div><div><a href="https://github.com/aseques/homebrew/tree/digikam">https://github.com/aseques/homebrew/tree/digikam</a></div>
<div><br></div><div>A current kdelibs Formula can be obtained from this pull request</div><div><a href="https://github.com/Homebrew/homebrew-boneyard/pull/6">https://github.com/Homebrew/homebrew-boneyard/pull/6</a></div><div>
brew install -vd kdelibs</div><div><br></div><div>Kdelibs depends on current versions of strigi, soprano and others</div><div><br></div><div>For strigi -> <a href="https://github.com/Homebrew/homebrew-boneyard/pull/7">https://github.com/Homebrew/homebrew-boneyard/pull/7</a></div>
<div>brew install strigi</div><div><br></div><div>For soprano -> <a href="https://github.com/Homebrew/homebrew-boneyard/pull/5">https://github.com/Homebrew/homebrew-boneyard/pull/5</a></div><div>brew install -vd soprano</div>
<div><br></div><div>For oxygen-icons -> <a href="https://github.com/Homebrew/homebrew-boneyard/pull/8">https://github.com/Homebrew/homebrew-boneyard/pull/8</a></div><div>brew install -vd oxygen-icons</div><div><br></div>
<div>Qt has to be compiled with qtdbus support (disabled by default)</div><div>brew install -vd --with-qtdbus qt </div><div><br></div><div><br></div><div>For any problem just ask</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Gilles Caulier<br>
<br>
2012/5/19 Joan <<a href="mailto:aseques@gmail.com">aseques@gmail.com</a>>:<br>
<div class="HOEnZb"><div class="h5">><br>
><br>
> 2012/5/18 Gilles Caulier <<a href="mailto:caulier.gilles@gmail.com">caulier.gilles@gmail.com</a>><br>
>><br>
>> 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><br>
><br>
><br>
> After setting CMAKE_MODULES_INSTALL_PATH for APPLE I get the files stored<br>
> at: /usr/local/Cellar/cmake/2.8.8/share/cmake/Modules/FindMarble.cmake"  but<br>
> still cannot find the cmake file.<br>
> According to this log, what extra stuff should I set in CmakeLists.txt?<br>
><br>
> Kind regards,<br>
> Joan<br>
><br>
><br>
> brew install digikam<br>
> ==> Downloading<br>
> <a href="http://sourceforge.net/projects/digikam/files/digikam/2.6.0-rc/digikam-software-compilation-2.6.0-rc.tar.bz2" target="_blank">http://sourceforge.net/projects/digikam/files/digikam/2.6.0-rc/digikam-software-compilation-2.6.0-rc.tar.bz2</a><br>

> Already downloaded: /Library/Caches/Homebrew/digikam-software.tar.bz2<br>
> ==> cmake -DCMAKE_INSTALL_PREFIX='/usr/local/Cellar/digikam/software'<br>
> -DCMAKE_BUILD_TYPE=None -Wno-dev<br>
> -- The C compiler identification is Clang 3.1.0<br>
> -- The CXX compiler identification is Clang 3.1.0<br>
> -- Check for working C compiler: /usr/bin/clang<br>
> -- Check for working C compiler: /usr/bin/clang -- works<br>
> -- Detecting C compiler ABI info<br>
> -- Detecting C compiler ABI info - done<br>
> -- Check for working CXX compiler: /usr/bin/clang++<br>
> -- Check for working CXX compiler: /usr/bin/clang++ -- works<br>
> -- Detecting CXX compiler ABI info<br>
> -- Detecting CXX compiler ABI info - done<br>
> -- Looking for Q_WS_X11<br>
> -- Looking for Q_WS_X11 - not found.<br>
> -- Looking for Q_WS_WIN<br>
> -- Looking for Q_WS_WIN - not found.<br>
> -- Looking for Q_WS_QWS<br>
> -- Looking for Q_WS_QWS - not found.<br>
> -- Looking for Q_WS_MAC<br>
> -- Looking for Q_WS_MAC - found<br>
> -- Looking for QT_MAC_USE_COCOA<br>
> -- Looking for QT_MAC_USE_COCOA - found<br>
> -- Found Qt-Version 4.8.1 (using /usr/local/bin/qmake)<br>
> -- Looking for include file pthread.h<br>
> -- Looking for include file pthread.h - found<br>
> -- Looking for pthread_create<br>
> -- Looking for pthread_create - found<br>
> -- Found Threads: TRUE<br>
> -- Found Automoc4: /usr/local/bin/automoc4<br>
> -- Found Perl: /usr/bin/perl (found version "5.12.3")<br>
> -- Found Phonon: /usr/local/Cellar/qt/4.8.1/lib/phonon.framework<br>
> -- Performing Test _OFFT_IS_64BIT<br>
> -- Performing Test _OFFT_IS_64BIT - Success<br>
> -- Found KDE 4.8 include dir: /usr/local/Cellar/kdelibs/4.8.2/include<br>
> -- Found KDE 4.8 library dir: /usr/local/Cellar/kdelibs/4.8.2/lib<br>
> -- Found the KDE4 kconfig_compiler preprocessor:<br>
> /usr/local/Cellar/kdelibs/4.8.2/bin/kconfig_compiler<br>
> -- Found automoc4: /usr/local/bin/automoc4<br>
> -- Local kdegraphics libraries will be compiled... NO<br>
> -- Handbooks will be compiled..................... YES<br>
> -- Extract translations files..................... NO<br>
> -- Translations will be compiled.................. YES<br>
> --<br>
> ----------------------------------------------------------------------------------<br>
> -- Starting CMake configuration for: libmediawiki<br>
> -- checking for module 'QJson>=0.7'<br>
> --   found QJson, version 0.7.1<br>
> -- Found QJSON: /usr/local/lib/libqjson.dylib  (found version "0.7.1",<br>
> required is "0.7")<br>
><br>
> -----------------------------------------------------------------------------<br>
> -- The following external packages were located on your system.<br>
> -- This installation will have the extra features provided by these<br>
> packages.<br>
> -----------------------------------------------------------------------------<br>
>    * QJSON - Qt library for handling JSON data<br>
><br>
> -----------------------------------------------------------------------------<br>
> -- Congratulations! All external packages have been found.<br>
> -----------------------------------------------------------------------------<br>
><br>
> --<br>
> ----------------------------------------------------------------------------------<br>
> -- Starting CMake configuration for: libkgeomap<br>
> -- Found Qt-Version 4.8.1 (using /usr/local/bin/qmake)<br>
> -- Could NOT find marble (missing:  MARBLE_INCLUDE_DIR MARBLE_LIBRARIES)<br>
> CMake Error at extra/libkgeomap/CMakeLists.txt:45 (FIND_PACKAGE):<br>
>   By not providing "FindMarbleWidget.cmake" in CMAKE_MODULE_PATH this<br>
> project<br>
>   has asked CMake to find a package configuration file provided by<br>
>   "MarbleWidget", but CMake did not find one.<br>
><br>
>   Could not find a package configuration file provided by "MarbleWidget"<br>
> with<br>
>   any of the following names:<br>
><br>
>     MarbleWidgetConfig.cmake<br>
>     marblewidget-config.cmake<br>
><br>
>   Add the installation prefix of "MarbleWidget" to CMAKE_PREFIX_PATH or set<br>
>   "MarbleWidget_DIR" to a directory containing one of the above files.  If<br>
>   "MarbleWidget" provides a separate development package or SDK, be sure it<br>
>   has been installed.<br>
><br>
><br>
> -- Configuring incomplete, errors occurred!<br>
><br>
><br>
><br>
><br>
> I am building the binaries using brew instead of macports, it seems to be<br>
> much easier to create packages.<br>
><br>
</div></div><div class="HOEnZb"><div class="h5">> _______________________________________________<br>
> Digikam-devel mailing list<br>
> <a href="mailto:Digikam-devel@kde.org">Digikam-devel@kde.org</a><br>
> <a href="https://mail.kde.org/mailman/listinfo/digikam-devel" target="_blank">https://mail.kde.org/mailman/listinfo/digikam-devel</a><br>
><br>
_______________________________________________<br>
Digikam-devel mailing list<br>
<a href="mailto:Digikam-devel@kde.org">Digikam-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/digikam-devel" target="_blank">https://mail.kde.org/mailman/listinfo/digikam-devel</a><br>
</div></div></blockquote></div><br>