pinnerite wrote:Advice from the qt forum re help files is if .qch files cannot be found on <baase qt directory>/qtbase/docs
is to switch to qtbase and run make docs or nmake docs.
configure fails though with "the test for linking against libxcb and support libraries failed!"
However lib64xcb-1-1.9,1-2.mga4.x86_64 is already installed.
The problem is not the .qch files for qtbase, but those for qt-creator are missing, someone forgot to run
make qch_docs for qt-creator.
I'm currently testing the fix from Fedora, which is also linked from the Mageia bug report abovementioned.
Hint: Your issue is that you need libxcb-devel package if you want to link anything against it.
But that will not help. Also, qt -doc packages are available from the repos.