Results 1 to 2 of 2

Thread: Anyone compile KDE 3.0?

  1. #1
    Senior Member
    Join Date
    Jul 2001
    Posts
    280

    Anyone compile KDE 3.0?

    I'm having problems compiling KDE 3.0. *I keep getting an error in kdebindings:

    In file included from libkdec_la.all_cpp.cpp:26:
    kde_QCStringList.cpp: At top level:
    kde_QCStringList.cpp:25: `QValueListIterator<QCString> iterator'
    redeclared as different kind of symbol
    kde_QCStringList.cpp:25: sorry, not implemented: `integer_type' not
    supported by dump_expr
    kde_QCStringList.cpp:25: sorry, not implemented: `pointer_type' not
    supported by dump_expr
    kde_QCStringList.cpp:25: sorry, not implemented: `reference_type' not
    supported by dump_expr
    /usr/include/g++-3/stl_iterator.h:90: previous declaration of `template
    <class _Category, class _Tp, class _Distance = {expression error},
    class _Pointer = {expression error}, class _Reference = {expression
    error}> struct iterator'
    make[4]: *** [libkdec_la.all_cpp.lo] Error 1
    make[4]: Leaving directory `/opt/kde3/src/kdebindings-3.0.1/kdec/clib/kdec'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/opt/kde3/src/kdebindings-3.0.1/kdec/clib'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/opt/kde3/src/kdebindings-3.0.1/kdec'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/opt/kde3/src/kdebindings-3.0.1'
    make: *** [all] Error 2
    I checked out http://bugs.kde.org, but I couldn't find anything relating directly to this problem. *However, I did find this post which is almost related:
    http://bugs.kde.org/db/39/39668.html

    The problem is it includes a patch and I don't know how to install that patch (assuming it will correct my problem).

    I ran configure
    Code:
    ./configure --prefix=$KDEDIR --disable-debug --enable-final --enable-shared --enable-objprelink --with-xinerams --with-qt-dir=$QTDIR
    and make:
    Code:
    make && make install
    Perhaps I can adjust configure or make to fix this error. *I was able to compile KDE 3.0 rc with out this problem, but I didn't use the configure parameters. *Any ideas? *Thanks.

  2. #2
    Guest

    Re: Anyone compile KDE 3.0?

    To patch your source:

    mark and copy the patch tekst to a file and run:

    patch -p0 < patch

    in your KDE source dir.

    but that patch is against RC3 and I think it's in, what do you need Kdebindings for anyways?

Similar Threads

  1. QEMU compile problem
    By jro in forum General Chat
    Replies: 3
    Last Post: 02-10-2005, 02:24 PM
  2. Kernel compile problems
    By trickster in forum Linux - General Topics
    Replies: 13
    Last Post: 08-01-2002, 03:11 PM
  3. Kernel Compile WOES
    By tarballed in forum Linux - General Topics
    Replies: 6
    Last Post: 05-11-2002, 06:32 PM
  4. LFS mawk compile error
    By Jeepsta in forum Linux - General Topics
    Replies: 3
    Last Post: 01-20-2002, 08:13 AM
  5. Replies: 17
    Last Post: 01-16-2002, 11:38 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •