<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello!<div><br class="webkit-block-placeholder"></div><div>Your problem seems to be related to a missing thread support in your Qt/e. Thus, QMutex is not available.</div><div><br><div><div>Am 05.02.2008 um 19:24 schrieb 蔡墩雄:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>&nbsp;Hi everyone ,</div> <div>&nbsp;</div> <div>&nbsp;&nbsp;&nbsp; Thanks for yours help!</div> <div>&nbsp;</div> <div>&nbsp;&nbsp;&nbsp; I download the konq-e src packets from <a href="http://www.basyskom.de/index.pl/konqe">http://www.basyskom.de/index.pl/konqe</a>&nbsp;with the version of</div> <div>&nbsp;</div> <div><a href="http://www.basyskom.de/uploads/175/39/kdenox_snapshot_qt2_20070531.tar.bz2"><font color="#13bbdd">kdenox_snapshot_qt2_20070531.tar.bz2</font></a>&nbsp;.</div> <div>&nbsp;</div> <div>&nbsp;&nbsp;&nbsp; And I&nbsp;have installed the qtopia-2.2.0&nbsp;before with mt and rtti support in&nbsp;Suse9.3 with the configuration :</div> <div>&nbsp;</div> <div>echo 'yes' | ./configure -debug </div> <div>-qte "-embedded -xplatform linux-generic-g++ -qconfig qpe -qvfb -depths 16,24,32 </div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -system-jpeg -system-libpng -system-zlib -gif -thread -no-xft -debug -lpng -lz -luuid -ljpeg" </div> <div>-qpe '-xplatform linux-generic-g++ -edition pda -displaysize 480x234'&nbsp;</div> <div>&nbsp;</div> <div>&nbsp;</div> <div>&nbsp;&nbsp; And now I want to install the konq-e-2070531 with configuration :</div> <div><br>export QTE_BASE=/qtopia/qtopia-free-2.2.0</div> <div><br>./configure </div> <div>--prefix=$PWD/install</div> <div>--host=i686-linux </div> <div>--with-ipv6-lookup=no </div> <div>--without-xinerama </div> <div>--enable-scrollbars </div> <div>--disable-selection </div> <div>--enable-bookmarks </div> <div>--with-javascript=static </div> <div>--enable-debug=full </div> <div>--disable-printing </div> <div>--enable-pcre </div> <div>--without-arts </div> <div>--enable-jshostext </div> <div>--enable-final </div> <div>--enable-qt-embedded </div> <div>--with-extra-includes=$QTE_BASE/qtopia/include </div> <div>--with-extra-libs=$QTE_BASE/qtopia/lib </div> <div>--with-qt-dir=$QTE_BASE/qtopia </div> <div>--with-qt-libraries=$QTE_BASE/qtopia/lib </div> <div>--with-qt-includes=$QTE_BASE/qt2/include </div> <div>--enable-fwnewepg=yes </div> <div>--enable-embedded </div> <div>--with-qtopia-dir=$QTE_BASE/qtopia </div> <div>--enable-qtopia </div> <div>--enable-qpe </div> <div>--with-gui=qpe </div> <div>--enable-rtti-embedded </div> <div>--enable-ftp </div> <div>--enable-fullscreenmenu </div> <div>--with-ssl-version=0.9.7e&nbsp;</div> <div>&nbsp;</div> <div>&nbsp;&nbsp;&nbsp; but it apperas the error :</div> <div>&nbsp;</div> <div>make[6]: Entering directory `/qtopia/x86/kdenox/konq-embed/kdesrc/kdecore/network'<br>if /bin/sh ../../../../libtool --silent --tag=CXX --mode=compile 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/dropin/kio -I../../../../konq-embed/kdesrc/kdecore -I../../../../konq-embed/kdesrc/kdecore -I/qtopia/qtopia-free-2.2.0/qtopia/include -I/qtopia/x86/kdenox/yealink/include -I/qtopia/qtopia-free-2.2.0/qt2/include&nbsp;&nbsp; -I/qtopia/qtopia-free-2.2.0/qtopia/include&nbsp; -DQWS -D_REENTRANT&nbsp; -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 -D_QT_QPE_ -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST&nbsp; -MT libkdecorenetwork_la.all_cpp.lo -MD -MP -MF ".deps/libkdecorenetwork_la.all_cpp.Tpo" -c -o libkdecorenetwork_la.all_cpp.lo libkdecorenetwork_la.all_cpp.cpp; \<br>then mv -f ".deps/libkdecorenetwork_la.all_cpp.Tpo" ".deps/libkdecorenetwork_la.all_cpp.Plo"; else rm -f ".deps/libkdecorenetwork_la.all_cpp.Tpo"; exit 1; fi<br>In file included from kresolver.cpp:49,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from libkdecorenetwork_la.all_cpp.cpp:2:<br>../../../../konq-embed/dropin/qmutex.h:32: error: syntax error before `*' token<br>../../../../konq-embed/dropin/qmutex.h:35: error: syntax error before `*' token<br>../../../../konq-embed/dropin/qmutex.h:38: error: syntax error before `*' token<br>../../../../konq-embed/dropin/qmutex.h:30: warning: `class QMutexLocker' only <br>&nbsp;&nbsp; defines private constructors and has no friends<br>../../../../konq-embed/dropin/qmutex.h:46: error: syntax error before `*' token<br>../../../../konq-embed/dropin/qmutex.h: In destructor `<br>&nbsp;&nbsp; QMutexLocker::~QMutexLocker()':<br>../../../../konq-embed/dropin/qmutex.h:54: error: `mtx' undeclared (first use <br>&nbsp;&nbsp; this function)<br>../../../../konq-embed/dropin/qmutex.h:54: error: (Each undeclared identifier <br>&nbsp;&nbsp; is reported only once for each function it appears in.)<br>../../../../konq-embed/dropin/qmutex.h: At global scope:<br>../../../../konq-embed/dropin/qmutex.h:57: error: syntax error before `*' token<br>In file included from kresolver.cpp:50,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from libkdecorenetwork_la.all_cpp.cpp:2:<br>/qtopia/qtopia-free-2.2.0/qt2/include/qguardedptr.h: In member function `<br>&nbsp;&nbsp; virtual QMetaObject* QMutexLocker::QGuardedPtrPrivate::metaObject() const':<br>/qtopia/qtopia-free-2.2.0/qt2/include/qguardedptr.h:47: error: syntax error <br>&nbsp;&nbsp; before `;' token<br>In file included from ../../../../konq-embed/dropin/kiconloader.h:25,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from ../../../../konq-embed/dropin/kinstance.h:29,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from ../../../../konq-embed/dropin/kglobal.h:26,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from ../../../../konq-embed/dropin/klocale.h:31,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from kresolver.cpp:58,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from libkdecorenetwork_la.all_cpp.cpp:2:<br>/qtopia/qtopia-free-2.2.0/qt2/include/qpixmap.h: In member function `QObject* <br>&nbsp;&nbsp; QMutexLocker::QGuardedPtrPrivate::object() const':<br>/qtopia/qtopia-free-2.2.0/qt2/include/qpixmap.h:220: error: local class `class <br>&nbsp;&nbsp; QMutexLocker::QGuardedPtrPrivate::object() const::QPixmap' shall not have <br>&nbsp;&nbsp; static data member `QMutexLocker::QGuardedPtrPrivate::object() <br>&nbsp;&nbsp; const::QPixmap::Optimization QMutexLocker::QGuardedPtrPrivate::object() <br>&nbsp;&nbsp; const::QPixmap::defOptim'<br>/qtopia/qtopia-free-2.2.0/qt2/include/qpixmap.h:220: error: field `<br>&nbsp;&nbsp; QMutexLocker::QGuardedPtrPrivate::object() const::QPixmap::defOptim' in <br>&nbsp;&nbsp; local class cannot be static<br>/qtopia/qtopia-free-2.2.0/qt2/include/qpixmap.h:231: confused by earlier errors, bailing out<br>make[6]: *** [libkdecorenetwork_la.all_cpp.lo] Error 1<br>make[6]: Leaving directory `/qtopia/x86/kdenox/konq-embed/kdesrc/kdecore/network'<br>make[5]: *** [all-recursive] Error 1<br>make[5]: Leaving directory `/qtopia/x86/kdenox/konq-embed/kdesrc/kdecore'<br>make[4]: *** [all] Error 2<br>make[4]: Leaving directory `/qtopia/x86/kdenox/konq-embed/kdesrc/kdecore'<br>make[3]: *** [all-recursive] Error 1<br>make[3]: Leaving directory `/qtopia/x86/kdenox/konq-embed/kdesrc'<br>make[2]: *** [all-recursive] Error 1<br>make[2]: Leaving directory `/qtopia/x86/kdenox/konq-embed'<br>make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory `/qtopia/x86/kdenox'<br>make: *** [all] Error 2</div> <div>&nbsp;</div> <div>&nbsp;&nbsp;&nbsp; Pls help me to&nbsp;fix the error!</div> <div>&nbsp;</div> <div>Thanks!</div> <div>&nbsp;</div> <div>Best Wishes ,</div> <div>&nbsp;</div> <div>&nbsp;</div> <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Nestor</div> <div>&nbsp;</div> <div></div><div>&nbsp;<br class="webkit-block-placeholder"></div><div>&nbsp;<br class="webkit-block-placeholder"></div><div>&nbsp;<br class="webkit-block-placeholder"></div><div>&nbsp;<br class="webkit-block-placeholder"></div><div>&nbsp;<br class="webkit-block-placeholder"></div><div>&nbsp;<br class="webkit-block-placeholder"></div><div>&nbsp;<br class="webkit-block-placeholder"></div><div>&nbsp;<br class="webkit-block-placeholder"></div><div>&nbsp;<br class="webkit-block-placeholder"></div><div>&nbsp;<br class="webkit-block-placeholder"></div><div>&nbsp;<br class="webkit-block-placeholder"></div><div>&nbsp;<br class="webkit-block-placeholder"></div><div>&nbsp;<br class="webkit-block-placeholder"></div><div>&nbsp;<br class="webkit-block-placeholder"></div><div>&nbsp;<br class="webkit-block-placeholder"></div><p><br><a href="mailto:2008-02-05,konq-e-request@kde.org">2008-02-05,konq-e-request@kde.org</a> </p> <blockquote id="isReplyContent" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><pre>Send konq-e mailing list submissions to
        <a href="mailto:konq-e@kde.org">konq-e@kde.org</a>

