We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have cloned their github repository, and then I used these commands:
export QT_SELECT=qt5 export QTDIR=/usr/share/qt5 qmake make
but, when I try to make, I take this errors:
cd src/ && ( test -e Makefile || /usr/lib64/qt5/bin/qmake /home/prp-e/pyotherside/src/src.pro -o Makefile ) && make -f Makefile make[1]: Entering directory '/home/prp-e/pyotherside/src' g++ -c -pipe -I/usr/include/python3.4 -I/usr/include/python3.4 -O2 -D_REENTRANT -Wall -W -fPIC -DPYOTHERSIDE_VERSION=\"1.5.0\" -DHAVE_DLADDR -DQT_NO_DEBUG -DQT_PLUGIN -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I. -I. -o pyotherside_plugin.o pyotherside_plugin.cpp In file included from pyotherside_plugin.cpp:20:0: qpython.h:31:20: fatal error: QJSValue: No such file or directory #include <QJSValue> ^ compilation terminated. Makefile:304: recipe for target 'pyotherside_plugin.o' failed make[1]: *** [pyotherside_plugin.o] Error 1 make[1]: Leaving directory '/home/prp-e/pyotherside/src' Makefile:43: recipe for target 'sub-src-make_first' failed make: *** [sub-src-make_first] Error 2
I use the last stable release of Calculate Linux Desktop, and I have installed all Qt5 libraries.
The text was updated successfully, but these errors were encountered:
Which version of Qt 5 are you using?
Sorry, something went wrong.
this : Using Qt version 5.6.0 in /usr/lib64
Using Qt version 5.6.0 in /usr/lib64
Did you also install the QtQml Module development files?
Yes.
No branches or pull requests
I have cloned their github repository, and then I used these commands:
but, when I try to make, I take this errors:
I use the last stable release of Calculate Linux Desktop, and I have installed all Qt5 libraries.
The text was updated successfully, but these errors were encountered: