you mean the digikam-sc only ? or do I need to remove and install libkdcraw also ?<br><br><div class="gmail_quote">On 1 April 2011 21:11, Gilles Caulier <span dir="ltr"><<a href="mailto:caulier.gilles@gmail.com">caulier.gilles@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">remove all your code and checkout again from scratch. I fixed it today<br>
in libkdcraw...<br>
<div><div></div><div class="h5"><br>
Gilles Caulier<br>
<br>
2011/4/1 akshay khatri <<a href="mailto:akshaykhatri161@gmail.com">akshaykhatri161@gmail.com</a>>:<br>
><br>
> thanks Gilles and Kunal.<br>
> I proceeded with that but now I get this error. I have satisfied all the<br>
> dependency in the README file:<br>
> /home/akshay/digikam-sc/extra/kipi-plugins/expoblending/blendingdlg/expoblendingdlg.cpp:<br>
> In member function ‘void<br>
> KIPIExpoBlendingPlugin::ExpoBlendingDlg::readSettings()’:<br>
> /home/akshay/digikam-sc/extra/kipi-plugins/expoblending/blendingdlg/expoblendingdlg.cpp:371:<br>
> error: no matching function for call to<br>
> ‘KDcrawIface::RExpanderBox::readSettings(KConfigGroup&)’<br>
> /home/akshay/digikam-sc/extra/libkdcraw/libkdcraw/rexpanderbox.h:253: note:<br>
> candidates are: void KDcrawIface::RExpanderBox::readSettings()<br>
> /home/akshay/digikam-sc/extra/kipi-plugins/expoblending/blendingdlg/expoblendingdlg.cpp:<br>
> In member function ‘void<br>
> KIPIExpoBlendingPlugin::ExpoBlendingDlg::saveSettings()’:<br>
> /home/akshay/digikam-sc/extra/kipi-plugins/expoblending/blendingdlg/expoblendingdlg.cpp:391:<br>
> error: no matching function for call to<br>
> ‘KDcrawIface::RExpanderBox::writeSettings(KConfigGroup&)’<br>
> /home/akshay/digikam-sc/extra/libkdcraw/libkdcraw/rexpanderbox.h:254: note:<br>
> candidates are: void KDcrawIface::RExpanderBox::writeSettings()<br>
> make[2]: ***<br>
> [extra/kipi-plugins/expoblending/CMakeFiles/expoblending.dir/blendingdlg/expoblendingdlg.cpp.o]<br>
> Error 1<br>
> make[1]: ***<br>
> [extra/kipi-plugins/expoblending/CMakeFiles/expoblending.dir/all] Error 2<br>
> make: *** [all] Error 2<br>
><br>
> On 1 April 2011 17:29, kunal ghosh <<a href="mailto:kunal.t2@gmail.com">kunal.t2@gmail.com</a>> wrote:<br>
>><br>
>> akshay,<br>
>> I think you need to get the OpenCV development headers. You could try<br>
>> installing opencv from sources.<br>
>><br>
>> On Fri, Apr 1, 2011 at 5:25 PM, akshay khatri <<a href="mailto:akshaykhatri161@gmail.com">akshaykhatri161@gmail.com</a>><br>
>> wrote:<br>
>> > That did the trick to atleast finish the cmake proporly but I get this<br>
>> > error<br>
>> > now when I do a make:<br>
>> > /home/akshay/digikam-sc/extra/libkface/libkface/kfaceutils.cpp:48:28:<br>
>> > error:<br>
>> > opencv/highgui.h: No such file or directory<br>
>> > make[2]: ***<br>
>> > [extra/libkface/libkface/CMakeFiles/kface.dir/kfaceutils.cpp.o]<br>
>> > Error 1<br>
>> > make[1]: *** [extra/libkface/libkface/CMakeFiles/kface.dir/all] Error 2<br>
>> > make: *** [all] Error 2<br>
>> ><br>
>> > On 1 April 2011 17:20, akshay khatri <<a href="mailto:akshaykhatri161@gmail.com">akshaykhatri161@gmail.com</a>> wrote:<br>
>> >><br>
>> >><br>
>> >> On 1 April 2011 17:15, Gilles Caulier <<a href="mailto:caulier.gilles@gmail.com">caulier.gilles@gmail.com</a>> wrote:<br>
>> >>><br>
>> >>> CMake Error at extra/libkmap/CMakeLists.txt:41 (FIND_PACKAGE):<br>
>> >>>  Could not find module FindMarbleWidget.cmake or a configuration file<br>
>> >>> for<br>
>> >>>  package MarbleWidget.<br>
>> >>><br>
>> >>> ==> install marble widget. Look kde-edu project.<br>
>> >><br>
>> >> Why is that a necessary dependency ? I didn't see that dependency on<br>
>> >> the<br>
>> >> wiki<br>
>> >>><br>
>> >>> Gilles  Caulier<br>
>> >>><br>
>> >>> 2011/4/1 akshay khatri <<a href="mailto:akshaykhatri161@gmail.com">akshaykhatri161@gmail.com</a>>:<br>
>> >>> > Hi, I am compiling digikam from sources, but when I perform a cmake,<br>
>> >>> > I<br>
>> >>> > get<br>
>> >>> > an error at the end "Configuring incomplete, errors occurred! "<br>
>> >>> > I am using Debian 6.<br>
>> >>> > What should I do ?<br>
>> >>> > the output of cmake is<br>
>> >>> ><br>
>> >>> > -- The C compiler identification is GNU<br>
>> >>> > -- The CXX compiler identification is GNU<br>
>> >>> > -- Check for working C compiler: /usr/bin/gcc<br>
>> >>> > -- Check for working C compiler: /usr/bin/gcc -- works<br>
>> >>> > -- Detecting C compiler ABI info<br>
>> >>> > -- Detecting C compiler ABI info - done<br>
>> >>> > -- Check for working CXX compiler: /usr/bin/c++<br>
>> >>> > -- Check for working CXX compiler: /usr/bin/c++ -- 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 - 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 - not found.<br>
>> >>> > -- Found Qt-Version 4.6.3 (using /usr/bin/qmake-qt4)<br>
>> >>> > -- Looking for XOpenDisplay in<br>
>> >>> ><br>
>> >>> ><br>
>> >>> > /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXft.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so;/usr/lib/libXpm.so<br>
>> >>> > -- Looking for XOpenDisplay in<br>
>> >>> ><br>
>> >>> ><br>
>> >>> > /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXft.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so;/usr/lib/libXpm.so<br>
>> >>> > - found<br>
>> >>> > -- Looking for gethostbyname<br>
>> >>> > -- Looking for gethostbyname - found<br>
>> >>> > -- Looking for connect<br>
>> >>> > -- Looking for connect - found<br>
>> >>> > -- Looking for remove<br>
>> >>> > -- Looking for remove - found<br>
>> >>> > -- Looking for shmat<br>
>> >>> > -- Looking for shmat - found<br>
>> >>> > -- Looking for IceConnectionNumber in ICE<br>
>> >>> > -- Looking for IceConnectionNumber in ICE - found<br>
>> >>> > -- Found X11: /usr/lib/libX11.so<br>
>> >>> > -- Looking for include files CMAKE_HAVE_PTHREAD_H<br>
>> >>> > -- Looking for include files CMAKE_HAVE_PTHREAD_H - found<br>
>> >>> > -- Looking for pthread_create in pthreads<br>
>> >>> > -- Looking for pthread_create in pthreads - not found<br>
>> >>> > -- Looking for pthread_create in pthread<br>
>> >>> > -- Looking for pthread_create in pthread - found<br>
>> >>> > -- Found Threads: TRUE<br>
>> >>> > -- Looking for _POSIX_TIMERS<br>
>> >>> > -- Looking for _POSIX_TIMERS - found<br>
>> >>> > -- Found Automoc4: /usr/bin/automoc4<br>
>> >>> > -- Found Perl: /usr/bin/perl<br>
>> >>> > -- Phonon Version: 4.4.2<br>
>> >>> > -- Found Phonon: /usr/lib/libphonon.so<br>
>> >>> > -- Found Phonon Includes: /usr/include/KDE;/usr/include<br>
>> >>> > -- Performing Test _OFFT_IS_64BIT<br>
>> >>> > -- Performing Test _OFFT_IS_64BIT - Success<br>
>> >>> > -- Performing Test HAVE_FPIE_SUPPORT<br>
>> >>> > -- Performing Test HAVE_FPIE_SUPPORT - Success<br>
>> >>> > -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL<br>
>> >>> > -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success<br>
>> >>> > -- Performing Test __KDE_HAVE_GCC_VISIBILITY<br>
>> >>> > -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success<br>
>> >>> > -- Found KDE 4.4 include dir: /usr/include<br>
>> >>> > -- Found KDE 4.4 library dir: /usr/lib<br>
>> >>> > -- Found the KDE4 kconfig_compiler preprocessor:<br>
>> >>> > /usr/bin/kconfig_compiler<br>
>> >>> > -- Found automoc4: /usr/bin/automoc4<br>
>> >>> > --<br>
>> >>> ><br>
>> >>> ><br>
>> >>> > ----------------------------------------------------------------------------------<br>
>> >>> > -- Starting CMake configuration for: libksane<br>
>> >>> > -- Found Sane: /usr/include<br>
>> >>> > --<br>
>> >>> ><br>
>> >>> ><br>
>> >>> > ----------------------------------------------------------------------------------<br>
>> >>> > -- Starting CMake configuration for: libkipi<br>
>> >>> > --<br>
>> >>> ><br>
>> >>> ><br>
>> >>> > ----------------------------------------------------------------------------------<br>
>> >>> > -- Starting CMake configuration for: libkexiv2<br>
>> >>> > -- WARNING: you are using the obsolete 'PKGCONFIG' macro use<br>
>> >>> > FindPkgConfig<br>
>> >>> > -- Found Exiv2 release >= 0.20<br>
>> >>> > -- Found Exiv2: /usr/lib/libexiv2.so<br>
>> >>> ><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>
>> >>> ><br>
>> >>> > -----------------------------------------------------------------------------<br>
>> >>> >    * Exiv2 - A library to access image metadata<br>
>> >>> ><br>
>> >>> ><br>
>> >>> > -----------------------------------------------------------------------------<br>
>> >>> > -- Congratulations! All external packages have been found.<br>
>> >>> ><br>
>> >>> ><br>
>> >>> > -----------------------------------------------------------------------------<br>
>> >>> > --<br>
>> >>> ><br>
>> >>> ><br>
>> >>> > ----------------------------------------------------------------------------------<br>
>> >>> > -- Starting CMake configuration for: libkdcraw<br>
>> >>> > -- checking for module 'lcms'<br>
>> >>> > --   found lcms, version 1.18<br>
>> >>> > -- Found lcms version 1.18, /usr/lib/liblcms.so<br>
>> >>> > -- Found JPEG: /usr/lib/libjpeg.so<br>
>> >>> > -- Try OpenMP C flag = [-fopenmp]<br>
>> >>> > -- Performing Test OpenMP_FLAG_DETECTED<br>
>> >>> > -- Performing Test OpenMP_FLAG_DETECTED - Success<br>
>> >>> > -- Try OpenMP CXX flag = [-fopenmp]<br>
>> >>> > -- Performing Test OpenMP_FLAG_DETECTED<br>
>> >>> > -- Performing Test OpenMP_FLAG_DETECTED - Success<br>
>> >>> > -- Found OpenMP: -fopenmp<br>
>> >>> > --<br>
>> >>> ><br>
>> >>> ><br>
>> >>> > ----------------------------------------------------------------------------------<br>
>> >>> > -- Starting CMake configuration for: libkface<br>
>> >>> > -- Found Qt-Version 4.6.3 (using /usr/bin/qmake-qt4)<br>
>> >>> > -- Found X11: /usr/lib/libX11.so<br>
>> >>> > -- First try at finding OpenCV...<br>
>> >>> > -- Great, found OpenCV on the first try.<br>
>> >>> > -- External libface was not found, use internal version instead...<br>
>> >>> > --<br>
>> >>> ><br>
>> >>> ><br>
>> >>> > ----------------------------------------------------------------------------------<br>
>> >>> > -- Starting CMake configuration for: libkmap<br>
>> >>> > -- Found Qt-Version 4.6.3 (using /usr/bin/qmake-qt4)<br>
>> >>> > -- Found X11: /usr/lib/libX11.so<br>
>> >>> > CMake Error at extra/libkmap/CMakeLists.txt:41 (FIND_PACKAGE):<br>
>> >>> >   Could not find module FindMarbleWidget.cmake or a configuration<br>
>> >>> > file<br>
>> >>> > for<br>
>> >>> >   package MarbleWidget.<br>
>> >>> >   Adjust CMAKE_MODULE_PATH to find FindMarbleWidget.cmake or set<br>
>> >>> >   MarbleWidget_DIR to the directory containing a CMake configuration<br>
>> >>> > file<br>
>> >>> > for<br>
>> >>> >   MarbleWidget.  The file will have one of the following names:<br>
>> >>> >     MarbleWidgetConfig.cmake<br>
>> >>> >     marblewidget-config.cmake<br>
>> >>> ><br>
>> >>> ><br>
>> >>> > -- Check Kexiv2 library in local sub-folder...<br>
>> >>> > -- Found Kexiv2 library in local sub-folder:<br>
>> >>> > /home/akshay/digikam-sc/extra/libkexiv2<br>
>> >>> > -- kexiv2 found, the demo application will be compiled.<br>
>> >>> > -- Looking for valgrind/valgrind.h<br>
>> >>> > -- Looking for valgrind/valgrind.h - found<br>
>> >>> > --<br>
>> >>> ><br>
>> >>> ><br>
>> >>> > ----------------------------------------------------------------------------------<br>
>> >>> > -- Starting CMake configuration for: libmediawiki<br>
>> >>> > --<br>
>> >>> ><br>
>> >>> ><br>
>> >>> > ----------------------------------------------------------------------------------<br>
>> >>> > -- Starting CMake configuration for: kipi-plugins<br>
>> >>> > -- Check Kexiv2 library in local sub-folder...<br>
>> >>> > -- Found Kexiv2 library in local sub-folder:<br>
>> >>> > /home/akshay/digikam-sc/extra/libkexiv2<br>
>> >>> > -- Check for Kdcraw library in local sub-folder...<br>
>> >>> > -- Found Kdcraw library in local sub-folder:<br>
>> >>> > /home/akshay/digikam-sc/extra/libkdcraw<br>
>> >>> > -- Check Kipi library in local sub-folder...<br>
>> >>> > -- Found Kipi library in local sub-folder:<br>
>> >>> > /home/akshay/digikam-sc/extra/libkipi<br>
>> >>> > -- Found ZLIB: /usr/include<br>
>> >>> > -- Found PNG: /usr/lib/libpng.so<br>
>> >>> > -- Found TIFF: /usr/local/lib/libtiff.so<br>
>> >>> > -- libkdcraw: Found version 2.0.0 (required: 1.1.0)<br>
>> >>> > -- Found EXPAT: /usr/lib/libexpat.so<br>
>> >>> > --   found libxml-2.0, version 2.7.8<br>
>> >>> > -- Found LibXml2: /usr/lib/libxml2.so<br>
>> >>> > --   found libxslt, version 1.1.26<br>
>> >>> > -- Found LibXslt: /usr/lib/libxslt.so<br>
>> >>> > -- checking for one of the modules 'libgpod-1.0'<br>
>> >>> > -- libgpod dir:<br>
>> >>> > -- libgpod lib:<br>
>> >>> > -- libgpod def:<br>
>> >>> > -- libgpod ver:<br>
>> >>> > -- checking for module 'gdk-pixbuf-2.0'<br>
>> >>> > --   package 'gdk-pixbuf-2.0' not found<br>
>> >>> > -- Could NOT find Gdk  (missing:  GDK_INCLUDE_DIR GDK_LIBRARIES)<br>
>> >>> > -- WARNING: you are using the obsolete 'PKGCONFIG' macro use<br>
>> >>> > FindPkgConfig<br>
>> >>> > -- Found GLIB2: /usr/lib/<a href="http://libglib-2.0.so" target="_blank">libglib-2.0.so</a><br>
>> >>> > -- checking for module 'gobject-2.0'<br>
>> >>> > --   found gobject-2.0, version 2.24.2<br>
>> >>> > -- Found GObject libraries:<br>
>> >>> ><br>
>> >>> ><br>
>> >>> > /usr/lib/<a href="http://libgobject-2.0.so" target="_blank">libgobject-2.0.so</a>;/usr/lib/<a href="http://libgmodule-2.0.so" target="_blank">libgmodule-2.0.so</a>;/usr/lib/<a href="http://libgthread-2.0.so" target="_blank">libgthread-2.0.so</a>;/usr/lib/<a href="http://libglib-2.0.so" target="_blank">libglib-2.0.so</a><br>

