Hello again. <br>It works forcing the define QT_NO_DOM in the qconfig.h contained in $QTDIR/includes. No need to recompile qt-embedded.<br>But, now I have other problems during linking (multiple definitions of KNotifyClient::beep and KStdAccel::findNext()): 
<br><br>/bin/sh ../../libtool --silent --tag=CXX --mode=link arm-linux-g++&nbsp; -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion <br>-Wchar-subscripts -Wall -W -Wpointer-arith -fno-builtin -g3 -fno-inline -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common 
<br>-DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST&nbsp;&nbsp;&nbsp; <br>-o konqueror&nbsp; -L/home/piero/konq-embedded/lib -L/home/piero/work/qt-2.3.10/lib&nbsp;&nbsp; -export-dynamic konqueror.all_cc.o konqueror.all_cpp.o&nbsp;&nbsp; ../../konq-embed/dropin/kio/libkiodropin.la ../../konq-embed/kdesrc/khtml/ecma/libkjs_html_i.la ../../konq-embed/kdesrc/kjs/libkjs.la&nbsp; ../lib/libkonqe.la ../../konq-embed/kdesrc/kparts/libkparts.la ../../konq-embed/dropin/libdropin.la ../../konq-embed/dropin/kparts/libkpartsdropin.la ../../konq-embed/kdesrc/khtml/libkhtml_i.la ../../konq-embed/dropin/kssl/libkssldropin.la ../../konq-embed/kdesrc/kssl/libkssl.la
<br><br>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(libkhtml_i_la.all_cpp.o)(.text+0x8d0):<br>../../../konq-embed/dropin/knotifyclient.h:30: multiple definition of `KNotifyClient::beep(QString const&amp;)&#39;<br>../lib/.libs/libkonqe.a(libdropin_la.all_cpp.o)(.text+0x245c):/home/piero/work/kdenox/konq-embed/dropin/knotifyclient.h:30: first defined here
<br><br>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(libkhtml_i_la.all_cpp.o)(.text+0x8e8):<br>../../../konq-embed/dropin/kstdaccel.h:30: multiple definition of `KStdAccel::findNext()&#39;<br>../lib/.libs/libkonqe.a(libdropin_la.all_cpp.o)(.text+0xede4):/home/piero/work/kdenox/konq-embed/dropin/kstdaccel.h:30: first defined here
<br><br>Could somebody help me? I&#39;m really at just one step to giving up....<br><br>Thanks in advance.<br><br><br><div class="gmail_quote">On Jan 22, 2008 12:04 PM, Piero Pezzin &lt;<a href="mailto:piero.pezzin@gmail.com">
piero.pezzin@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello everyone. <br>I saw that the http.cc file has lines like this: 
<br><br>#if !defined(QT_NO_DOM)<br><br>before the sections that cause problems.<br><br>Do you think I have to recompile qt-embedded forcing the QT_NO_DOM define in 
qconfig.h? Or is it enough configure Konq/e to use a qconfig.h which defines QT_NO_DOM, even if the qt-embedded library is compiled with dom support? If the second is the right solution, how can I make Konq/e point to a different 
qconfig.h?<br><br>Thanks in advance.<div><div></div><div class="Wj3C7c"><br><br><div class="gmail_quote">On Jan 21, 2008 12:45 PM, Piero Pezzin &lt;<a href="mailto:piero.pezzin@gmail.com" target="_blank">piero.pezzin@gmail.com
</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Of course!<br>Here you are (look for lines 904, 1489, 1520, 1647):<br><br>If /bin/sh ../../../../libtool --silent --tag=CXX --mode=compile arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../konq-embed/kdesrc/kdecore -I../../../../konq-embed/kdesrc/kjs -I../../../../konq-embed/kdesrc/kssl -I../../../../konq-embed/dropin -I../../../../konq-embed/kdesrc/kdecore -I../../../../konq-embed/kdesrc/kdecore/network -I../../../../konq-embed/kdesrc/kssl -I../../../../konq-embed/kdesrc/interfaces -I../../../../konq-embed/dropin/kio -I./../.. -I./../&nbsp; -I/home/piero/konq-embedded/include -I/home/piero/work/qt-
2.3.10/include -I/home/piero/work/qtopia-free-2.2.0/qtopia/include/qtopia&nbsp; -DQT_THREAD_SUPPORT -DQWS -D_REENTRANT -DMAX_CACHE_AGE=300 -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -fno-builtin -g3 -fno-inline -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST&nbsp; -MT libkiohttp_la.all_cc.lo -MD -MP -MF &quot;.deps/libkiohttp_la.all_cc.Tpo&quot; -c -o libkiohttp_la.all_cc.lo libkiohttp_la.all_cc.cc; \
<br>then mv -f &quot;.deps/libkiohttp_la.all_cc.Tpo&quot; &quot;.deps/libkiohttp_la.all_cc.Plo&quot;; else rm -f &quot;.deps/libkiohttp_la.all_cc.Tpo&quot;; exit 1; fi<br>In file included from libkiohttp_la.all_cc.cc:2:<br>


