Comment 8 for bug 1391056

Revision history for this message
KaIkuN (kaktus-w-h) wrote :

Hey, I had the same error like Dominique in comment #4 when I try to install Davy's way.

(sudo python3 configure.py --pyqt=PyQt5 -q /usr/lib/x86_64-linux-gnu/qt5/bin/qmake --qsci-incdir /home/kaikun/Eric_Python_IDE/QScintilla-gpl-2.8.4/Qt4Qt5/ -d /usr/lib/python3/dist-packages/PyQt5)

when I removed python3-pyqt5.qsci , pyqt5-dev was removed as well so I reinstalled it.
Now I get an error in the next step, doing make:

g++ -c -m64 -pipe -fno-exceptions -O2 -Wall -W -D_REENTRANT -fPIC -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I. -I../Qt4Qt5 -isystem /usr/include/python3.4m -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -o sipQsciQsciLexerBash.o sipQsciQsciLexerBash.cpp
In file included from sipQsciQsciLexerBash.cpp:29:0:
sipAPIQsci.h:35:21: fatal error: QMetaType: Datei oder Verzeichnis nicht gefunden
 #include <QMetaType>
                     ^
compilation terminated.
Makefile:448: recipe for target 'sipQsciQsciLexerBash.o' failed
make: *** [sipQsciQsciLexerBash.o] Error 1

In usr/include/x86_64-linux-gnu is no directory qt5 ..

I dont know just trying to install eric6 since two days, first got the error in #6 so I try dave's way now.