Summary: | skim-1.2.0 fails to build | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jason Stubbs (RETIRED) <jstubbs> |
Component: | New packages | Assignee: | CJK Team <cjk> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Patches configure to work |
Description
Jason Stubbs (RETIRED)
2005-03-05 23:28:12 UTC
Created attachment 52763 [details, diff]
Patches configure to work
s/klineedit/KLineEdit/ for the grep check on the resulting cpp file
More problems: inputwindow_settings.cpp: In constructor `ConfigInputWindowBase::ConfigInputWindowBase(QWidget*, const char*, uint)': inputwindow_settings.cpp:57: error: invalid use of undefined type `struct KFontRequester' inputwindow_settings.h:22: error: forward declaration of `struct KFontRequester' inputwindow_settings.cpp:58: error: no matching function for call to `QVBoxLayout::addWidget(KFontRequester*&)' /usr/qt/3/include/qlayout.h:386: note: candidates are: void QBoxLayout::addWidget(QWidget*, int, int) Hmm.. the configure patch is wrong, I'd say. The problem with inputwindow_settings is that the appropriate #include was not added by uic. The grep in the configure script would have been checking for exactly that - hence, being lowercase is correct. kde-3.4_rc1 here. Conflict in /usr/kde/3.4/lib/kde3/plugins/styles/phasestyle.so: Plugin uses incompatible Qt library! expected build key "i686 Linux g++-3.* full-config", got "i686 Linux g++-3.* full-config no-opengl". ^^^ found this Recompiling kdelibs now - although qt is built with USE="opengl". If that becomes a problem, I'll open a new bug for it. |