[kde-edu]: Building kmplot

Albert Astals Cid aacid at kde.org
Sun Apr 6 18:08:09 CEST 2008


A Diumenge 06 Abril 2008, Nagy Tibor va escriure:
> The kmplot in SuSe 10.3 distribution makes SIGSEGV, therefore I tried to
> compile kmplot as described in http://edu.kde.org/kmplot/obtain.php
>
> $ svn co svn://anonsvn.kde.org/home/kde/branches/KDE/4.0/kdeedu
> $ cd kdeedu
> $ mkdir build
> $ cd build
> $ cmake -DCMAKE_INSTALL_PREFIX=$KDEDIRS -DCMAKE_BUILD_TYPE=debugfull ..
> $ cd kmplot
> $ make
> $ su -c "make install"
>
> But there is no makefile in directory "kmplot" after running the command
> cmake above. I attach the output of cmake, there are some suspicious
> error messages at the end, otherwise cmake exits with 255.
>
> Any help is welcome.

Does changing the cmake line to 
cmake -DCMAKE_INSTALL_PREFIX=$KDEDIRS -DCMAKE_BUILD_TYPE=debugfull -DKDE4_BUILD_TESTS=ON ..
help?

Albert


More information about the kde-edu mailing list