https://bugzilla.wikimedia.org/show_bug.cgi?id=55918
--- Comment #14 from Danilo <[email protected]> --- In Yast I added the repository http://download.opensuse.org/repositories/KDE:/Qt51/openSUSE_12.3/ Then I get to install the package libqt5-qttools-devel and its dependencies (many libqt5* packages). then I run: .../huggle> git pull [...] .../huggle> huggle> ./configure --qmake /usr/bin/qmake-qt5 Checking all required packages... Checking for qmake... [OK] which: no apt-cache in (/home/danilo/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games) WARNING: Unable to verify packages, let's just hope they are all installed Executing update.sh... [OK] Checking if version.txt exist... [OK] Preparing makefile hunker... [OK] Building makefile hunker... [OK] Creating makefile... [OK] Executing hunk... [OK] Everything is ready, you can build huggle by typing make .../huggle> make /usr/lib64/qt5/bin/uic mainwindow.ui -o ui_mainwindow.h /usr/lib64/qt5/bin/uic login.ui -o ui_login.h /usr/lib64/qt5/bin/uic preferences.ui -o ui_preferences.h /usr/lib64/qt5/bin/uic aboutform.ui -o ui_aboutform.h /usr/lib64/qt5/bin/uic scorewordsdbform.ui -o ui_scorewordsdbform.h /usr/lib64/qt5/bin/uic blockuser.ui -o ui_blockuser.h /usr/lib64/qt5/bin/uic exceptionwindow.ui -o ui_exceptionwindow.h /usr/lib64/qt5/bin/uic deleteform.ui -o ui_deleteform.h /usr/lib64/qt5/bin/uic userinfoform.ui -o ui_userinfoform.h /usr/lib64/qt5/bin/uic protectpage.ui -o ui_protectpage.h /usr/lib64/qt5/bin/uic uaareport.ui -o ui_uaareport.h /usr/lib64/qt5/bin/uic hugglemassrollback.ui -o ui_hugglemassrollback.h /usr/lib64/qt5/bin/uic hugglenuke.ui -o ui_hugglenuke.h /usr/lib64/qt5/bin/uic requestprotect.ui -o ui_requestprotect.h /usr/lib64/qt5/bin/uic sessionform.ui -o ui_sessionform.h g++ -c -pipe -O2 -D_REENTRANT -Wall [...(13 lines, too big to paste here)...] In file included from oauthlogin.cpp:12:0: ui_oauthlogin.h: In member function ‘void Ui_OAuthLogin::retranslateUi(QDialog*)’: ui_oauthlogin.h:76:86: error: ‘UnicodeUTF8’ is not a member of ‘QApplication’ In file included from oauthlogin.cpp:12:0: ui_oauthlogin.h:77:214: error: ‘UnicodeUTF8’ is not a member of ‘QApplication’ ui_oauthlogin.h:78:79: error: ‘UnicodeUTF8’ is not a member of ‘QApplication’ ui_oauthlogin.h:79:76: error: ‘UnicodeUTF8’ is not a member of ‘QApplication’ make: ** [oauthlogin.o] Erro 1 -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
