compiling from SVN

View: New views
2 Messages — Rating Filter:   Alert me  

compiling from SVN

by Adolph & Sharon Weidanz-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Robby et al.

I download the SVN version as I am now running KDE4. I am trying to find
the right combination of commands to compile it.

I am more experienced with ./configure. I started with "cmake
-DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`" but got a:
CMake Error at CMakeLists.txt:2 (KDE4_CREATE_HANDBOOK):
  Unknown CMake command "KDE4_CREATE_HANDBOOK".

I've also tried cmake -DCMAKE_INSTALL_PREFIX=$KDEDIR where KDEDIR is
/usr/share/kde4

Any help would be appreciated..

--

Quis custodiet ipsos custodes

                   _.._    _
                 ."\__/"./`_\
               _/__<__>__\/
        jgs   `"/_/""""\_\\

Adolph & Sharon Weidanz SuSE 11.1
'78 43' Endeavour Ketch Folding@Home Team 45
S/V Time To Paws
_______________________________________________
tellico-users mailing list
tellico-users@...
http://forge.novell.com/mailman/listinfo/tellico-users

Re: compiling from SVN

by robbystephenson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Friday 12 June 2009, Adolph & Sharon Weidanz wrote:
> I am more experienced with ./configure. I started with "cmake
> -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`" but got a:
> CMake Error at CMakeLists.txt:2 (KDE4_CREATE_HANDBOOK):
>   Unknown CMake command "KDE4_CREATE_HANDBOOK".
>
> I've also tried cmake -DCMAKE_INSTALL_PREFIX=$KDEDIR where KDEDIR is
> /usr/share/kde4

Even though cmake is supposed to be easier than the automake stuff, it still
confuses me at times, especially with the srcdir != builddir paradigm.

I've been using the scripts at
http://techbase.kde.org/Getting_Started/Increased_Productivity_in_KDE4_with_Scripts

Typing cmakekde in the top-level tellico src directory compiles everything
ok. I have the actual cmake command using

        cmake -GKDevelop3 \
                -DCMAKE_INSTALL_PREFIX=/usr/local \
                -DCMAKE_BUILD_TYPE=debug \
                "."

Have you been specifying the source dir at the end of the cmake command?

The handbook error sounds like you're compiling in the
extragear/office/doc/tellico directory?

Robby
_______________________________________________
tellico-users mailing list
tellico-users@...
http://forge.novell.com/mailman/listinfo/tellico-users