Details
-
Bug
-
Resolution: Invalid
-
P1: Critical
-
None
-
None
-
None
Description
I have tried build qt branch 4.8 but it breaks.
My builld options:
/configure -prefix /usr/lib/qt4 -sysconfdir /etc -libdir /usr/lib64 -docdir /usr/share/doc/qt4/doc -plugindir /usr/lib64/qt4/plugins -translationdir /usr/lib/qt4/translations -release -silent -opensource -confirm-license
and it breaks with this output:
In file included from text/qfontdatabase.cpp:1121:0:
text/qfontdatabase_x11.cpp: In function 'void loadXlfds(const char*, int)':
text/qfontdatabase_x11.cpp:683:59: error: no matching function for call to 'QtFontFoundry::style(QtFontStyle::Key&, bool)'
text/qfontdatabase.cpp:358:14: note: candidate is: QtFontStyle* QtFontFoundry::style(const QtFontStyle::Key&, const QString&, bool)
text/qfontdatabase_x11.cpp: In function 'void loadFontConfig()':
text/qfontdatabase_x11.cpp:1159:59: error: no matching function for call to 'QtFontFoundry::style(QtFontStyle::Key&, bool)'
text/qfontdatabase.cpp:358:14: note: candidate is: QtFontStyle* QtFontFoundry::style(const QtFontStyle::Key&, const QString&, bool)
text/qfontdatabase_x11.cpp:1211:63: error: no matching function for call to 'QtFontFoundry::style(QtFontStyle::Key&, bool)'
text/qfontdatabase.cpp:358:14: note: candidate is: QtFontStyle* QtFontFoundry::style(const QtFontStyle::Key&, const QString&, bool)
text/qfontdatabase_x11.cpp: In function 'void initializeDb()':
text/qfontdatabase_x11.cpp:1353:53: error: no matching function for call to 'QtFontFoundry::style(QtFontStyle::Key&, bool)'
text/qfontdatabase.cpp:358:14: note: candidate is: QtFontStyle* QtFontFoundry::style(const QtFontStyle::Key&, const QString&, bool)
text/qfontdatabase_x11.cpp:1376:49: error: no matching function for call to 'QtFontFoundry::style(QtFontStyle::Key&, bool)'
text/qfontdatabase.cpp:358:14: note: candidate is: QtFontStyle* QtFontFoundry::style(const QtFontStyle::Key&, const QString&, bool)
compiling text/qtextlayout.cpp
make[1]: *** [.obj/release-shared/qfontdatabase.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/mnt/ext3/rpm_build_tree/BUILD_MAGEIA/qt/src/gui'
make: *** [sub-gui-make_default-ordered] Error 2