[Bug 291109] New: kdepim build fails when QT has accessibility disabled
Mike Frysinger
vapier at gentoo.org
Tue Jan 10 02:31:56 GMT 2012
https://bugs.kde.org/show_bug.cgi?id=291109
Summary: kdepim build fails when QT has accessibility disabled
Product: kdepim
Version: 4.7
Platform: Gentoo Packages
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: libkdepim
AssignedTo: kdepim-bugs at kde.org
ReportedBy: vapier at gentoo.org
Version: 4.7 (using KDE 4.7.4)
OS: Linux
seems that the generated KDE code uses the UI_QT_NO_ACCESSIBILITY define, but
QT itself uses QT_NO_ACCESSIBILITY, so when QT is built w/out accessibility,
the kdepim build fails:
In file included from
/var/tmp/portage/kde-base/kdepim-runtime-4.7.4/work/kdepim-runtime-4.7.4_build/resources/dav/resource/../../../../kdepim-runtime-4.7.4/resources/dav/resource/urlconfigurationdialog.h:22:0,
from
/var/tmp/portage/kde-base/kdepim-runtime-4.7.4/work/kdepim-runtime-4.7.4_build/resources/dav/resource/moc_urlconfigurationdialog.cpp:10,
from
/var/tmp/portage/kde-base/kdepim-runtime-4.7.4/work/kdepim-runtime-4.7.4_build/resources/dav/resource/akonadi_davgroupware_resource_automoc.cpp:5:
/var/tmp/portage/kde-base/kdepim-runtime-4.7.4/work/kdepim-runtime-4.7.4_build/resources/dav/resource/ui_urlconfigurationdialog.h:
In member function ‘void Ui_UrlConfigurationDialog::retranslateUi(QWidget*)’:
/var/tmp/portage/kde-base/kdepim-runtime-4.7.4/work/kdepim-runtime-4.7.4_build/resources/dav/resource/ui_urlconfigurationdialog.h:209:18:
error: ‘class QLabel’ has no member named ‘setAccessibleDescription’
/var/tmp/portage/kde-base/kdepim-runtime-4.7.4/work/kdepim-runtime-4.7.4_build/resources/dav/resource/ui_urlconfigurationdialog.h:213:18:
error: ‘class QLabel’ has no member named ‘setAccessibleDescription’
make[2]: ***
[resources/dav/resource/CMakeFiles/akonadi_davgroupware_resource.dir/akonadi_davgroupware_resource_automoc.o]
Error 1
Reproducible: Always
Steps to Reproduce:
- build QT w/out accessibility support
- build knode
- fail!
Expected Results:
build success
bug 187119 might be related somewhat
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list