PDA

View Full Version : Qtopia 4.2.4 opensource won't configure



MarkoSan
28th November 2007, 14:11
Hello to all!

I've downloaded the opensource qtopia 4.2.4 and once I try to configure it, it get:


root@borg:/usr/src/qtopiaBuild# /usr/src/qtopia-opensource-4.2.4/configure

This is the Qtopia Open Source Edition.

You are licensed to use this software under the terms of the GPL.
Please see the file LICENSE.GPL for the licensing terms.

Type 'yes' to accept this license offer.
Type 'no' to decline this license offer.

Do you accept this license agreement? yes

Qtopia is using the following locations:
Qt SOURCE tree = /usr/src/qtopia-opensource-4.2.4/qtopiacore/qt
Qt BUILD tree = /usr/src/qtopiaBuild/qtopiacore/host
Qtopia Core SOURCE tree = /usr/src/qtopia-opensource-4.2.4/qtopiacore/qt
Qtopia Core BUILD tree = /usr/src/qtopiaBuild/qtopiacore/target
Qtopia SOURCE tree = /usr/src/qtopia-opensource-4.2.4
Qtopia BUILD tree = /usr/src/qtopiaBuild
Your Qtopia source tree has a build in it. This must be removed. Please wait...
Using /usr/src/qtopia-opensource-4.2.4/etc/defaultbuttons-phone.conf
WARNING: Qtopia does not support x86_64. Using -platform linux-g++-32
WARNING: Qtopia does not support x86_64. Using -xplatform linux-generic-g++-32

Checking the compiler (host): FAIL
root@borg:/usr/src/qtopiaBuild#

Can someone help me?? Do I need to install 32 bit version of compiler and if so, is it possible that two different versions of gcc coexist on same linux box?

jacek
28th November 2007, 14:54
Do I need to install 32 bit version of compiler
Yes, it should solve the problem, but probably you will need also 32-bit versions of libraries required by Qtopia.


is it possible that two different versions of gcc coexist on same linux box?
Yes, each compiler has an unique name (for example "x86_64-pld-linux-g++") and the default one is linked to "gcc" and "g++".