[Kstars-devel] Interesting HTM timing results
James Bowlin
bowlin at mindspring.com
Thu Jun 1 20:15:48 CEST 2006
On Thursday 01 June 2006 11:12, Jason Harris wrote:
> Uh, I guess you're using the 3.5 codebase? moveTo() and lineTo() no longer
> exist. everything is drawLine() now.
That is good news.
> You should move to trunk before you get too deep into modifying the
> codebase...
I am trying to move to 4.x. I have kdelibs4_snapshot installed. I am
now having problems installing kdeedu/libkdeedu.
If I follow the instructions here: http://edu.kde.org/kstars/svn.php
The command:
svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdeedu
brings down a ton of stuff that does not seem needed. Nonetheless
if I then do:
$ cd kdeedu
$ svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdeedu/libkdeedu
$ mkdir build-libkdeedu
$ cd build-libkdeedu
$ cmake -DCMAKE_INSTALL_PREFIX=$KDEDIR -DCMAKE_BUILD_TYPE=debugfull ../libkdeedu
I get a ton of errors starting with:
-- Check for working C compiler: gcc
-- Check for working C compiler: gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: c++
-- Check for working CXX compiler: c++ -- works
CMake Error: Error in cmake code at
/data/jbowlin/Projects/kstars/4.0/kdeedu/libkdeedu/kdeeducore/CMakeLists.txt:19:
Unknown CMake command "kde4_automoc".
I can successfully run cmake for kdeedu. Perhaps I needed to do this first.
but if I then try to run "make" in the build-kdeedu/ directory it fails when
building stuff for kbruch.
I followed the directions here: http://wiki.kde.org/tiki-index.php?page=KDE3To4
and was able to install cmake, qt4, and kdelibs4_snapshot.
I am now stuck on installing libkdeedu.
--
Peace, James
More information about the Kstars-devel
mailing list