pyotherside icon indicating copy to clipboard operation
pyotherside copied to clipboard

Problem in building

Open prp-e opened this issue 9 years ago • 4 comments

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.

prp-e avatar Jul 01 '16 08:07 prp-e

Which version of Qt 5 are you using?

thp avatar Jul 03 '16 19:07 thp

this : Using Qt version 5.6.0 in /usr/lib64

prp-e avatar Jul 06 '16 12:07 prp-e

Did you also install the QtQml Module development files?

thp avatar Jul 12 '16 15:07 thp

Yes.

prp-e avatar Jul 12 '16 19:07 prp-e