You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

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?