Results 1 to 9 of 9

Thread: Kopete 0.5

  1. #1

    Kopete 0.5

    Seems others have been able to get this thing to work, so why not me? What's the trick, people? I've compiled three different copies of the source, as well as the CVS, and I still get this exact same error msg. Does anyone know what the hell this might involve?
    Code:
    addwizardui.cpp: In method `addWizardUI::addWizardUI(QWidget * = 0, const char * = 0, bool = FALSE, unsigned int = 0)':
    addwizardui.cpp:4675: invalid use of undefined type `class KListView'
    addwizardui.h:17: forward declaration of `class KListView'
    addwizardui.cpp:4676: invalid use of undefined type `class KListView'
    addwizardui.h:17: forward declaration of `class KListView'
    addwizardui.cpp:4677: invalid use of undefined type `class KListView'
    addwizardui.h:17: forward declaration of `class KListView'
    addwizardui.cpp:4677: invalid use of undefined type `class KListView'
    addwizardui.h:17: forward declaration of `class KListView'
    addwizardui.cpp:4678: invalid use of undefined type `class KListView'
    addwizardui.h:17: forward declaration of `class KListView'
    addwizardui.cpp:4679: no matching function for call to `QHBoxLayout::addWidget (KListView *&)'
    /usr/qt/3/include/qlayout.h:378: candidates are: void QBoxLayout::addWidget(QWidget *, int = 0, int = 0)
    addwizardui.cpp:4683: invalid use of undefined type `class KPushButton'
    addwizardui.h:18: forward declaration of `class KPushButton'
    addwizardui.cpp:4684: invalid use of undefined type `class KPushButton'
    addwizardui.h:18: forward declaration of `class KPushButton'
    addwizardui.cpp:4685: no matching function for call to `QVBoxLayout::addWidget (KPushButton *&)'
    /usr/qt/3/include/qlayout.h:378: candidates are: void QBoxLayout::addWidget(QWidget *, int = 0, int = 0)
    addwizardui.cpp:4718: invalid use of undefined type `class KListView'
    addwizardui.h:17: forward declaration of `class KListView'
    addwizardui.cpp:4719: invalid use of undefined type `class KListView'
    addwizardui.h:17: forward declaration of `class KListView'
    addwizardui.cpp:4720: invalid use of undefined type `class KListView'
    addwizardui.h:17: forward declaration of `class KListView'
    addwizardui.cpp:4720: invalid use of undefined type `class KListView'
    addwizardui.h:17: forward declaration of `class KListView'
    addwizardui.cpp:4721: invalid use of undefined type `class KListView'
    addwizardui.h:17: forward declaration of `class KListView'
    addwizardui.cpp:4722: no matching function for call to `QVBoxLayout::addWidget (KListView *&)'
    /usr/qt/3/include/qlayout.h:378: candidates are: void QBoxLayout::addWidget(QWidget *, int = 0, int = 0)
    make[2]: *** [addwizardui.lo] Error 1
    make[2]: Leaving directory `/home/conor/kdenonbeta/kopete/libkopete/ui'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/conor/kdenonbeta/kopete/libkopete'
    make: *** [all-recursive] Error 1
    Looks like a problem with QT, but I can't be sure. Ideas?

    [edit:gorn]fixed code tags[/edit]

  2. #2

    Re:Kopete 0.5

    Additional strange things: I checked the FAQ again at kopete.kde.org, and found something kind of similar. It pointed me to http://www.cmvacations.com/~error403/qtconfigfix.png. I checked out the picture there, and ran qtconfig. /usr/kde/3/lib/kde3/plugins is already there! So is /home/conor/.kde/lib/kde/plugins, and /usr/qt/3/plugins. So what's going wrong here? I'm using KDE 3.0, Gentoo linux 1.0, kde installed via portage. Any clues at all would be appreciated.

  3. #3

    Re:Kopete 0.5

    hi Tyr_7BE,
    the only thing i have the slightest clue as to what this may be is two instances of the same lib installed, but different versions or a recursive link, e.g. a link that points at itself. sorry...

  4. #4

    Re:Kopete 0.5

    I'll check it out. Thanks for the attempt, pbharris. Ordinarily when this sort of thing happens I just forget about it and let it happen a month or two down the road when I'm randomly upgrading software. The reason I ask this time is that I REALLY love kopete 0.4.1, but am REALLY annoyed with some of its lacking features and bugginess. From what I can see, everything that pissed me off in 0.4.1 is fixed/added in 0.5. I must have that messenger...if I have to reinstall KDE altogether. I owe my most sincere thanks to anyone who at least gives this a try, cause I'm turning myself inside out to find the problem.

  5. #5

    Re:Kopete 0.5

    Ummmm....K.....I finally got the CVS to compile by manually adding #include <klistview.h> and #include <kpushbutton.h> to the source, but am still plagued with these sorts of errors. I'll be manually fixing them, but if anyone knows of why this is happening I'd be much obliged.

  6. #6
    Guest

    Re:Kopete 0.5

    I don't know - Kopete 0.5 installed flawlessly on my Gentoo 1.4 (both on stable and testing).

  7. #7

    Re:Kopete 0.5

    Does using Jabber make it sigsevg when you close it? I've been using CVS (in which jabber is broken) and when I tried the stable release, it still kept sigsevg'ing when I closed it.

  8. #8

    Re:Kopete 0.5

    I'm afraid I can't say. I don't use Jabber. There was some VERY quirky behavior when all was said and done though (behavior similar to your problems, but with MSN). Then again it's CVS, and that's to be expected. That said, I am VERY happy with where kopete is going otherwise. This one really was a bitch to install, but when you want it bad enough...

  9. #9
    Guest

    Re:Kopete 0.5

    [quote author=segfault link=board=1;threadid=5385;start=0#52645 date=1035706234]
    Does using Jabber make it sigsevg when you close it? I've been using CVS (in which jabber is broken) and when I tried the stable release, it still kept sigsevg'ing when I closed it.
    [/quote]

    Jabber is totally borked in Kopete for me... good thing you're the only one I talk to using Jabber atm.

    but the problem seems that the author hasn't got the time to maintain the plugin right now, so it's kinda being pulled from the mainline.

Similar Threads

  1. Need help installing Kopete (total linux newbie)
    By AljoshaNL in forum Linux - Software, Applications & Programming
    Replies: 29
    Last Post: 08-27-2005, 07:03 AM
  2. Kopete in SuSE 9.0
    By Crox in forum Linux - General Topics
    Replies: 12
    Last Post: 04-10-2004, 11:39 PM
  3. Strange Kopete problem
    By mojo jojo in forum Linux - Software, Applications & Programming
    Replies: 4
    Last Post: 01-08-2004, 02:39 AM
  4. Kopete IRC plugin?
    By Rastar in forum Linux - Software, Applications & Programming
    Replies: 1
    Last Post: 04-29-2003, 03:27 AM
  5. Prefered ICQ client
    By cga in forum Linux - Software, Applications & Programming
    Replies: 8
    Last Post: 08-31-2002, 10:51 PM

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
  •