bloks
15th May 2014, 19:55
I'm trying to statically build Qt5 on ubuntu 12.04 so I could deploy a standalone executable.
So I'm trying to follow the instructions in these two links:
http://qt-project.org/doc/qt-5/linux-building.html
http://qt-project.org/doc/qt-4.8/deployment-x11.html
In the first link it says to run make and make install to install Qt on my ubuntu, but I can't even get past the make stage.
I'm running make without any parameters, but I'm getting errors in the following areas:
make[4]: *** [imagegestures] Error 1
make[4]: Leaving directory `/home/.../Desktop/qt-everywhere-opensource-src-5.2.1/qtbase/examples/gestures/imagegestures'
make[3]: *** [sub-imagegestures-make_first] Error 2
make[3]: Leaving directory `/home/.../Desktop/qt-everywhere-opensource-src-5.2.1/qtbase/examples/gestures'
make[2]: *** [sub-gestures-make_first] Error 1
make[2]: Leaving directory `/home/.../Desktop/qt-everywhere-opensource-src-5.2.1/qtbase/examples'
make[1]: *** [sub-examples-make_first] Error 1
make[1]: Leaving directory `/home/.../Desktop/qt-everywhere-opensource-src-5.2.1/qtbase'
make: *** [module-qtbase-make_first] Error 2
What should I do?
So I'm trying to follow the instructions in these two links:
http://qt-project.org/doc/qt-5/linux-building.html
http://qt-project.org/doc/qt-4.8/deployment-x11.html
In the first link it says to run make and make install to install Qt on my ubuntu, but I can't even get past the make stage.
I'm running make without any parameters, but I'm getting errors in the following areas:
make[4]: *** [imagegestures] Error 1
make[4]: Leaving directory `/home/.../Desktop/qt-everywhere-opensource-src-5.2.1/qtbase/examples/gestures/imagegestures'
make[3]: *** [sub-imagegestures-make_first] Error 2
make[3]: Leaving directory `/home/.../Desktop/qt-everywhere-opensource-src-5.2.1/qtbase/examples/gestures'
make[2]: *** [sub-gestures-make_first] Error 1
make[2]: Leaving directory `/home/.../Desktop/qt-everywhere-opensource-src-5.2.1/qtbase/examples'
make[1]: *** [sub-examples-make_first] Error 1
make[1]: Leaving directory `/home/.../Desktop/qt-everywhere-opensource-src-5.2.1/qtbase'
make: *** [module-qtbase-make_first] Error 2
What should I do?