<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#006600" bgcolor="#ffffff">
<font face="Arial">I am working with Linux from Scratch, kernel
2.6.32.2, after a very difficult building process of kde-4.4 maimly due
to the fact, that it is a process in development. Building Digikam
makes problems.<br>
<br>
First I started with Digikam's <a class="moz-txt-link-abbreviated"
 href="http://www.page">www.page</a>. I am trying to build the
version for KDE-4. Nevertheless, the requirimentes mentioned there are
still for kde3 !. All but one of the requirements were already build. I
only had to build "libkexiv" but I did'nt succeed. Configuration was
arguing., that the prefix was wrong, as the KDE libraries were not
found. This seems to mean, that the wrong libraries ( KDE4 instead of
KDE3 ) were found. Asking in the kde list they recomended "libkexiv"
from trunk svn. Trying to build "libkexiv" I get the following:<br>
<br>
My variables:<br>
export VERBOSE=1<br>
export QTDIR=/opt/qt-4.6.1/  <br>
export PATH=$QTDIR/bin:$PATH <br>
<br>
Being in sources/libkexiv2/build I issue:<br>
<br>
cmake -DCMAKE_INSTALL_PREFIX=/opt/kde-4.4/ /sources/libkexiv2/<br>
<br>
and get<br>
quote<br>
---------------<br>
Re-run cmake no build system
arguments                                                           <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>
CMake Warning (dev) in
CMakeLists.txt:                                                         
 <br>
  No cmake_minimum_required command is present.  A line of code such
as                          <br>
<br>
    cmake_minimum_required(VERSION 2.8)<br>
<br>
  should be added at the top of the file.  The version specified may be
lower<br>
  if you wish to support older CMake versions for this project.  For
more<br>
  information run "cmake --help-policy CMP0000".<br>
This warning is for project developers.  Use -Wno-dev to suppress it.<br>
<br>
-- Configuring done<br>
-- Generating done<br>
-- Build files have been written to: /sources/libkexiv2/build<br>
<br>
---------------------<br>
end quote<br>
<br>
Issuing "make" i get<br>
-------------- make -----------------<br>
make<br>
/usr/bin/cmake -H/sources/libkexiv2 -B/sources/libkexiv2/build
--check-build-system CMakeFiles/Makefile.cmake 0<br>
/usr/bin/cmake -E cmake_progress_start
/sources/libkexiv2/build/CMakeFiles
/sources/libkexiv2/build/CMakeFiles/progress.marks<br>
make -f CMakeFiles/Makefile2 all<br>
make[1]: Entering directory `/sources/libkexiv2/build'<br>
make[1]: Nothing to be done for `all'.<br>
make[1]: Leaving directory `/sources/libkexiv2/build'<br>
/usr/bin/cmake -E cmake_progress_start
/sources/libkexiv2/build/CMakeFiles 0<br>
------------------- end make ----------------------<br>
<br>
----------------- make install -------------<br>
make install<br>
make: *** No rule to make target `install'.  Stop.<br>
-----------------------<br>
<br>
No way for me to understand what is happening. Configuration seems to
be OK. Make does not work, evidently. Can someone tell me what I should
do or what is going wrong ? BTW, the requirements in the home page
point to packages that build under KDE3 ! This could be the problem or
part of it.<br>
<br>
Thank you very much in advance,<br>
Beatriz</font>
</body>
</html>