http.cc: In constructor `HTTPProtocol::HTTPProtocol(const QCString&amp;, const<br>&nbsp;&nbsp; QCString&amp;, const QCString&amp;)&#39;:<br>http.cc:215: warning: assignment of negative value `-1&#39; to `filesize_t&#39;<br>http.cc

:215: warning: argument of negative value `-1&#39; to `long long unsigned
<br>&nbsp;&nbsp; int&#39;<br>http.cc: In member function `void HTTPProtocol::resetResponseSettings()&#39;:<br>http.cc:270: warning: assignment of negative value `-1&#39; to `filesize_t&#39;<br>http.cc:270: warning: argument of negative value `-1&#39; to `long long unsigned
<br>&nbsp;&nbsp; int&#39;<br>http.cc: In member function `void HTTPProtocol::davParsePropstats(const<br>&nbsp;&nbsp; QDomNodeList&amp;, KIO::UDSEntry&amp;)&#39;:<br>http.cc:904: error: `namespaceURI&#39; undeclared (first use this function)
<br>
http.cc:904: error: (Each undeclared identifier is reported only once for each<br>&nbsp;&nbsp; function it appears in.)<br>http.cc: In member function `void HTTPProtocol::davLock(const KURL&amp;, const<br>&nbsp;&nbsp; QString&amp;, const QString&amp;, const QString&amp;)&#39;:
<br>http.cc:1489: error: `createElementNS&#39; undeclared (first use this function)<br>http.cc:1520: error: no matching function for call to `QDomDocument::setContent<br>&nbsp;&nbsp; (QByteArray&amp;, bool)&#39;<br>/home/piero/work/qt-
2.3.10/include/qdom.h:278: error: candidates are: bool<br>&nbsp;&nbsp; QDomDocument::setContent(const QCString&amp;)<br>/home/piero/work/qt-2.3.10/include/qdom.h:279: error:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bool<br>&nbsp;&nbsp; QDomDocument::setContent(const QByteArray&amp;)
<br>/home/piero/work/qt-2.3.10/include/qdom.h:280: error:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bool<br>&nbsp;&nbsp; QDomDocument::setContent(const QString&amp;)<br>/home/piero/work/qt-2.3.10/include/qdom.h:281: error:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bool<br>&nbsp;&nbsp; QDomDocument::setContent(QIODevice*)
<br>http.cc: In member function `QString HTTPProtocol::davError(int, QString)&#39;:<br>http.cc:1647: error: no matching function for call to `QDomDocument::setContent<br>&nbsp;&nbsp; (QByteArray&amp;, bool)&#39;<br>/home/piero/work/qt-
2.3.10/include/qdom.h:278: error: candidates are: bool<br>&nbsp;&nbsp; QDomDocument::setContent(const QCString&amp;)<br>/home/piero/work/qt-2.3.10/include/qdom.h:279: error:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bool<br>&nbsp;&nbsp; QDomDocument::setContent(const QByteArray&amp;)
<br>/home/piero/work/qt-2.3.10/include/qdom.h:280: error:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bool<br>&nbsp;&nbsp; QDomDocument::setContent(const QString&amp;)<br>/home/piero/work/qt-2.3.10/include/qdom.h:281: error:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bool<br>&nbsp;&nbsp; QDomDocument::setContent(QIODevice*)
<br>http.cc: In member function `bool HTTPProtocol::readHeader()&#39;:<br>http.cc:3578: warning: comparison between signed and unsigned integer<br>&nbsp;&nbsp; expressions<br>http.cc: In member function `void HTTPProtocol::addEncoding(QString,
<br>&nbsp;&nbsp; QStringList&amp;)&#39;:<br>http.cc:3875: warning: assignment of negative value `-1&#39; to `filesize_t&#39;<br>http.cc:3875: warning: argument of negative value `-1&#39; to `long long unsigned<br>&nbsp;&nbsp; int&#39;<br>http.cc


: In member function `int HTTPProtocol::readChunked()&#39;:<br>http.cc:4114: warning: comparison between signed and unsigned integer<br>&nbsp;&nbsp; expressions<br>http.cc:4172: warning: assignment of negative value `-1&#39; to `filesize_t&#39;
<br>http.cc:4172: warning: argument of negative value `-1&#39; to `long long unsigned<br>&nbsp;&nbsp; int&#39;<br>http.cc: In member function `void HTTPProtocol::slotData(const QByteArray&amp;)&#39;:<br>http.cc:4228: warning: comparison between signed and unsigned integer
<br>&nbsp;&nbsp; expressions<br>http.cc:4233: warning: assignment of negative value `-1&#39; to `filesize_t&#39;<br>http.cc:4233: warning: argument of negative value `-1&#39; to `long long unsigned<br>&nbsp;&nbsp; int&#39;<br>http.cc:4249: warning: comparison between signed and unsigned integer
<br>&nbsp;&nbsp; expressions<br>http.cc: In member function `bool HTTPProtocol::readBody(bool)&#39;:<br>http.cc:4348: warning: comparison between signed and unsigned integer<br>&nbsp;&nbsp; expressions<br>http.cc:4368: warning: assignment of negative value `-1&#39; to `filesize_t&#39;
<br>http.cc:4368: warning: argument of negative value `-1&#39; to `long long unsigned<br>&nbsp;&nbsp; int&#39;<br>http.cc:4395: warning: comparison between signed and unsigned integer<br>&nbsp;&nbsp; expressions<br>http.cc:4398: warning: assignment of negative value `-1&#39; to `filesize_t&#39;
<br>http.cc:4398: warning: argument of negative value `-1&#39; to `long long unsigned<br>&nbsp;&nbsp; int&#39;<br>http.cc:4403: warning: assignment of negative value `-1&#39; to `filesize_t&#39;<br>http.cc:4403: warning: argument of negative value `-1&#39; to `long long unsigned
<br>&nbsp;&nbsp; int&#39;<br>http.cc:4469: warning: comparison between signed and unsigned integer<br>&nbsp;&nbsp; expressions<br><br>I hope it helps. <br>Thanks in advance.<br><br><br><div class="gmail_quote"><div><div></div><div>
2008/1/21 Max Andruschenko &lt;
<a href="mailto:maximus@softerra.com" target="_blank">maximus@softerra.com</a>&gt;:<br></div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">







<div bgcolor="#ffffff"><div><div></div><div>
<div><font face="Arial" size="2">Could you send me log messages about&nbsp;an 
error?</font></div>
<blockquote style="border-left: 2px solid rgb(0, 0, 0); padding-right: 0px; padding-left: 5px; margin-left: 5px; margin-right: 0px;"><div>
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">----- Original Message ----- </div>
  <div style="background: rgb(228, 228, 228) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">


<b>From:</b> 
  <a title="piero.pezzin@gmail.com" href="mailto:piero.pezzin@gmail.com" target="_blank">Piero 
  Pezzin</a> </div>
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>To:</b> <a title="konq-e@kde.org" href="mailto:konq-e@kde.org" target="_blank">


For discussion of Konqueror/Embedded</a> </div></div><div><div></div><div>
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Sent:</b> Monday, January 21, 2008 1:01 
  PM</div>
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Subject:</b> Re: Problems building Konq/e 
  with Qtopia Core</div>
  <div><br></div>Hello Max, thank you very much for your help. <br>It worked! 
  <br><br>...but now I have problems with the class http.cc.<br><br>First of 
  all, the line <br><br>#include &lt;qdom.h&gt;<br><br>was commented and there 
  were problems with finding QDomElement and QDomDocument classes. So I 
  uncommented that line, but now the problem is that we have calls to the 
  function setContent with a bool parameter passed (line 746) 
  <br><br>multiResponse.setContent( m_bufWebDavData, true );<br><br>but qdom.h 
  defines <br><br>bool setContent( const QByteArray&amp; text );<br><br>Another 
  problem is that at line 902 there is a call to QDomElement::namespaceURI(), 
  which is not defined in qdom.h.<br><br>I recall that I&#39;m using qt-2.3.10. Am I 
  missing something?<br><br>Thanks in advance and kind regards.<br><br><br>
  <div class="gmail_quote">2008/1/21 Max Andruschenko &lt;<a href="mailto:maximus@softerra.com" target="_blank"> maximus@softerra.com</a>&gt;:<br>
  <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div bgcolor="#ffffff">
    <div><font face="Arial" size="2">Hello friend!</font></div>
    <div><font face="Arial" size="2"></font>&nbsp;</div>
    <div><font face="Arial" size="2">The solution for your problem is:</font></div>
    <div><font face="Arial" size="2"></font>&nbsp;</div>
    <div><font face="Arial" size="2">open kextsock.h</font></div>
    <div><font face="Arial" size="2">comment the lines</font></div>
    <div><font face="Arial" size="2">#ifdef Q_OS_UNIX</font></div>
    <div><font face="Arial" size="2">and it&#39;s #endif</font></div>
    <div><font face="Arial" size="2"></font>&nbsp;</div>
    <div><font face="Arial" size="2">That&#39;s all.</font></div>
    <div><font face="Arial" size="2"></font>&nbsp;</div>
    <div><font face="Arial" size="2">Have a nice day!</font></div>
    <blockquote style="border-left: 2px solid rgb(0, 0, 0); padding-right: 0px; padding-left: 5px; margin-left: 5px; margin-right: 0px;">
      <div>
      <div></div>
      <div>
      <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">----- 
      Original Message ----- </div>
      <div style="background: rgb(228, 228, 228) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">


<b>From:</b> 
      <a title="piero.pezzin@gmail.com" href="mailto:piero.pezzin@gmail.com" target="_blank">Piero Pezzin</a> </div>
      <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>To:</b> 
      <a title="konq-e@kde.org" href="mailto:konq-e@kde.org" target="_blank">For 
      discussion of Konqueror/Embedded</a> </div>
      <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Sent:</b> 
      Friday, January 18, 2008 7:18 PM</div>
      <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Subject:</b> 
      Re: Problems building Konq/e with Qtopia Core</div>
      <div><br></div>Hello everyone.<br>After unnumbered attempts, I got some 
      results: configure works fine and make starts correctly. But it blocks at 
      a certain point, complaining about the file <a href="ftp://ftp.h" target="_blank">ftp.h</a>, as you can see from the messages below:<br><br>If 
      /bin/sh ../../../libtool --silent --tag=CXX --mode=compile 
      arm-linux-g++<br>-DHAVE_CONFIG_H -I. -I. -I../../.. 
      -I../../../konq-embed/kdesrc/kdecore<br>-I../../../konq-embed/kdesrc/kjs 
      -I../../../konq-embed/kdesrc/kssl <br>-I../../../konq-embed/dropin 
      -I../../../konq-embed/dropin/kio<br>-I../../../konq-embed/dropin/kssl 
      -I../../../konq-embed/kdesrc<br>-I../../../konq-embed/kdesrc/kdecore<br>-I../../../konq-embed/kdesrc/kdecore/network 
      -I../../../konq-embed/kdesrc/kssl 
      <br>-I../../../konq-embed/kdesrc/kssl&nbsp;&nbsp; 
      -I/home/piero/konq-embedded/include<br>-I/home/piero/work/qt-2.3.10/include<br>-I/home/piero/work/qtopia-free-2.2.0/qtopia/include/qtopia<br>-DQT_THREAD_SUPPORT 
      -DQWS -D_REENTRANT&nbsp; -Wno-long-long -Wundef -ansi 
      <br>-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion 
      -Wchar-subscripts<br>-Wall -W -Wpointer-arith -fno-builtin -g3 -fno-inline 
      -Wformat-security<br>-Wmissing-format-attribute -Wno-non-virtual-dtor 
      -fno-exceptions <br>-fno-check-new -fno-common -DQT_CLEAN_NAMESPACE 
      -DQT_NO_COMPAT<br>-DQT_NO_ASCII_CAST&nbsp; -MT ftp.lo -MD -MP -MF 
      &quot;.deps/ftp.Tpo&quot; -c -o ftp.lo<br>ftp.cc; \<br>then mv -f &quot;.deps/ftp.Tpo&quot; 
      &quot;.deps/ftp.Plo&quot;; else rm -f &quot;.deps/ftp.Tpo&quot;; exit <br>1; fi<br>In file 
      included from ftp.cc:26:<br>ftp.h:141: error: parse error before `{&#39; 
      token<br>ftp.h:154: error: ISO C++ forbids declaration of `m_server&#39; with 
      no type<br>ftp.h:155: error: parse error before `}&#39; token <br>ftp.h:157: 
      error: destructors must be member functions<br>ftp.h: In function `void 
      FtpSocket()&#39;:<br>ftp.h:157: error: `closeSocket&#39; undeclared (first use 
      this function)<br>ftp.h:157: error: (Each undeclared identifier is 
      reported only once for each <br>&nbsp;&nbsp; function it appears 
      in.)<br>ftp.h: At global scope:<br>ftp.h:162: error: `void closeSocket()&#39; 
      used prior to declaration<br>ftp.h:169: error: non-member function `int 
      server()&#39; cannot have `const&#39;<br>method <br>&nbsp;&nbsp; 
      qualifier<br>ftp.h:179: error: non-member function `int sock()&#39; cannot 
      have `const&#39; method<br>&nbsp;&nbsp; qualifier<br>ftp.h: In function `int 
      sock()&#39;:<br>ftp.h:179: error: `fd&#39; undeclared (first use this function) 
      <br>ftp.h: At global scope:<br>ftp.h:184: error: non-member function `void 
      debugMessage(const char*)&#39; cannot<br>&nbsp;&nbsp; have `const&#39; method 
      qualifier<br>ftp.h:189: error: non-member function `int errorMessage(int, 
      const char*)&#39; <br>&nbsp;&nbsp; cannot have `const&#39; method 
      qualifier<br>ftp.h:199: error: non-member function `bool 
      setSocketOption(int, char*,<br>&nbsp;&nbsp; unsigned int)&#39; cannot have 
      `const&#39; method qualifier<br>ftp.h: In function `int textRead()&#39;: 
      <br>ftp.h:222: error: invalid use of `this&#39; in non-member 
      function<br>ftp.h: At global scope:<br>ftp.h:225: error: parse error 
      before `private&#39;<br>ftp.h:227: error: redefinition of `int 
      m_server&#39;<br>ftp.h:154: error: `int m_server&#39; previously defined here 
      <br>ftp.h:228: error: parse error before `}&#39; token<br>ftp.h:590: error: 
      syntax error before `*&#39; token<br>ftp.h:595: error: syntax error before `*&#39; 
      token<br>ftp.cc:170: error: `pSock&#39; was not declared in this scope 
      <br>ftp.cc:171: error: `int FtpTextReader::textRead&#39; is not a static 
      member of `<br>&nbsp;&nbsp; class FtpTextReader&#39;<br><br>To me the file 
      seems correct, but I can be wrong. I&#39;m using kdenox_snapshot_qt2_20070531, 
      with qt-embedded 2.3.10 and qtopia 2.2.0.<br><br>Any clue?<br><br>Thanks 
      in advance and kind regards.<br><br><br>
      <div class="gmail_quote">On Jan 15, 2008 2:48 PM, Piero Pezzin &lt;<a href="mailto:piero.pezzin@gmail.com" target="_blank">piero.pezzin@gmail.com 
      </a>&gt; wrote:<br>
      <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Ok, 
        thanks. If I&#39;ll fail with the building of Konq/e, I will wait for the 
        next version of Qtopia. 
        <div>
        <div></div>
        <div><br><br>
        <div class="gmail_quote">On Jan 15, 2008 2:12 PM, Luciano Montanaro &lt;<a href="mailto:mikelima@cirulla.net" target="_blank">mikelima@cirulla.net 
        </a>&gt; wrote:<br>
        <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Il 
          Tuesday 15 January 2008 14:00:08 Piero Pezzin ha scritto:<br>
          <div>&gt; Thank you very much.<br>&gt; So I can forget about qt and 
          concentrate on qt/embedded and qtopia. That&#39;s<br>&gt; what I wanted to 
          hear. There is a lot of confusion about this topic..<br>&gt;<br>&gt; 
          Ok, I&#39;m going to try. I suppose it won&#39;t be a pleasant work... 
          <br><br></div>Well, not exactly. Qt3 (at least Qt3.3) *used* to work 
          correctly. I think<br>there are a few issues with Qt3 and current SVN, 
          but those should be easy<br>enough to fix. What is not going to work 
          is using Qtopia (Or Qt 4, for that <br>matter). But Qt4.4 should ship 
          with Webkit, so if you can wait (it is<br>expected in Q1 2008, so 
          within a few months now) that could provide you with<br>a good browser 
          component to start off.<br><font color="#888888"><br>Luciano<br></font>
          <div>
          <div></div>
          <div><br>&gt;<br>&gt; 2008/1/15 Max Andruschenko &lt;<a href="mailto:maximus@softerra.com" target="_blank">maximus@softerra.com</a>&gt;:<br>&gt; &gt; &nbsp;Hi dear 
          friend.<br>&gt; &gt;<br>&gt; &gt; I can say you a definitly wrong. 
          <br>&gt; &gt; You can compile Konqueror embedded only for qtopia 
          version 2.2.0 or<br>&gt; &gt; 2.2.2. So, first you should to do is to 
          get qt embedded version 2.3.10 or<br>&gt; &gt; 2.3.12. Compile it with 
          your cross compiler, at the end you should get <br>&gt; &gt; qte-mt 
          multithread library. And you should compile it with rtti 
          support,<br>&gt; &gt; by default it compiles without rtti.<br>&gt; 
          &gt; Then compile qtopia version 2.2.0 with library qte-mt. If during 
          the<br>&gt; &gt; building you get qte library, remove it from the 
          folder. Also you should<br>&gt; &gt; compile qtopia with rtti 
          support.<br>&gt; &gt; Then compile konqueror.<br>&gt; &gt;<br>&gt; 
          &gt; Good 
          luck!<br><br><br>_______________________________________________ 
          <br>konq-e mailing list<br><a href="mailto:konq-e@kde.org" target="_blank">konq-e@kde.org</a><br><a href="https://mail.kde.org/mailman/listinfo/konq-e" target="_blank">https://mail.kde.org/mailman/listinfo/konq-e
</a> 
          <br></div></div></blockquote></div><br></div></div></blockquote></div><br></div></div>
      <p></p>
      <hr>

      <p></p>_______________________________________________
      <div><br>konq-e mailing list<br><a href="mailto:konq-e@kde.org" target="_blank">konq-e@kde.org</a><br><a href="https://mail.kde.org/mailman/listinfo/konq-e" target="_blank">https://mail.kde.org/mailman/listinfo/konq-e
</a><br></div></blockquote></div><br>_______________________________________________<br>konq-e 
    mailing list<br><a href="mailto:konq-e@kde.org" target="_blank">konq-e@kde.org</a><br><a href="https://mail.kde.org/mailman/listinfo/konq-e" target="_blank">https://mail.kde.org/mailman/listinfo/konq-e 
  </a><br><br></blockquote></div><br>
  </div></div><p>
  </p><hr>

  <p></p>_______________________________________________<div><br>konq-e mailing 
  list<br><a href="mailto:konq-e@kde.org" target="_blank">konq-e@kde.org</a><br><a href="https://mail.kde.org/mailman/listinfo/konq-e" target="_blank">https://mail.kde.org/mailman/listinfo/konq-e</a><br></div></blockquote>

</div></div>
</div>
<br>_______________________________________________<div><br>konq-e mailing list<br><a href="mailto:konq-e@kde.org" target="_blank">konq-e@kde.org</a><br><a href="https://mail.kde.org/mailman/listinfo/konq-e" target="_blank">

https://mail.kde.org/mailman/listinfo/konq-e
</a><br><br></div></blockquote></div><br>
</blockquote></div><br>
</div></div></blockquote></div><br>