Skip to content
New issue

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

Problem in building #70

Open
prp-e opened this issue Jul 1, 2016 · 4 comments
Open

Problem in building #70

prp-e opened this issue Jul 1, 2016 · 4 comments

Comments

@prp-e
Copy link

prp-e commented Jul 1, 2016

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.

@thp
Copy link
Owner

thp commented Jul 3, 2016

Which version of Qt 5 are you using?

@prp-e
Copy link
Author

prp-e commented Jul 6, 2016

this :
Using Qt version 5.6.0 in /usr/lib64

@thp
Copy link
Owner

thp commented Jul 12, 2016

Did you also install the QtQml Module development files?

@prp-e
Copy link
Author

prp-e commented Jul 12, 2016

Yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants