<div class="gmail_quote">On Mon, Apr 18, 2011 at 8:04 PM, Uwe Fechner <span dir="ltr">&lt;<a href="mailto:u.fechner@tudelft.nl">u.fechner@tudelft.nl</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im"> On 18.04.2011 14:14, Alexander Rieder wrote:<br>
&gt; - how can I compile them?<br>
&gt; You can compile it the same way as any other KDE application, using cmake. A<br>
&gt; simplistic example of how to compile it is included in the README file inside<br>
&gt; the cantor directory.<br>
</div>Hello,<br>
<br>
I tried to follow the instructions in the README file and got the<br>
following error:<br>
<br>
ufechner@dell-laptop:~/cantor/cantor$ mkdir build<br>
ufechner@dell-laptop:~/cantor/cantor$ cd build<br>
ufechner@dell-laptop:~/cantor/cantor/build$ cmake<br>
-DCMAKE_INSTALL_PREFIX=$KDEDIRS -DCMAKE_BUILD_TYPE=debugfull ..<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 Error at /usr/share/cmake-2.8/Modules/FindKDE4.cmake:98 (MESSAGE):<br>
  ERROR: cmake/modules/FindKDE4Internal.cmake not found in<br>
<br>
/home/ufechner/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps<br>
Call Stack (most recent call first):<br>
  CMakeLists.txt:3 (find_package)<br>
<br>
<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<br>
lower<br>
  if you wish to support older CMake versions for this project.  For more<br>
  information run &quot;cmake --help-policy CMP0000&quot;.<br>
This warning is for project developers.  Use -Wno-dev to suppress it.<br>
<br>
-- Configuring incomplete, errors occurred!<br>
<br>
Any idea, how to fix this?<br>
<br>
Regards:<br>
<br>
Uwe Fechner<br>
<br>
----------------------------------------<br>
<font color="#888888">Uwe Fechner, M.Sc.<br>
Delft University of Technology<br>
Faculty of Aerospace Engineering/ASSET<br>
Kluyverweg 1,<br>
2629 HS Delft, The Netherlands<br>
Phone: <a href="tel:%2B31-15-27-88902" value="+31152788902">+31-15-27-88902</a><br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
kde-edu mailing list<br>
<a href="mailto:kde-edu@mail.kde.org">kde-edu@mail.kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-edu" target="_blank">https://mail.kde.org/mailman/listinfo/kde-edu</a><br>
</div></div></blockquote></div><br><div>You need to install kdelibs development packages first. The name depends on your distro.</div><div><br></div><div>Aleix</div>