Hi ,
I have developed a QT application for desktop and it is working fine. Now I want to move it on a arm based board with 7" touch screen. I downloaded qtopia 2.2.0 and extracted it in my ubuntu (v12.04) host. When I performed 'make' after './configure', I got following error. Can anybody help?
* ---------------------------------------------------------------------------
*
* ERROR: Building Qtopia Tools has failed.
*
* Please investigate the problem by looking at the error messages in the
* make output.
* The Qtopia tools can be build using the separate buildQtopiaTools script
* which can be found in the qtopia/scripts directory of the package. The
* script is also invoked with the command 'make tools' from the package root
* directory.
*
* On most machines the default configuration options in the script works fine.
* In case this doesn't work the configure parameters in the buildQtopiaTools
* script need to be tweaked to fit the environment/compiler used on the machine
* and then run manually from the cmd line.
*
* Please make sure that the following binaries exist before trying to build
* Qtopia:
* /opt/EmbedSky/Qte/arm-qtopia-2.2.0/qt2/bin/moc
* /opt/EmbedSky/Qte/arm-qtopia-2.2.0/qt2/bin/uic
* /opt/EmbedSky/Qte/arm-qtopia-2.2.0/qt2/bin/qvfb
* /opt/EmbedSky/Qte/arm-qtopia-2.2.0/dqt/bin/lrelease
* /opt/EmbedSky/Qte/arm-qtopia-2.2.0/dqt/bin/lupdate
*
* As a rule, these tools need to be built only once.
*
************************************************** ****************************
I do not find above files marked in "red" color in my PC.
Bookmarks