>> >>> > -- Found GObject includes : /usr/include/glib-2.0/gobject<br>
>> >>> > -- Found KdepimLibs:<br>
>> >>> > /usr/lib/cmake/KdepimLibs/KdepimLibsConfig.cmake<br>
>> >>> > --   found qca2, version 2.0.2<br>
>> >>> > -- Found QCA2: /usr/lib/libqca.so<br>
>> >>> > -- Found libksane: /usr/lib/libksane.so<br>
>> >>> > -- checking for module 'QJson>=0.5'<br>
>> >>> > --   found QJson, version 0.7.1<br>
>> >>> > -- Found QJSON: /usr/lib/libqjson.so<br>
>> >>> > -- Check for Kmap library in local sub-folder...<br>
>> >>> > -- Found Kmap library in local sub-folder:<br>
>> >>> > /home/akshay/digikam-sc/extra/libkmap<br>
>> >>> > -- Check Mediawiki library in local sub-folder...<br>
>> >>> > -- Found Mediawiki library in local sub-folder:<br>
>> >>> > /home/akshay/digikam-sc/extra/libmediawiki<br>
>> >>> > -- libkmap: Found version 2.0.0<br>
>> >>> > -- Found X11: /usr/lib/libX11.so<br>
>> >>> > -- CMake version: cmake version 2.8.2<br>
>> >>> > -- CMake version (cleaned): cmake version 2.8.2<br>
>> >>> > --<br>
>> >>> > --<br>
>> >>> ><br>
>> >>> ><br>
>> >>> > ----------------------------------------------------------------------------------<br>
>> >>> > --  kipi-plugins 2.0.0-beta5 dependencies results<br>
>> >>> > <<a href="http://www.kipi-plugins.org" target="_blank">http://www.kipi-plugins.org</a>><br>
>> >>> > --<br>
>> >>> > --  libjpeg library found.................... YES<br>
>> >>> > --  libtiff library found.................... YES<br>
>> >>> > --  libpng library found..................... YES<br>
>> >>> > --  libkipi library found.................... YES<br>
>> >>> > --  libkexiv2 library found.................. YES<br>
>> >>> > --  libkdcraw library found.................. YES<br>
>> >>> > --  libxml2 library found.................... YES (optional)<br>
>> >>> > --  libxslt library found.................... YES (optional)<br>
>> >>> > --  libexpat library found................... YES (optional)<br>
>> >>> > --  native threads support library found..... YES (optional)<br>
>> >>> > --  libopengl library found.................. YES (optional)<br>
>> >>> > --  Qt4 OpenGL module found.................. YES<br>
>> >>> > --  libopencv library found.................. YES (optional)<br>
>> >>> > --  QJson library found...................... YES (optional)<br>
>> >>> > --  libgpod library found.................... NO  (optional)<br>
>> >>> > --  Gdk library found........................ NO  (optional)<br>
>> >>> > --  libkdepim library found.................. YES (optional)<br>
>> >>> > --  qca2 library found....................... YES (optional)<br>
>> >>> > --  libkmap library found.................... YES (optional)<br>
>> >>> > --  libmediawiki library found............... YES (optional)<br>
>> >>> > --  OpenMP library found..................... YES (optional)<br>
>> >>> > --  libX11 library found..................... YES (optional)<br>
>> >>> > --  libksane library found................... YES (optional)<br>
>> >>> > --<br>
>> >>> > --  kipi-plugins will be compiled............ YES<br>
>> >>> > --  Shwup will be compiled................... YES (optional)<br>
>> >>> > --  YandexFotki will be compiled............. YES (optional)<br>
>> >>> > --  HtmlExport will be compiled.............. YES (optional)<br>
>> >>> > --  AdvancedSlideshow will be compiled....... YES (optional)<br>
>> >>> > --  ImageViewer will be compiled............. YES (optional)<br>
>> >>> > --  AcquireImages will be compiled........... YES (optional)<br>
>> >>> > --  DNGConverter will be compiled............ YES (optional)<br>
>> >>> > --  RemoveRedEyes will be compiled........... YES (optional)<br>
>> >>> > --  Debian Screenshots will be compiled...... YES (optional)<br>
>> >>> > --  IpodExport will be compiled.............. NO  (optional - Look<br>
>> >>> > README<br>
>> >>> > file for more details about dependencies)<br>
>> >>> > --  Calendar will be compiled................ YES (optional)<br>
>> >>> > --  GPSSync will be compiled................. YES (optional)<br>
>> >>> > --  Mediawiki will be compiled............... YES (optional)<br>
>> >>> > --<br>
>> >>> ><br>
>> >>> ><br>
>> >>> > ----------------------------------------------------------------------------------<br>
>> >>> > --<br>
>> >>> > -- Check if the system is big endian<br>
>> >>> > -- Searching 16 bit integer<br>
>> >>> > -- Looking for sys/types.h<br>
>> >>> > -- Looking for sys/types.h - found<br>
>> >>> > -- Looking for stdint.h<br>
>> >>> > -- Looking for stdint.h - found<br>
>> >>> > -- Looking for stddef.h<br>
>> >>> > -- Looking for stddef.h - found<br>
>> >>> > -- Check size of unsigned short<br>
>> >>> > -- Check size of unsigned short - done<br>
>> >>> > -- Using unsigned short<br>
>> >>> > -- Check if the system is big endian - little endian<br>
>> >>> > --<br>
>> >>> ><br>
>> >>> ><br>
>> >>> > ----------------------------------------------------------------------------------<br>
>> >>> > -- Starting CMake configuration for: digikam<br>
>> >>> > -- Found Qt-Version 4.6.3 (using /usr/bin/qmake-qt4)<br>
>> >>> > -- Found X11: /usr/lib/libX11.so<br>
>> >>> > -- Phonon Version: 4.4.2<br>
>> >>> > -- Found KDE 4.4 include dir: /usr/include<br>
>> >>> > -- Found KDE 4.4 library dir: /usr/lib<br>
>> >>> > -- Found the KDE4 kconfig_compiler preprocessor:<br>
>> >>> > /usr/bin/kconfig_compiler<br>
>> >>> > -- Found automoc4: /usr/bin/automoc4<br>
>> >>> > -- Found lcms version 1.18, /usr/lib/liblcms.so<br>
>> >>> > -- Found Jasper: /usr/lib/libjasper.so<br>
>> >>> > -- Check for Kdcraw library in local sub-folder...<br>
>> >>> > -- Found Kdcraw library in local sub-folder:<br>
>> >>> > /home/akshay/digikam-sc/extra/libkdcraw<br>
>> >>> > -- Check Kexiv2 library in local sub-folder...<br>
>> >>> > -- Found Kexiv2 library in local sub-folder:<br>
>> >>> > /home/akshay/digikam-sc/extra/libkexiv2<br>
>> >>> > -- Check Kipi library in local sub-folder...<br>
>> >>> > -- Found Kipi library in local sub-folder:<br>
>> >>> > /home/akshay/digikam-sc/extra/libkipi<br>
>> >>> > -- Check Kface library in local sub-folder...<br>
>> >>> > -- Found Kface library in local sub-folder:<br>
>> >>> > /home/akshay/digikam-sc/extra/libkface<br>
>> >>> > -- Check for Kmap library in local sub-folder...<br>
>> >>> > -- Found Kmap library in local sub-folder:<br>
>> >>> > /home/akshay/digikam-sc/extra/libkmap<br>
>> >>> > -- checking for module 'libpgf'<br>
>> >>> > --   package 'libpgf' not found<br>
>> >>> > -- Could NOT find any working clapack installation<br>
>> >>> > -- Boost version: 1.42.0<br>
>> >>> > -- Identified libjpeg version: 62<br>
>> >>> > -- Found MySQL server executable at: /usr/sbin/mysqld<br>
>> >>> > -- Found MySQL install_db executable at: /usr/bin/mysql_install_db<br>
>> >>> > -- libkdcraw: Found version 2.0.0 (required: 2.0.0)<br>
>> >>> > -- libkmap: Found version 2.0.0<br>
>> >>> > -- Found gphoto2: -L/usr/lib -lgphoto2_port;-L/usr/lib -lgphoto2<br>
>> >>> > -lgphoto2_port -lm<br>
>> >>> > -- WARNING: you are using the obsolete 'PKGCONFIG' macro use<br>
>> >>> > FindPkgConfig<br>
>> >>> > -- WARNING: you are using the obsolete 'PKGCONFIG' macro use<br>
>> >>> > FindPkgConfig<br>
>> >>> > -- PKGCONFIG() indicates that lensfun is not installed (install the<br>
>> >>> > package<br>
>> >>> > which contains lensfun.pc if you want to support this feature)<br>
>> >>> > -- Could NOT find LensFun  (missing:  LENSFUN_INCLUDE_DIRS<br>
>> >>> > LENSFUN_LIBRARIES)<br>
>> >>> > -- WARNING: you are using the obsolete 'PKGCONFIG' macro use<br>
>> >>> > FindPkgConfig<br>
>> >>> > -- PKGCONFIG() indicates that lqr-1 is not installed (install the<br>
>> >>> > package<br>
>> >>> > which contains lqr-1.pc if you want to support this feature)<br>
>> >>> > -- Could NOT find Lqr-1  (missing:  LQR-1_INCLUDE_DIRS<br>
>> >>> > LQR-1_LIBRARIES)<br>
>> >>> > -- Found Soprano: /usr/include<br>
>> >>> > -- Found SharedDesktopOntologies: /usr/share/ontology<br>
>> >>> > -- Found Nepomuk: /usr/lib/libnepomuk.so<br>
>> >>> > -- Found Doxygen: /usr/bin/doxygen<br>
>> >>> > --<br>
>> >>> > --<br>
>> >>> ><br>
>> >>> ><br>
>> >>> > ----------------------------------------------------------------------------------<br>
>> >>> > --  digiKam 2.0.0-beta5 dependencies results<br>
>> >>> > <<a href="http://www.digikam.org" target="_blank">http://www.digikam.org</a>><br>
>> >>> > --<br>
>> >>> > --  Qt4 SQL module found..................... YES<br>
>> >>> > --  Qt4 SCRIPT module found.................. YES<br>
>> >>> > --  Qt4 SCRIPTTOOLS module found............. YES<br>
>> >>> > --  MySQL Server found....................... YES<br>
>> >>> > --  MySQL install_db tool found.............. YES<br>
>> >>> > --  libtiff library found.................... YES<br>
>> >>> > --  libpng library found..................... YES<br>
>> >>> > --  libjasper library found.................. YES<br>
>> >>> > --  liblcms library found.................... YES<br>
>> >>> > --  Boost Graph library found................ YES<br>
>> >>> > --  libkipi library found.................... YES<br>
>> >>> > --  libkexiv2 library found.................. YES<br>
>> >>> > --  libkdcraw library found.................. YES<br>
>> >>> > --  libkface library found................... YES<br>
>> >>> > --  libkmap library found.................... YES<br>
>> >>> > --  libpgf library found..................... NO  (optional -<br>
>> >>> > internal<br>
>> >>> > version used instead)<br>
>> >>> > --  libclapack library found................. NO  (optional -<br>
>> >>> > internal<br>
>> >>> > version used instead)<br>
>> >>> > --  libgphoto2 library found................. YES (optional)<br>
>> >>> > --  libkdepimlibs library found.............. YES (optional)<br>
>> >>> > --  Nepomuk libraries found.................. YES (optional)<br>
>> >>> > --  libglib2 library found................... YES (optional)<br>
>> >>> > --  liblqr-1 library found................... NO  (optional -<br>
>> >>> > internal<br>
>> >>> > version used instead)<br>
>> >>> > --  liblensfun library found................. NO  (optional -<br>
>> >>> > internal<br>
>> >>> > version used instead)<br>
>> >>> > --  Doxygen found............................ YES (optional)<br>
>> >>> > --  digiKam can be compiled.................. YES<br>
>> >>> > --<br>
>> >>> ><br>
>> >>> ><br>
>> >>> > ----------------------------------------------------------------------------------<br>
>> >>> > --<br>
>> >>> > -- Adjusting compilation flags for GCC version ( 4.4.5 )<br>
>> >>> > -- Found Qt-Version 4.6.3 (using /usr/bin/qmake-qt4)<br>
>> >>> > -- Found X11: /usr/lib/libX11.so<br>
>> >>> > -- Phonon Version: 4.4.2<br>
>> >>> > -- Found KDE 4.4 include dir: /usr/include<br>
>> >>> > -- Found KDE 4.4 library dir: /usr/lib<br>
>> >>> > -- Found the KDE4 kconfig_compiler preprocessor:<br>
>> >>> > /usr/bin/kconfig_compiler<br>
>> >>> > -- Found automoc4: /usr/bin/automoc4<br>
>> >>> > -- Found Qt-Version 4.6.3 (using /usr/bin/qmake-qt4)<br>
>> >>> > -- Found X11: /usr/lib/libX11.so<br>
>> >>> > -- Phonon Version: 4.4.2<br>
>> >>> > -- Found KDE 4.4 include dir: /usr/include<br>
>> >>> > -- Found KDE 4.4 library dir: /usr/lib<br>
>> >>> > -- Found the KDE4 kconfig_compiler preprocessor:<br>
>> >>> > /usr/bin/kconfig_compiler<br>
>> >>> > -- Found automoc4: /usr/bin/automoc4<br>
>> >>> > -- Found Qt-Version 4.6.3 (using /usr/bin/qmake-qt4)<br>
>> >>> > -- Found X11: /usr/lib/libX11.so<br>
>> >>> > -- Phonon Version: 4.4.2<br>
>> >>> > -- Found KDE 4.4 include dir: /usr/include<br>
>> >>> > -- Found KDE 4.4 library dir: /usr/lib<br>
>> >>> > -- Found the KDE4 kconfig_compiler preprocessor:<br>
>> >>> > /usr/bin/kconfig_compiler<br>
>> >>> > -- Found automoc4: /usr/bin/automoc4<br>
>> >>> > -- Configuring incomplete, errors occurred!<br>
>> >>> ><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>
>> >>> ><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>
>> >><br>
>> ><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>
>> ><br>
>> ><br>
>><br>
>><br>
>><br>
>> --<br>
>> regards<br>
>> -------<br>
>> Kunal Ghosh<br>
>> Dept of Computer Sc. & Engineering.<br>
>> Sir MVIT<br>
>> Bangalore,India<br>
>><br>
>> permalink: <a href="http://member.acm.org/~kunal.t2" target="_blank">member.acm.org/~kunal.t2</a><br>
>> Blog:<a href="http://kunalghosh.wordpress.com" target="_blank">kunalghosh.wordpress.com</a><br>
>> Website:<a href="http://www.kunalghosh.net46.net" target="_blank">www.kunalghosh.net46.net</a><br>
><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>
><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>