Hi-
Dumb Newbie that I am I asked question in wrong form
I downloaded qtopia embedded 3.3.2 untared and typed
./configure -depths 16 -embedded sharp -thread -qt-gfx-transformed -qt-imgfmt-jpeg -qt-imgfmt-png -qt-imgfmt-mng -no-cups
which sez:
WARNING: Failure to find: .moc/release-shared-mt-emb-sharp/allmoc.cpp
then gmake sez:
/bin/sh: line 1: arm-linux-g++: command not found
If I just type ./configure then gmake seems to work but I have no idea what I\'m building.
Questions:
1. Did I forget or omitt something?
2. I just wan to port a couple of simple windoze C++ apps to Zaurus (I got tired of paying for crashing operating systems) is QT3 the best choice ? (i.e. what is simplist way to recompile some windoze app for zaurus?)
Thanx
Thread follows:
I have 2 amd64 boxes runing suse 9.0 64 bit linux and would like to build some ipk\'s for my just bought sl c860. I tried to build qt2.something on the amd64 side and found 64 bit library issues so I installed qt3 from suse cd and can now build qt3 apps that run on the amd64. Can some one point me to directions of how to build an ipk of these same apps as ipk\'s for the zaurus?
But zautrix was kind enough to reply with
You need a cross compiler for the sharp.
You have to download Qt3 embedded free from Trolltech.
You have to configure it with
./configure -depths 16 -embedded sharp -thread -qt-gfx-transformed -qt-imgfmt-jpeg -qt-imgfmt-png -qt-imgfmt-mng -no-cups
and compile it.
You have to remove in qtemb/mkspecs/qws/linux-sharp-g++/qmake.conf
the -fno-rtti option.
You have to make shure, Qt uses actually qtemb/mkspecs/qws/linux-sharp-g++/qmake.conf for compiling .
(I had to create a link from qtemb/mkspecs/default to that file after compile.)
You can skip compiling the Qt lib and download a compiled version from
http://sourceforge.net/projects/kdepimpi/Note:
When a Qt3 is in the background, you cannot get them back to see it.
Such that the app is pretty useless.
For that purpose you can write a small Qt2 program, which starts the Qt3 and make it visible again.
Example apps using this small program you can find here:
http://zaurususergroup.com/index.php?na ... pic&t=3719