Re: building kdenox in trunk
Adam Doppelt <[email protected]>
| Newsgroups | gmane.comp.kde.devel.konq-e |
|---|---|
| Message-ID | <[email protected]> |
Thanks for the suggestion. I am now trying to compile against qte3 using your suggested configuration. Unfortunately, the kdenox configure fails during qt detection with the following: /tmp/ccgVdTEJ.o:(.gnu.linkonce.r._ZTI6QGList+0x8): undefined reference to `typeinfo for QPtrCollection' Earlier, I was able to get the Jan 2006 snapshot working against qt2, but it crashed on my test page. I figured I'd try trunk and see if it worked better. I don't have a preference for qte2 vs. qte3. My primary interest is the browser itself. Any other suggestions? Adam Eva Brucherseifer wrote: > Hi Adam, > > I think the configure options are the problem. You'll need to disable more > features, because nobody ever made them work. > > We've added some features (like file download), but they were only tested with > Qt/E2 or even Qtopia. > > Here is the last configure line I used for Qte3: > > ./configure --prefix=/home/eva/konq-embedded-qte3 --with-ipv6-lookup=no > --without-xinerama --disable-scrollbars --disable-bookmarks > --with-javascript=static --enable-debug=full --disable-printing --enable-pcre > --without-arts --enable-jshostext --disable-selection --enable-final > --with-extra-libs=/lib --enable-qt-embedded --with-qt-dir=/opt/qte-3.3.5/ > --with-qt-includes=/opt/qte-3.3.5/include > --with-qt-libraries=/opt/qte-3.3.5/lib --enable-fwnewepg=yes > --enable-embedded --with-ssl --with-gui=x11 --enable-mt --enable-mt-embedded > CXXFLAGS=-DDEBUG_LAYOUT=0 --no-create --no-recursion > > The configure line I worked intensively with can be found in > kdenox-qtopia.kdevelop > > I've also commited some small patch to make it compile with qte3 again. > > Cheers, > eva > > > On Wednesday 05 July 2006 19:32, Adam Doppelt wrote: > >> Hi Eva. Thanks for the quick response. >> >> >>> can you please try to include "kdebug.h" in >>> konq-embed/dropin/kio/kprotocolmanager.cpp ? >>> >> The first error went away but the second remains: >> >> kprotocolmanager.cpp:65:1: warning: multi-line comment >> kprotocolmanager.cpp: In static member function `static QString >> KProtocolManager::parseUADescription(const QString&)': >> kprotocolmanager.cpp:83: error: `languageList' undeclared (first use this >> function) >> kprotocolmanager.cpp:83: error: (Each undeclared identifier is reported >> only >> once for each function it appears in.) >> >> Here's how I created kdelibs: >> >> svn co svn://anonsvn.kde.org/home/kde/tags/KDE/3.5.1/kdelibs >> >> and kdenox: >> >> cvn co svn://anonsvn.kde.org/home/kde/trunk/kdenox >> cd kdenox >> ln -s ../kdelibs/admin >> make -f Makefile.cvs >> ./configure --enable-static --enable-qt-embedded --enable-embedded >> make >> >> One thing that seems odd is that the kdenox config script requires >> kde-config. I'm running Ubuntu, so I didn't have KDE installed by >> default. I installed KDE 3.5.2 to get a copy of kde-config. Could that >> be part of the problem? >> >> Adam >> >> _______________________________________________ >> konq-e mailing list >> [email protected] >> https://mail.kde.org/mailman/listinfo/konq-e >> > > _______________________________________________ konq-e mailing list [email protected] https://mail.kde.org/mailman/listinfo/konq-e