<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
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:<br>
<br>
/tmp/ccgVdTEJ.o:(.gnu.linkonce.r._ZTI6QGList+0x8): undefined reference
to `typeinfo for QPtrCollection'<br>
<br>
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.<br>
<br>
I don't have a preference for qte2 vs. qte3. My primary interest is the
browser itself. Any other suggestions?<br>
<br>
Adam<br>
<br>
<br>
Eva Brucherseifer wrote:
<blockquote cite="mid200607052107.51386.eva.brucherseifer@basyskom.de"
 type="cite">
  <pre wrap="">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:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi Eva. Thanks for the quick response.

    </pre>
    <blockquote type="cite">
      <pre wrap="">can you please try to include "kdebug.h" in
konq-embed/dropin/kio/kprotocolmanager.cpp ?
      </pre>
    </blockquote>
    <pre wrap="">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&amp;)':
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
<a class="moz-txt-link-abbreviated" href="mailto:konq-e@kde.org">konq-e@kde.org</a>
<a class="moz-txt-link-freetext" href="https://mail.kde.org/mailman/listinfo/konq-e">https://mail.kde.org/mailman/listinfo/konq-e</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
</body>
</html>