<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi!<div><br class="webkit-block-placeholder"></div><div>I think we need more input to understand the issue here..&nbsp;</div><div>Can you please show me the line 141 of file ftp.h?</div><div><br class="webkit-block-placeholder"></div><div>In my case, it is a class declaration:</div><div><br class="webkit-block-placeholder"></div><div>class &nbsp;FtpSocket: public FtpTextReader, public KExtendedSocket</div><div>{</div><div>[...]</div><div>}</div><div>I don't see any reason for a syntax error..&nbsp;</div><div><br><div><div>Am 17.02.2008 um 18:23 schrieb 蔡墩雄:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>&nbsp;Hello !</div> <div>&nbsp;</div> <div>&nbsp;&nbsp;&nbsp; Thanks for your help! The problem has been <span id="originalvalue">resolved as you said.</span></div> <div><span></span>&nbsp;</div> <div><span>&nbsp;&nbsp;&nbsp; but now I meet another problem , It appears :</span></div> <div><span></span>&nbsp;</div> <div><span>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/dropin/kssl -I../../../konq-embed/kdesrc -I../../../konq-embed/kdesrc/kdecore -I../../../konq-embed/kdesrc/kdecore/network -I../../../konq-embed/kdesrc/kssl -I../../../konq-embed/kdesrc/kssl&nbsp; -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 -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 <a href="ftp://ftp.lo">ftp.lo</a> -MD -MP -MF ".deps/ftp.Tpo" -c -o <a href="ftp://ftp.lo">ftp.lo</a> <a href="ftp://ftp.cc">ftp.cc</a>; \<br>then mv -f ".deps/ftp.Tpo" ".deps/ftp.Plo"; else rm -f ".deps/ftp.Tpo"; exit 1; fi<br>In file included from <a href="ftp://ftp.cc:26">ftp.cc:26</a>:<br><a href="ftp://ftp.h:141">ftp.h:141</a>: error: syntax error before `{' token<br><a href="ftp://ftp.h:154">ftp.h:154</a>: error: ISO C++ forbids declaration of `m_server' with no type<br><a href="ftp://ftp.h:155">ftp.h:155</a>: error: syntax error before `}' token<br><a href="ftp://ftp.h:157">ftp.h:157</a>: error: destructors must be member functions<br><a href="ftp://ftp.h">ftp.h</a>: In function `void FtpSocket()':<br><a href="ftp://ftp.h:157">ftp.h:157</a>: error: `closeSocket' undeclared (first use this function)<br><a href="ftp://ftp.h:157">ftp.h:157</a>: error: (Each undeclared identifier is reported only once for each <br>&nbsp;&nbsp; function it appears in.)<br><a href="ftp://ftp.h">ftp.h</a>: At global scope:<br><a href="ftp://ftp.h:162">ftp.h:162</a>: error: `void closeSocket()' used prior to declaration<br><a href="ftp://ftp.h:169">ftp.h:169</a>: error: non-member function `int server()' cannot have `const' method <br>&nbsp;&nbsp; qualifier<br><a href="ftp://ftp.h:179">ftp.h:179</a>: error: non-member function `int sock()' cannot have `const' method <br>&nbsp;&nbsp; qualifier<br><a href="ftp://ftp.h">ftp.h</a>: In function `int sock()':<br><a href="ftp://ftp.h:179">ftp.h:179</a>: error: `fd' undeclared (first use this function)<br><a href="ftp://ftp.h">ftp.h</a>: At global scope:<br><a href="ftp://ftp.h:184">ftp.h:184</a>: error: non-member function `void debugMessage(const char*)' cannot <br>&nbsp;&nbsp; have `const' method qualifier<br><a href="ftp://ftp.h:189">ftp.h:189</a>: error: non-member function `int errorMessage(int, const char*)' <br>&nbsp;&nbsp; cannot have `const' method qualifier<br><a href="ftp://ftp.h:199">ftp.h:199</a>: error: non-member function `bool setSocketOption(int, char*, <br>&nbsp;&nbsp; unsigned int)' cannot have `const' method qualifier<br><a href="ftp://ftp.h">ftp.h</a>: In function `int textRead()':<br><a href="ftp://ftp.h:222">ftp.h:222</a>: error: invalid use of `this' in non-member function<br><a href="ftp://ftp.h">ftp.h</a>: At global scope:<br><a href="ftp://ftp.h:225">ftp.h:225</a>: error: syntax error before `private'<br><a href="ftp://ftp.h:227">ftp.h:227</a>: error: redefinition of `int m_server'<br><a href="ftp://ftp.h:154">ftp.h:154</a>: error: `int m_server' previously defined here<br><a href="ftp://ftp.h:228">ftp.h:228</a>: error: syntax error before `}' token<br><a href="ftp://ftp.h:590">ftp.h:590</a>: error: syntax error before `*' token<br><a href="ftp://ftp.h:595">ftp.h:595</a>: error: syntax error before `*' token<br><a href="ftp://ftp.cc:170">ftp.cc:170</a>: error: `pSock' was not declared in this scope<br><a href="ftp://ftp.cc:171">ftp.cc:171</a>: error: `int FtpTextReader::textRead' is not a static member of `<br>&nbsp;&nbsp; class FtpTextReader'<br><a href="ftp://ftp.cc:171">ftp.cc:171</a>: error: syntax error before `{' token<br><a href="ftp://ftp.cc:176">ftp.cc:176</a>: error: `m_szText' was not declared in this scope<br><a href="ftp://ftp.cc:176">ftp.cc:176</a>: error: `m_szText' was not declared in this scope<br><a href="ftp://ftp.cc:176">ftp.cc:176</a>: error: `m_iTextLine' was not declared in this scope<br><a href="ftp://ftp.cc:176">ftp.cc:176</a>: error: `m_iTextBuff' was not declared in this scope<br><a href="ftp://ftp.cc:176">ftp.cc:176</a>: error: ISO C++ forbids declaration of `memmove' with no type<br><a href="ftp://ftp.cc:176">ftp.cc:176</a>: error: `int memmove' redeclared as different kind of symbol<br>/usr/include/string.h:44: error: previous declaration of `void* memmove(void*, <br>&nbsp;&nbsp; const void*, unsigned int)'<br><a href="ftp://ftp.cc:176">ftp.cc:176</a>: error: initializer list being treated as compound expression<br><a href="ftp://ftp.cc:177">ftp.cc:177</a>: error: ISO C++ forbids declaration of `pEOL' with no type<br><a href="ftp://ftp.cc:177">ftp.cc:177</a>: error: `m_szText' was not declared in this scope<br><a href="ftp://ftp.cc:177">ftp.cc:177</a>: error: `m_iTextBuff' was not declared in this scope<br><a href="ftp://ftp.cc:178">ftp.cc:178</a>: error: syntax error before `}' token<br><a href="ftp://ftp.cc:181">ftp.cc:181</a>: error: ISO C++ forbids declaration of `pEOL' with no type<br><a href="ftp://ftp.cc:181">ftp.cc:181</a>: error: redefinition of `int pEOL'<br><a href="ftp://ftp.cc:177">ftp.cc:177</a>: error: `int pEOL' previously defined here<br><a href="ftp://ftp.cc:181">ftp.cc:181</a>: warning: converting to non-pointer type `int' from NULL<br><a href="ftp://ftp.cc:182">ftp.cc:182</a>: error: syntax error before `}' token<br><a href="ftp://ftp.cc:183">ftp.cc:183</a>: error: ISO C++ forbids declaration of `m_bTextEOF' with no type<br><a href="ftp://ftp.cc:183">ftp.cc:183</a>: error: `m_bTextTruncated' was not declared in this scope<br><a href="ftp://ftp.cc:187">ftp.cc:187</a>: error: syntax error before `while'<br><a href="ftp://ftp.cc:191">ftp.cc:191</a>: error: ISO C++ forbids declaration of `m_iTextBuff' with no type<br><a href="ftp://ftp.cc:191">ftp.cc:191</a>: error: `textReadLimit' was not declared in this scope<br><a href="ftp://ftp.cc:192">ftp.cc:192</a>: error: syntax error before `}' token<br><a href="ftp://ftp.cc:193">ftp.cc:193</a>: error: ISO C++ forbids declaration of `nBytes' with no type<br><a href="ftp://ftp.cc:193">ftp.cc:193</a>: error: redefinition of `int nBytes'<br><a href="ftp://ftp.cc:186">ftp.cc:186</a>: error: `int nBytes' previously declared here<br><a href="ftp://ftp.cc:193">ftp.cc:193</a>: error: `pSock' was not declared in this scope<br><a href="ftp://ftp.cc:193">ftp.cc:193</a>: error: `m_szText' was not declared in this scope<br><a href="ftp://ftp.cc:193">ftp.cc:193</a>: error: `m_szText' was not declared in this scope<br><a href="ftp://ftp.cc:194">ftp.cc:194</a>: error: syntax error before `if'<br><a href="ftp://ftp.cc:199">ftp.cc:199</a>: error: ISO C++ forbids declaration of `m_bTextEOF' with no type<br><a href="ftp://ftp.cc:199">ftp.cc:199</a>: error: redefinition of `int m_bTextEOF'<br><a href="ftp://ftp.cc:183">ftp.cc:183</a>: error: `int m_bTextEOF' previously defined here<br><a href="ftp://ftp.cc:200">ftp.cc:200</a>: error: ISO C++ forbids declaration of `pEOL' with no type<br><a href="ftp://ftp.cc:200">ftp.cc:200</a>: error: redefinition of `int pEOL'<br><a href="ftp://ftp.cc:181">ftp.cc:181</a>: error: `int pEOL' previously defined here<br><a href="ftp://ftp.cc:200">ftp.cc:200</a>: error: `m_szText' was not declared in this scope<br><a href="ftp://ftp.cc:201">ftp.cc:201</a>: error: syntax error before `}' token<br><a href="ftp://ftp.cc:205">ftp.cc:205</a>: error: ISO C++ forbids declaration of `pEOL' with no type<br><a href="ftp://ftp.cc:205">ftp.cc:205</a>: error: redefinition of `int pEOL'<br><a href="ftp://ftp.cc:200">ftp.cc:200</a>: error: `int pEOL' previously defined here<br><a href="ftp://ftp.cc:205">ftp.cc:205</a>: error: `m_szText' was not declared in this scope<br><a href="ftp://ftp.cc:206">ftp.cc:206</a>: error: syntax error before `}' token<br><a href="ftp://ftp.cc:209">ftp.cc:209</a>: error: ISO C++ forbids declaration of `nBytes' with no type<br><a href="ftp://ftp.cc:209">ftp.cc:209</a>: error: redefinition of `int nBytes'<br><a href="ftp://ftp.cc:193">ftp.cc:193</a>: error: `int nBytes' previously defined here<br><a href="ftp://ftp.cc:209">ftp.cc:209</a>: error: `m_szText' was not declared in this scope<br><a href="ftp://ftp.cc:210">ftp.cc:210</a>: error: ISO C++ forbids declaration of `m_iTextLine' with no type<br><a href="ftp://ftp.cc:212">ftp.cc:212</a>: error: syntax error before `if'<br><a href="ftp://ftp.cc:214">ftp.cc:214</a>: error: ISO C++ forbids declaration of `nBytes' with no type<br><a href="ftp://ftp.cc:214">ftp.cc:214</a>: error: redefinition of `int nBytes'<br><a href="ftp://ftp.cc:209">ftp.cc:209</a>: error: `int nBytes' previously defined here<br><a href="ftp://ftp.cc:214">ftp.cc:214</a>: error: `textReadLimit' was not declared in this scope<br><a href="ftp://ftp.cc:215">ftp.cc:215</a>: error: syntax error before `}' token<br><a href="ftp://ftp.cc:218">ftp.cc:218</a>: error: ISO C++ forbids declaration of `m_szText' with no type<br><a href="ftp://ftp.cc:218">ftp.cc:218</a>: error: variable-size type declared outside of any function<br><a href="ftp://ftp.cc:218">ftp.cc:218</a>: error: invalid initializer<br><a href="ftp://ftp.cc:219">ftp.cc:219</a>: error: syntax error before `return'<br><a href="ftp://ftp.cc:226">ftp.cc:226</a>: error: invalid use of undefined type `class FtpSocket'<br><a href="ftp://ftp.h:57">ftp.h:57</a>: error: forward declaration of `class FtpSocket'<br><a href="ftp://ftp.cc">ftp.cc</a>: In member function `void FtpSocket::debugMessage(const char*) const':<br><a href="ftp://ftp.cc:227">ftp.cc:227</a>: error: `m_pszName' undeclared (first use this function)<br><a href="ftp://ftp.cc">ftp.cc</a>: At global scope:<br><a href="ftp://ftp.cc:231">ftp.cc:231</a>: error: invalid use of undefined type `class FtpSocket'<br><a href="ftp://ftp.h:57">ftp.h:57</a>: error: forward declaration of `class FtpSocket'<br><a href="ftp://ftp.cc:237">ftp.cc:237</a>: error: invalid use of undefined type `class FtpSocket'<br><a href="ftp://ftp.h:57">ftp.h:57</a>: error: forward declaration of `class FtpSocket'<br><a href="ftp://ftp.cc">ftp.cc</a>: In member function `int FtpSocket::connectSocket(int, bool)':<br><a href="ftp://ftp.cc:241">ftp.cc:241</a>: error: incomplete type `KExtendedSocket' does not have member `<br>&nbsp;&nbsp; inetSocket'<br><a href="ftp://ftp.cc:241">ftp.cc:241</a>: error: incomplete type `KExtendedSocket' does not have member `<br>&nbsp;&nbsp; noResolve'<br><a href="ftp://ftp.cc:242">ftp.cc:242</a>: error: `socketFlags' undeclared (first use this function)<br><a href="ftp://ftp.cc:242">ftp.cc:242</a>: error: `setSocketFlags' undeclared (first use this function)<br><a href="ftp://ftp.cc:243">ftp.cc:243</a>: error: `setTimeout' undeclared (first use this function)<br><a href="ftp://ftp.cc:245">ftp.cc:245</a>: error: incomplete type 'KExtendedSocket' cannot be used to name a <br>&nbsp;&nbsp; scope<br><a href="ftp://ftp.cc:247">ftp.cc:247</a>: error: `status' undeclared (first use this function)<br><a href="ftp://ftp.cc:247">ftp.cc:247</a>: error: `IO_LookupError' undeclared (first use this function)<br><a href="ftp://ftp.cc:249">ftp.cc:249</a>: error: `systemError' undeclared (first use this function)<br><a href="ftp://ftp.cc:249">ftp.cc:249</a>: error: incomplete type 'KExtendedSocket' cannot be used to name a <br>&nbsp;&nbsp; scope<br><a href="ftp://ftp.cc:253">ftp.cc:253</a>: error: `setAddressReusable' undeclared (first use this function)<br><a href="ftp://ftp.cc">ftp.cc</a>: At global scope:<br><a href="ftp://ftp.cc:271">ftp.cc:271</a>: error: invalid use of undefined type `class FtpSocket'<br><a href="ftp://ftp.h:57">ftp.h:57</a>: error: forward declaration of `class FtpSocket'<br><a href="ftp://ftp.cc">ftp.cc</a>: In member function `void FtpSocket::closeSocket()':<br><a href="ftp://ftp.cc:281">ftp.cc:281</a>: error: `socketStatus' undeclared (first use this function)<br><a href="ftp://ftp.cc:281">ftp.cc:281</a>: error: `nothing' undeclared (first use this function)<br><a href="ftp://ftp.cc:282">ftp.cc:282</a>: error: `reset' undeclared (first use this function)<br><a href="ftp://ftp.cc:283">ftp.cc:283</a>: error: `textClear' undeclared (first use this function)<br><a href="ftp://ftp.cc">ftp.cc</a>: At global scope:<br><a href="ftp://ftp.cc:287">ftp.cc:287</a>: error: invalid use of undefined type `class FtpSocket'<br><a href="ftp://ftp.h:57">ftp.h:57</a>: error: forward declaration of `class FtpSocket'<br><a href="ftp://ftp.cc">ftp.cc</a>: In constructor `Ftp::Ftp(const QCString&amp;, const QCString&amp;)':<br><a href="ftp://ftp.cc:299">ftp.cc:299</a>: error: `m_data' undeclared (first use this function)<br><a href="ftp://ftp.cc:299">ftp.cc:299</a>: error: `m_control' undeclared (first use this function)<br><a href="ftp://ftp.cc">ftp.cc</a>: In member function `bool Ftp::ftpOpenControlConnection(const QString&amp;, <br>&nbsp;&nbsp; short unsigned int)':<br><a href="ftp://ftp.cc:502">ftp.cc:502</a>: error: syntax error before `(' token<br><a href="ftp://ftp.cc">ftp.cc</a>: In member function `int Ftp::ftpOpenPASVDataConnection()':<br><a href="ftp://ftp.cc:894">ftp.cc:894</a>: error: syntax error before `(' token<br><a href="ftp://ftp.cc">ftp.cc</a>: In member function `int Ftp::ftpOpenEPSVDataConnection()':<br><a href="ftp://ftp.cc:933">ftp.cc:933</a>: error: syntax error before `(' token<br><a href="ftp://ftp.cc">ftp.cc</a>: In member function `int Ftp::ftpOpenEPRTDataConnection()':<br><a href="ftp://ftp.cc:953">ftp.cc:953</a>: error: syntax error before `(' token<br><a href="ftp://ftp.cc:956">ftp.cc:956</a>: error: incomplete type `KExtendedSocket' does not have member `<br>&nbsp;&nbsp; noResolve'<br><a href="ftp://ftp.cc:956">ftp.cc:956</a>: error: incomplete type `KExtendedSocket' does not have member `<br>&nbsp;&nbsp; passiveSocket'<br><a href="ftp://ftp.cc:957">ftp.cc:957</a>: error: incomplete type `KExtendedSocket' does not have member `<br>&nbsp;&nbsp; inetSocket'<br><a href="ftp://ftp.cc">ftp.cc</a>: In member function `int Ftp::ftpOpenPortDataConnection()':<br><a href="ftp://ftp.cc:1062">ftp.cc:1062</a>: error: syntax error before `(' token<br><a href="ftp://ftp.cc:1063">ftp.cc:1063</a>: error: incomplete type `KExtendedSocket' does not have member `<br>&nbsp;&nbsp; noResolve'<br><a href="ftp://ftp.cc:1063">ftp.cc:1063</a>: error: incomplete type `KExtendedSocket' does not have member `<br>&nbsp;&nbsp; passiveSocket'<br><a href="ftp://ftp.cc:1064">ftp.cc:1064</a>: error: incomplete type `KExtendedSocket' does not have member `<br>&nbsp;&nbsp; inetSocket'<br>make[5]: *** [ftp.lo] Error 1<br>make[5]: Leaving directory `/qtopia/x86/kdenox/konq-embed/kdesrc/kio'<br>make[4]: *** [all-recursive] Error 1<br>make[4]: Leaving directory `/qtopia/x86/kdenox/konq-embed/kdesrc/kio'<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</span></div> <div>&nbsp;</div> <div>&nbsp;</div> <div>&nbsp;</div> <div>&nbsp;</div> <div>&nbsp;</div> <div></div><br><a href="mailto:在2008-02-11,konq-e-request@kde.org">在2008-02-11,konq-e-request@kde.org</a> 写道:<br> <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: konq-e Digest, Vol 58, Issue 6 (Stefan Eilers)


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

Message: 1
Date: Mon, 11 Feb 2008 09:09:10 +0100
From: Stefan Eilers &lt;<a href="mailto:stefan.eilers@basyskom.de">stefan.eilers@basyskom.de</a>&gt;
Subject: Re: konq-e Digest, Vol 58, Issue 6
To: For discussion of Konqueror/Embedded &lt;<a href="mailto:konq-e@kde.org">konq-e@kde.org</a>&gt;
Message-ID: &lt;<a href="mailto:789FEF1C-CF99-4F22-A603-A4CDFF8F756C@basyskom.de">789FEF1C-CF99-4F22-A603-A4CDFF8F756C@basyskom.de</a>&gt;
Content-Type: text/plain; charset="gb2312"

Hello!

Your problem seems to be related to a missing thread support in your  
Qt/e. Thus, QMutex is not available.

Am 05.02.2008 um 19:24 schrieb ???:

&gt;  Hi everyone ,
&gt;
&gt;     Thanks for yours help!
&gt;
&gt;     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> 
&gt;  with the version of
&gt;
&gt; kdenox_snapshot_qt2_20070531.tar.bz2 .
&gt;
&gt;     And I have installed the qtopia-2.2.0 before with mt and rtti  
&gt; support in Suse9.3 with the configuration :
&gt;
&gt; echo 'yes' | ./configure -debug
&gt; -qte "-embedded -xplatform linux-generic-g++ -qconfig qpe -qvfb - 
&gt; depths 16,24,32
&gt;       -system-jpeg -system-libpng -system-zlib -gif -thread -no-xft - 
&gt; debug -lpng -lz -luuid -ljpeg"
&gt; -qpe '-xplatform linux-generic-g++ -edition pda -displaysize 480x234'
&gt;
&gt;
&gt;    And now I want to install the konq-e-2070531 with configuration :
&gt;
&gt; export QTE_BASE=/qtopia/qtopia-free-2.2.0
&gt;
&gt; ./configure
&gt; --prefix=$PWD/install
&gt; --host=i686-linux
&gt; --with-ipv6-lookup=no
&gt; --without-xinerama
&gt; --enable-scrollbars
&gt; --disable-selection
&gt; --enable-bookmarks
&gt; --with-javascript=static
&gt; --enable-debug=full
&gt; --disable-printing
&gt; --enable-pcre
&gt; --without-arts
&gt; --enable-jshostext
&gt; --enable-final
&gt; --enable-qt-embedded
&gt; --with-extra-includes=$QTE_BASE/qtopia/include
&gt; --with-extra-libs=$QTE_BASE/qtopia/lib
&gt; --with-qt-dir=$QTE_BASE/qtopia
&gt; --with-qt-libraries=$QTE_BASE/qtopia/lib
&gt; --with-qt-includes=$QTE_BASE/qt2/include
&gt; --enable-fwnewepg=yes
&gt; --enable-embedded
&gt; --with-qtopia-dir=$QTE_BASE/qtopia
&gt; --enable-qtopia
&gt; --enable-qpe
&gt; --with-gui=qpe
&gt; --enable-rtti-embedded
&gt; --enable-ftp
&gt; --enable-fullscreenmenu
&gt; --with-ssl-version=0.9.7e
&gt;
&gt;     but it apperas the error :
&gt;
&gt; make[6]: Entering directory `/qtopia/x86/kdenox/konq-embed/kdesrc/ 
&gt; kdecore/network'
&gt; if /bin/sh ../../../../libtool --silent --tag=CXX --mode=compile g++  
&gt; -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../konq-embed/ 
&gt; kdesrc/kdecore -I../../../../konq-embed/kdesrc/kjs -I../../../../ 
&gt; konq-embed/kdesrc/kssl -I../../../../konq-embed/dropin -I../../../../ 
&gt; konq-embed/dropin/kio -I../../../../konq-embed/kdesrc/kdecore - 
&gt; I../../../../konq-embed/kdesrc/kdecore -I/qtopia/qtopia-free-2.2.0/ 
&gt; qtopia/include -I/qtopia/x86/kdenox/yealink/include -I/qtopia/qtopia- 
&gt; free-2.2.0/qt2/include   -I/qtopia/qtopia-free-2.2.0/qtopia/include   
&gt; -DQWS -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500  
&gt; -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W - 
&gt; Wpointer-arith -fno-builtin -g3 -fno-inline -Wformat-security - 
&gt; Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno- 
&gt; check-new -fno-common -D_QT_QPE_ -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT  
&gt; -DQT_NO_ASCII_CAST  -MT libkdecorenetwork_la.all_cpp.lo -MD -MP -MF  
&gt; ".deps/libkdecorenetwork_la.all_cpp.Tpo" -c -o  
&gt; libkdecorenetwork_la.all_cpp.lo libkdecorenetwork_la.all_cpp.cpp; \
&gt; then mv -f ".deps/libkdecorenetwork_la.all_cpp.Tpo" ".deps/ 
&gt; libkdecorenetwork_la.all_cpp.Plo"; else rm -f ".deps/ 
&gt; libkdecorenetwork_la.all_cpp.Tpo"; exit 1; fi
&gt; In file included from kresolver.cpp:49,
&gt;                  from libkdecorenetwork_la.all_cpp.cpp:2:
&gt; ../../../../konq-embed/dropin/qmutex.h:32: error: syntax error  
&gt; before `*' token
&gt; ../../../../konq-embed/dropin/qmutex.h:35: error: syntax error  
&gt; before `*' token
&gt; ../../../../konq-embed/dropin/qmutex.h:38: error: syntax error  
&gt; before `*' token
&gt; ../../../../konq-embed/dropin/qmutex.h:30: warning: `class  
&gt; QMutexLocker' only
&gt;    defines private constructors and has no friends
&gt; ../../../../konq-embed/dropin/qmutex.h:46: error: syntax error  
&gt; before `*' token
&gt; ../../../../konq-embed/dropin/qmutex.h: In destructor `
&gt;    QMutexLocker::~QMutexLocker()':
&gt; ../../../../konq-embed/dropin/qmutex.h:54: error: `mtx' undeclared  
&gt; (first use
&gt;    this function)
&gt; ../../../../konq-embed/dropin/qmutex.h:54: error: (Each undeclared  
&gt; identifier
&gt;    is reported only once for each function it appears in.)
&gt; ../../../../konq-embed/dropin/qmutex.h: At global scope:
&gt; ../../../../konq-embed/dropin/qmutex.h:57: error: syntax error  
&gt; before `*' token
&gt; In file included from kresolver.cpp:50,
&gt;                  from libkdecorenetwork_la.all_cpp.cpp:2:
&gt; /qtopia/qtopia-free-2.2.0/qt2/include/qguardedptr.h: In member  
&gt; function `
&gt;    virtual QMetaObject*  
&gt; QMutexLocker::QGuardedPtrPrivate::metaObject() const':
&gt; /qtopia/qtopia-free-2.2.0/qt2/include/qguardedptr.h:47: error:  
&gt; syntax error
&gt;    before `;' token
&gt; In file included from ../../../../konq-embed/dropin/kiconloader.h:25,
&gt;                  from ../../../../konq-embed/dropin/kinstance.h:29,
&gt;                  from ../../../../konq-embed/dropin/kglobal.h:26,
&gt;                  from ../../../../konq-embed/dropin/klocale.h:31,
&gt;                  from kresolver.cpp:58,
&gt;                  from libkdecorenetwork_la.all_cpp.cpp:2:
&gt; /qtopia/qtopia-free-2.2.0/qt2/include/qpixmap.h: In member function  
&gt; `QObject*
&gt;    QMutexLocker::QGuardedPtrPrivate::object() const':
&gt; /qtopia/qtopia-free-2.2.0/qt2/include/qpixmap.h:220: error: local  
&gt; class `class
&gt;    QMutexLocker::QGuardedPtrPrivate::object() const::QPixmap' shall  
&gt; not have
&gt;    static data member `QMutexLocker::QGuardedPtrPrivate::object()
&gt;    const::QPixmap::Optimization  
&gt; QMutexLocker::QGuardedPtrPrivate::object()
&gt;    const::QPixmap::defOptim'
&gt; /qtopia/qtopia-free-2.2.0/qt2/include/qpixmap.h:220: error: field `
&gt;    QMutexLocker::QGuardedPtrPrivate::object()  
&gt; const::QPixmap::defOptim' in
&gt;    local class cannot be static
&gt; /qtopia/qtopia-free-2.2.0/qt2/include/qpixmap.h:231: confused by  
&gt; earlier errors, bailing out
&gt; make[6]: *** [libkdecorenetwork_la.all_cpp.lo] Error 1
&gt; make[6]: Leaving directory `/qtopia/x86/kdenox/konq-embed/kdesrc/ 
&gt; kdecore/network'
&gt; make[5]: *** [all-recursive] Error 1
&gt; make[5]: Leaving directory `/qtopia/x86/kdenox/konq-embed/kdesrc/ 
&gt; kdecore'
&gt; make[4]: *** [all] Error 2
&gt; make[4]: Leaving directory `/qtopia/x86/kdenox/konq-embed/kdesrc/ 
&gt; kdecore'
&gt; make[3]: *** [all-recursive] Error 1
&gt; make[3]: Leaving directory `/qtopia/x86/kdenox/konq-embed/kdesrc'
&gt; make[2]: *** [all-recursive] Error 1
&gt; make[2]: Leaving directory `/qtopia/x86/kdenox/konq-embed'
&gt; make[1]: *** [all-recursive] Error 1
&gt; make[1]: Leaving directory `/qtopia/x86/kdenox'
&gt; make: *** [all] Error 2
&gt;
&gt;     Pls help me to fix the error!
&gt;
&gt; Thanks!
&gt;
&gt; Best Wishes ,
&gt;
&gt;
&gt;                                                                     
&gt; Nestor
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt; <a href="mailto:2008-02-05?konq-e-request@kde.org">2008-02-05?konq-e-request@kde.org</a>
&gt;
&gt; Send konq-e mailing list submissions to
&gt;         <a href="mailto:konq-e@kde.org">konq-e@kde.org</a>
&gt;
&gt; To subscribe or unsubscribe via the World Wide Web, visit
&gt;         <a href="https://mail.kde.org/mailman/listinfo/konq-e">https://mail.kde.org/mailman/listinfo/konq-e</a>
&gt; or, via email, send a message with subject or body 'help' to
&gt;         <a href="mailto:konq-e-request@kde.org">konq-e-request@kde.org</a>
&gt;
&gt; You can reach the person managing the list at
&gt;         <a href="mailto:konq-e-owner@kde.org">konq-e-owner@kde.org</a>
&gt;
&gt; When replying, please edit your Subject line so it is more specific
&gt; than "Re: Contents of konq-e digest..."
&gt;
&gt;
&gt; Today's Topics:
&gt;
&gt;    1. RE : Does konq-e-20030705 support HTTPS protocol (bz chevalier)
&gt;
&gt;
&gt; ----------------------------------------------------------------------
&gt;
&gt; Message: 1
&gt; Date: Mon, 4 Feb 2008 18:24:24 +0100 (CET)
&gt; From: bz chevalier &lt;<a href="mailto:bzchevalier@yahoo.fr">bzchevalier@yahoo.fr</a>&gt;
&gt; Subject: RE : Does konq-e-20030705 support HTTPS protocol
&gt; To: <a href="mailto:konq-e@kde.org">konq-e@kde.org</a>
&gt; Message-ID: &lt;<a href="mailto:882316.84681.qm@web25801.mail.ukl.yahoo.com">882316.84681.qm@web25801.mail.ukl.yahoo.com</a>&gt;
&gt; Content-Type: text/plain; charset="iso-8859-1"
&gt;
&gt;
&gt;   The ipkg of konq-e-2003 that you can pick on handhelds.org is not  
&gt; compiled with SSL (I don't understand why),
&gt;
&gt;
&gt;
&gt; But yes of course, konq-e-20030705 supports SSL/https.
&gt;
&gt;
&gt;
&gt; You can integrate SSL to konq-E-20030705 with a "configure" like  
&gt; this one :
&gt;   (you should cross-compile SSL for Arm processor before, and define  
&gt; the env vars too) :
&gt;
&gt;   ./configure \
&gt;  --prefix=$MON_PREFIX \
&gt;  --exec-prefix=$MON_PREFIX_E \
&gt;  --build=i686-pc-linux-gnu \
&gt;  --host=arm-linux \
&gt;  --target=arm-linux \
&gt;  --enable-embedded \
&gt;  --enable-qt-embedded \
&gt;  --enable-qpe \
&gt;  --disable-debug \
&gt;  --disable-threading \
&gt;  --includedir=$ARM_INCL \
&gt;  --enable-static \
&gt;  --disable-shared \
&gt;  --with-qt-dir=${QTDIR} \
&gt;  --with-extra-includes=${ARM_SSL}/include \
&gt;  --with-extra-includes=$QTINC \
&gt;  --with-extra-includes=$QPEINC \
&gt;  --with-extra-includes=$QPEDIR/libopie2/opiecore \
&gt;  --with-extra-includes=$QPEDIR/libopie2/opiedb \
&gt;  --with-extra-includes=$QPEDIR/libopie2/opiemm \
&gt;  --with-extra-includes=$QPEDIR/libopie2/opienet \
&gt;  --with-extra-includes=$QPEDIR/libopie2/opiepim \
&gt;  --with-extra-includes=$QPEDIR/libopie2/opiesecurity \
&gt;  --with-extra-includes=$QPEDIR/libopie2/opieui \
&gt;  --with-extra-includes=$QPEDIR/libopie2/templates \
&gt;  --with-extra-includes=$QPEDIR/libqtaux \
&gt;  --with-extra-includes=$QPEDIR/library \
&gt;  --with-extra-includes=$QPEDIR/library/backend \
&gt;  --with-extra-libs=$ARM_LIB \
&gt;  --with-extra-libs=/usr/lib \
&gt;  --with-extra-libs=$QTLIB \
&gt;  --with-extra-libs=$QPELIB \
&gt;  --with-qt-libraries=$QTLIB \
&gt;  --with-qt-includes=$QTINC \
&gt;  --with-ssl-dir=$ARM_SSL \
&gt;  --with-javascript=static \
&gt;  --with-qtopia-dir=${OPIEDIR} \
&gt;  --with-ssl-version=$ARM_SSL_VER \
&gt;  --enable-libsuffix=""
&gt;
&gt;
&gt;
&gt;
&gt; &gt;&gt;&gt; please note, that there also exists a more recent snapshot on
&gt;
&gt; &gt;&gt;&gt; <a href="http://konqe.basyskom.org">http://konqe.basyskom.org</a>
&gt;   &gt;&gt;&gt; Cheers,
&gt;   &gt;&gt;&gt; Eva
&gt;
&gt;   The konq/E versions of Basyskom are great, but with the size of  
&gt; the executable (6 Mo ? 8 Mo ?) I can't unfortunately use then on an  
&gt; old iPaq 36xx or 37xx.
&gt;
&gt;   konq/E 2003 is plain, simpler, works not well with all websites,  
&gt; but it has a size of only 2,8 Mo (executable), and supports SSL too.
&gt;
&gt;
&gt;
&gt;
&gt;
&gt; ---------------------------------
&gt;  Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers  
&gt; Yahoo! Mail
&gt; -------------- next part --------------
&gt; An HTML attachment was scrubbed...
&gt; 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>
&gt;
&gt; ------------------------------
&gt;
&gt; _______________________________________________
&gt; konq-e mailing list
&gt; <a href="mailto:konq-e@kde.org">konq-e@kde.org</a>
&gt; <a href="https://mail.kde.org/mailman/listinfo/konq-e">https://mail.kde.org/mailman/listinfo/konq-e</a>
&gt;
&gt;
&gt; End of konq-e Digest, Vol 58, Issue 6
&gt; *************************************
&gt;
&gt;
&gt; ? ? ? ? ? ? ? ? ? ? ? 2 0  
&gt; 0 7 ? ? ? ? ? ? ? ? ? ? ?  
&gt; ? ? ? ? _______________________________________________
&gt; konq-e mailing list
&gt; <a href="mailto:konq-e@kde.org">konq-e@kde.org</a>
&gt; <a href="https://mail.kde.org/mailman/listinfo/konq-e">https://mail.kde.org/mailman/listinfo/konq-e</a>

Mfg., Dr. Stefan Eilers
--  

Dr.-Ing. Stefan Eilers
Projekt Manager

basysKom GmbH
Robert-Bosch-Str. 7 | 64293 Darmstadt | Germany
Tel: +49 6151 3968753 | Fax: -736 | Mobile: +49 170 4213459
<a href="mailto:stefan.eilers@basyskom.de">stefan.eilers@basyskom.de</a> | <a href="http://www.basyskom.de">www.basyskom.de</a>

Handelsregister: Darmstadt HRB 9352
Geschaeftsfuehrung: Eva Brucherseifer


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <a href="http://mail.kde.org/pipermail/konq-e/attachments/20080211/af740fa1/attachment.html">http://mail.kde.org/pipermail/konq-e/attachments/20080211/af740fa1/attachment.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 8
*************************************
</pre></blockquote><br><!-- footer --><br> <hr> <table width="100%%" border="0" cellspacing="0" cellpadding="0">  <tbody><tr>    <td width="50" height="50"><img src="http://proimg.163.com/channel6/003957/yili080201_5050.jpg" alt="LOGO" width="50" height="50"></td>    <td style="padding:5px;"><a style="font-size:12px;color:black; line-height:20px;text-decoration:none;" href="http://popme.163.com/link/003957_0118_8159.html">点亮家的奥运坐标 带爱回家</a><br><a style="font-size:12px;line-height:20px; color:black; text-decoration:none;" href="http://popme.163.com/link/003957_0118_8159.html">伊利春节大礼包派送中</a></td>  </tr> </tbody></table> _______________________________________________<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>