Re: KDELibs 3.5.7 successfully ported to use with Konqueror Embedded
idupop <[email protected]> Tue, 4 Sep 2007 21:27:25 -0700 (PDT)
| Newsgroups | gmane.comp.kde.devel.konq-e |
|---|---|
| Message-ID | <[email protected]> |
hi, i download snapshot 20070531 and qtopia 2.2.0 export QTDIR=/d/qtopia2/qtopia-free-2.2.0/qt2 export QTOPIADIR=/d/qtopia2/qtopia-free-2.2.0 ./configure --with-ipv6-lookup=no --without-xinerama --enable-scrollbars --disable-selection --enable-bookmarks --with-javascript=static --enable-debug=full --disable-printing --enable-pcre --without-arts --enable-jshostext --enable-final --enable-qt-embedded --with-extra-includes=$QTOPIADIR/qtopia/include --with-extra-libs=$QTOPIADIR/qtopia/lib --with-qt-dir=$QTDIR --with-qt-libraries=$QTDIR/lib --with-qt-includes=$QTDIR/include --enable-fwnewepg=yes --enable-embedded --with-qtopia-dir=$QTOPIADIR --enable-qtopia --enable-qpe --with-gui=road --enable-rtti-embedded --enable-ftp --enable-fullscreenmenu but configure check qtopia error. i check config.log find it can't resolve QCollection, and it exist in lib libqutil.so, i make it link -lqutil -lqtopia2 -lqtopia and configure success. i meet the fellow bug. 1. kong-e use Q_OS_UNIX define macro but Qtopia 2.2.0 not define, its use _OS_UNIX 2. some file need add qt header. ( this is easy to do, just add it, but i wonder why, for my bad configure ??) being make konq-e it meet some mistake can't resolve QThread, QPEAppliaction, i think its my mistake can you give general environment for build kong-e with qtopia. such as qtopia configure need. and kong-e configure need. hot to make configure success and not add -lqutil -lqtopia2 -lqtopia my gcc version gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-4) g++ version g++ (GCC) 3.4.6 20060404 (Red Hat 3.4.6-4) os: linux FC6 thanks all -- View this message in context: http://www.nabble.com/KDELibs-3.5.7-successfully-ported-to-use-with-Konqueror-Embedded-tf4054440.html#a12491430 Sent from the konq-e mailing list archive at Nabble.com.