You are not logged in.

1

Thursday, June 9th 2005, 10:26am

konqueror-embedded transplanting

I want to transplant konqueror-embedded on my qtopia.
I know little about it.

I download "konqueror-embedded-snapshot-20030705".

.......
export QPEDIR=/qtopia-free-1.7.0
exoprt PATH=$QPEDIR/bin:$PATH
export LD_LIBRARY_PATH=$QPEDIR/lib:$LD_LIBRARY_PATH
export QTDIR=/qt-2.3.7
export PATH=$QTDIR/bin:$PATH
export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH

qtopia-free-1.7.0 and qt-2.3.7 have compiled when I compile qtopia.

then cd konqueror-embedded-snapshot-20030705
./configure -with-ssl --enable-qt-embedded --enable-qtopia --enable-qpe --with-gui=qpe --with-qt-dir=$QTDIR --with-qt-libraries=$QTDIR/lib
but the error messge as follows :
............
checking for libjpeg6b ...no
checking for libjpeg... -ljpeg
checking for Qt... configure:error:Qt(>=Qt 2.2.2)(library qte) not found.Please check your installation!


I look at the file "config.log"
I find some message:
...../qt-2.3.7/lib/libqte.so:undefined reference to "QWizard::static MetaObject()" What's the reason?