To subscribe or unsubscribe via the World Wide Web, visit
        <a href="https://mail.kde.org/mailman/listinfo/konq-e">https://mail.kde.org/mailman/listinfo/konq-e</a>
or, via email, send a message with subject or body 'help' to
        <a href="mailto:konq-e-request@kde.org">konq-e-request@kde.org</a>

You can reach the person managing the list at
        <a href="mailto:konq-e-owner@kde.org">konq-e-owner@kde.org</a>

When replying, please edit your Subject line so it is more specific
than "Re: Contents of konq-e digest..."


Today's Topics:

   1. RE : Does konq-e-20030705 support HTTPS protocol (bz chevalier)


----------------------------------------------------------------------

Message: 1
Date: Mon, 4 Feb 2008 18:24:24 +0100 (CET)
From: bz chevalier &lt;<a href="mailto:bzchevalier@yahoo.fr">bzchevalier@yahoo.fr</a>&gt;
Subject: RE : Does konq-e-20030705 support HTTPS protocol
To: <a href="mailto:konq-e@kde.org">konq-e@kde.org</a>
Message-ID: &lt;<a href="mailto:882316.84681.qm@web25801.mail.ukl.yahoo.com">882316.84681.qm@web25801.mail.ukl.yahoo.com</a>&gt;
Content-Type: text/plain; charset="iso-8859-1"

   
  The ipkg of konq-e-2003 that you can pick on handhelds.org is not compiled with SSL (I don't understand why), 
  
 

But yes of course, konq-e-20030705 supports SSL/https.

 

You can integrate SSL to konq-E-20030705 with a "configure" like this one : 
  (you should cross-compile SSL for Arm processor before, and define the env vars too) :
   
  ./configure \
 --prefix=$MON_PREFIX \
 --exec-prefix=$MON_PREFIX_E \
 --build=i686-pc-linux-gnu \
 --host=arm-linux \
 --target=arm-linux \
 --enable-embedded \
 --enable-qt-embedded \
 --enable-qpe \
 --disable-debug \
 --disable-threading \
 --includedir=$ARM_INCL \
 --enable-static \
 --disable-shared \
 --with-qt-dir=${QTDIR} \
 --with-extra-includes=${ARM_SSL}/include \
 --with-extra-includes=$QTINC \
 --with-extra-includes=$QPEINC \
 --with-extra-includes=$QPEDIR/libopie2/opiecore \
 --with-extra-includes=$QPEDIR/libopie2/opiedb \
 --with-extra-includes=$QPEDIR/libopie2/opiemm \
 --with-extra-includes=$QPEDIR/libopie2/opienet \
 --with-extra-includes=$QPEDIR/libopie2/opiepim \
 --with-extra-includes=$QPEDIR/libopie2/opiesecurity \
 --with-extra-includes=$QPEDIR/libopie2/opieui \
 --with-extra-includes=$QPEDIR/libopie2/templates \
 --with-extra-includes=$QPEDIR/libqtaux \
 --with-extra-includes=$QPEDIR/library \
 --with-extra-includes=$QPEDIR/library/backend \
 --with-extra-libs=$ARM_LIB \
 --with-extra-libs=/usr/lib \
 --with-extra-libs=$QTLIB \
 --with-extra-libs=$QPELIB \
 --with-qt-libraries=$QTLIB \
 --with-qt-includes=$QTINC \
 --with-ssl-dir=$ARM_SSL \
 --with-javascript=static \
 --with-qtopia-dir=${OPIEDIR} \
 --with-ssl-version=$ARM_SSL_VER \
 --enable-libsuffix=""
 
    
 
  
&gt;&gt;&gt; please note, that there also exists a more recent snapshot on

&gt;&gt;&gt; <a href="http://konqe.basyskom.org">http://konqe.basyskom.org</a>
  &gt;&gt;&gt; Cheers,
  &gt;&gt;&gt; Eva 
   
  The konq/E versions of Basyskom are great, but with the size of the executable (6 Mo ? 8 Mo ?) I can't unfortunately use then on an old iPaq 36xx or 37xx. 
   
  konq/E 2003 is plain, simpler, works not well with all websites, but it has a size of only 2,8 Mo (executable), and supports SSL too.
   
    


       
---------------------------------
 Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <a href="http://mail.kde.org/pipermail/konq-e/attachments/20080204/add3e52f/attachment-0001.html">http://mail.kde.org/pipermail/konq-e/attachments/20080204/add3e52f/attachment-0001.html</a> 

------------------------------

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


End of konq-e Digest, Vol 58, Issue 6
*************************************
</pre></blockquote><br><!-- footer --><br><hr> <a style="font-size:14px;line-height:15px; color:#000; text-decoration:none" href="http://event.mail.163.com/chanel/click.htm?from=NO_25&amp;domain=126" target="_blank"><span style="text-decoration:underline; color:blue">网 易 有 道 英 汉 电 子 词 典 获 2 0 0 7 年 “ 电 脑 报 ” 免 费 软 件 最 佳 功 能 奖</span> </a>_______________________________________________<br>konq-e mailing list<br><a href="mailto:konq-e@kde.org">konq-e@kde.org</a><br><a href="https://mail.kde.org/mailman/listinfo/konq-e">https://mail.kde.org/mailman/listinfo/konq-e</a><br></blockquote></div><br><div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ; font-size: 12px; "><span class="Apple-style-span" style="font-size: 12px; "><span class="Apple-style-span" style="font-size: 12px; ">Mfg., Dr. Stefan Eilers</span></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ; font-size: 12px; "><span class="Apple-style-span" style="font-size: 12px; "><span class="Apple-style-span" style="font-size: 12px; ">--&nbsp;&nbsp;</span></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ; font-size: 12px; "><br class="khtml-block-placeholder"></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ; font-size: 12px; "><span class="Apple-style-span" style="font-size: 12px; "><span class="Apple-style-span" style="font-size: 12px; ">Dr.-Ing. Stefan Eilers</span></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ; font-size: 12px; "><span class="Apple-style-span" style="font-size: 12px; "><span class="Apple-style-span" style="font-size: 12px; ">Projekt Manager</span></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; ; font-size: 12px; "><br style="font-size: 12px; "></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ; font-size: 12px; "><span class="Apple-style-span" style="font-size: 12px; "><span class="Apple-style-span" style="font-size: 12px; ">basysKom GmbH</span></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ; font-size: 12px; "><span class="Apple-style-span" style="font-size: 12px; "><span class="Apple-style-span" style="font-size: 12px; ">Robert-Bosch-Str. 7 | 64293 Darmstadt | Germany</span></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ; font-size: 12px; "><span class="Apple-style-span" style="font-size: 12px; "><span class="Apple-style-span" style="font-size: 12px; ">Tel: +49 6151&nbsp;</span></span><span class="Apple-style-span" style="font-size: 12px; "><span class="Apple-style-span" style="font-size: 12px; ">3968753 | Fax: -736 | Mobile: +49 170 4213459&nbsp;</span></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ; font-size: 12px; "><span class="Apple-style-span" style="font-size: 12px; "><span class="Apple-style-span" style="font-size: 12px; "><a href="mailto:stefan.eilers@basyskom.de">stefan.eilers@basyskom.de</a> | <a href="http://www.basyskom.de">www.basyskom.de</a></span></span></div><div style="font-size: 12px; "><br style="font-size: 12px; "></div><div style="font-size: 12px; "><span class="Apple-style-span" style="font-size: 12px; "><span class="Apple-style-span" style="font-size: 12px; ">Handelsregister: Darmstadt HRB 9352</span></span></div><div style="font-size: 12px; "><span class="Apple-style-span" style="font-size: 12px; "><span class="Apple-style-span" style="font-size: 12px; ">Geschaeftsfuehrung: Eva Brucherseifer</span></span></div><br class="Apple-interchange-newline"></span></div></span> </div><br></div></body></html>