[Qt] Qt Embedded
Terry Kemp
klc at klc.net.nz
Wed Oct 1 03:11:28 CEST 2008
On Mon, 2008-09-22 at 09:58 +1200, Terry Kemp wrote:
> On Sun, 2008-09-21 at 15:26 +0200, Den Jean wrote:
> > Hi,
> >
> > I added Qt Embedded based on qt-embedded-linux-opensource-src-4.4.2.tar.gz,
> > The tar generator script calls the tars qtopia, but it is not really qtopia.
> >
> > Before I needed to handle Pixmap_handle differently for this platform,
> > but in 4.4.2 there is actually no source difference needed
> > with the linux tar, all is handled with conditional defines (still
> > the define QTOPIA for embedded).
> >
> > regards,
> >
> > Den Jean.
Finally got to test it.
Couple of probs...
[tkemp at systems steri-laz-qt]$ ppcrossarm project1.lpr -darm -darmlclqt
Free Pascal Compiler version 2.3.1 [2008/08/19] for arm
Copyright (c) 1993-2008 by Florian Klaempfl
Target OS: Linux for ARM
Compiling project1.lpr
Assembling project1
Linking project1
/build/gumstix/gumstix-fpc/lazarus-svn/lcl/units/arm-linux/qt/qtwidgets.o: In function `TQTDESIGNWIDGET__RAISEWIDGET':
qtwidgets.pas:9267: undefined reference to `qtx11waitforwindowmanager'
qtwidgets.pas:9267: undefined reference to `qtx11waitforwindowmanager'
qtwidgets.pas:9267: undefined reference to `qtx11waitforwindowmanager'
qtwidgets.pas:9267: undefined reference to `qtx11waitforwindowmanager'
qtwidgets.pas:9267: undefined reference to `qtx11waitforwindowmanager'
qtwidgets.pas:9267: undefined reference to `QFileDialog_filters'
project1.lpr(24) Error: Error while linking
project1.lpr(24) Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted
qtx11waitforwindowmanager is in the x86_64 .so but not the arm .so
I assume this is correct with QTOPIA defined.
No clue on the QFileDialog_filters one.
Thanks
Terry
More information about the Qt
mailing list