Summary: | looks like kdiff3-0.9.89 depends on libkonq | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ruslan U. Zakirov <Ruslan.Zakirov> |
Component: | Current packages | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | ||
Priority: | High | ||
Version: | 2005.1 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Ruslan U. Zakirov
2006-04-10 14:52:42 UTC
I was seeing this problem also. I was able to build kdiff3-0.9.89 by commenting out the kong_popmenu.h include line. It seems it doesn't really depend on libkonq. Am I correct in that assertion? But I am getting another error (maybe totally unrelated) when exiting this version of kdiff3: QObject::connect: No such signal KDiff3App::createNewInstance(const QString&,const QString&,const QString&) QObject::connect: (sender name: 'kdiff3_part') QObject::connect: (receiver name: 'kdiff3') I then have to ctrl+c it to quit. Or use kill to quit it. This probably belongs in another bug report. (In reply to comment #1) > I then have to ctrl+c it to quit. Or use kill to quit it. > > This probably belongs in another bug report. > Forgot to mention. I get this problem both when built with libkonq and when built with the header file commented out. (In reply to comment #1) > But I am getting another error (maybe totally unrelated) when exiting this > version of kdiff3: > > QObject::connect: No such signal KDiff3App::createNewInstance(const > QString&,const QString&,const QString&) > QObject::connect: (sender name: 'kdiff3_part') > QObject::connect: (receiver name: 'kdiff3') > > > I then have to ctrl+c it to quit. Or use kill to quit it. > > This probably belongs in another bug report. I am seeing the libkonq dependency problem (after installing libkonq, it builds fine), but I do not see the application-quit problem you're seeing. Did you create a separate bug for it? (I think you should.) Commenting out the header suffices, but there're other issues with this version, masked it. |