Re:konq-e Digest, Vol 58, Issue 8

蔡墩雄 <[email protected]> Mon, 18 Feb 2008 01:23:35 +0800 (CST)
Newsgroups gmane.comp.kde.devel.konq-e
Message-ID <[email protected]>
--===============0078809493==
Content-Type: multipart/alternative; 
	boundary="----=_Part_55098_8944493.1203269015385"

------=_Part_55098_8944493.1203269015385
Content-Type: text/plain; charset=gbk
Content-Transfer-Encoding: quoted-printable

 Hello !
=20
    Thanks for your help! The problem has been resolved as you said.
=20
    but now I meet another problem , It appears :
=20
if /bin/sh ../../../libtool --silent --tag=3DCXX --mode=3Dcompile g++ -DHAV=
E_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  -I/qtopia/qtopia-free-2.2.0/qtopia/inclu=
de -I/qtopia/x86/kdenox/yealink/include -I/qtopia/qtopia-free-2.2.0/qt2/inc=
lude   -I/qtopia/qtopia-free-2.2.0/qtopia/include  -DQWS -D_REENTRANT  -Wno=
-long-long -Wundef -ansi -D_XOPEN_SOURCE=3D500 -D_BSD_SOURCE -Wcast-align -=
Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -g3 -fno-inline -Wfo=
rmat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-excepti=
ons -fno-check-new -fno-common -D_QT_QPE_ -DQT_CLEAN_NAMESPACE -DQT_NO_COMP=
AT -DQT_NO_ASCII_CAST  -MT ftp.lo -MD -MP -MF ".deps/ftp.Tpo" -c -o ftp.lof=
tp.cc; \
then mv -f ".deps/ftp.Tpo" ".deps/ftp.Plo"; else rm -f ".deps/ftp.Tpo"; exi=
t 1; fi
In file included from ftp.cc:26:
ftp.h:141: error: syntax error before `{' token
ftp.h:154: error: ISO C++ forbids declaration of `m_server' with no type
ftp.h:155: error: syntax error before `}' token
ftp.h:157: error: destructors must be member functions
ftp.h: In function `void FtpSocket()':
ftp.h:157: error: `closeSocket' undeclared (first use this function)
ftp.h:157: error: (Each undeclared identifier is reported only once for eac=
h=20
   function it appears in.)
ftp.h: At global scope:
ftp.h:162: error: `void closeSocket()' used prior to declaration
ftp.h:169: error: non-member function `int server()' cannot have `const' me=
thod=20
   qualifier
ftp.h:179: error: non-member function `int sock()' cannot have `const' meth=
od=20
   qualifier
ftp.h: In function `int sock()':
ftp.h:179: error: `fd' undeclared (first use this function)
ftp.h: At global scope:
ftp.h:184: error: non-member function `void debugMessage(const char*)' cann=
ot=20
   have `const' method qualifier
ftp.h:189: error: non-member function `int errorMessage(int, const char*)'=
=20
   cannot have `const' method qualifier
ftp.h:199: error: non-member function `bool setSocketOption(int, char*,=20
   unsigned int)' cannot have `const' method qualifier
ftp.h: In function `int textRead()':
ftp.h:222: error: invalid use of `this' in non-member function
ftp.h: At global scope:
ftp.h:225: error: syntax error before `private'
ftp.h:227: error: redefinition of `int m_server'
ftp.h:154: error: `int m_server' previously defined here
ftp.h:228: error: syntax error before `}' token
ftp.h:590: error: syntax error before `*' token
ftp.h:595: error: syntax error before `*' token
ftp.cc:170: error: `pSock' was not declared in this scope
ftp.cc:171: error: `int FtpTextReader::textRead' is not a static member of =
`
   class FtpTextReader'
ftp.cc:171: error: syntax error before `{' token
ftp.cc:176: error: `m_szText' was not declared in this scope
ftp.cc:176: error: `m_szText' was not declared in this scope
ftp.cc:176: error: `m_iTextLine' was not declared in this scope
ftp.cc:176: error: `m_iTextBuff' was not declared in this scope
ftp.cc:176: error: ISO C++ forbids declaration of `memmove' with no type
ftp.cc:176: error: `int memmove' redeclared as different kind of symbol
/usr/include/string.h:44: error: previous declaration of `void* memmove(voi=
d*,=20
   const void*, unsigned int)'
ftp.cc:176: error: initializer list being treated as compound expression
ftp.cc:177: error: ISO C++ forbids declaration of `pEOL' with no type
ftp.cc:177: error: `m_szText' was not declared in this scope
ftp.cc:177: error: `m_iTextBuff' was not declared in this scope
ftp.cc:178: error: syntax error before `}' token
ftp.cc:181: error: ISO C++ forbids declaration of `pEOL' with no type
ftp.cc:181: error: redefinition of `int pEOL'
ftp.cc:177: error: `int pEOL' previously defined here
ftp.cc:181: warning: converting to non-pointer type `int' from NULL
ftp.cc:182: error: syntax error before `}' token
ftp.cc:183: error: ISO C++ forbids declaration of `m_bTextEOF' with no type
ftp.cc:183: error: `m_bTextTruncated' was not declared in this scope
ftp.cc:187: error: syntax error before `while'
ftp.cc:191: error: ISO C++ forbids declaration of `m_iTextBuff' with no typ=
e
ftp.cc:191: error: `textReadLimit' was not declared in this scope
ftp.cc:192: error: syntax error before `}' token
ftp.cc:193: error: ISO C++ forbids declaration of `nBytes' with no type
ftp.cc:193: error: redefinition of `int nBytes'
ftp.cc:186: error: `int nBytes' previously declared here
ftp.cc:193: error: `pSock' was not declared in this scope
ftp.cc:193: error: `m_szText' was not declared in this scope
ftp.cc:193: error: `m_szText' was not declared in this scope
ftp.cc:194: error: syntax error before `if'
ftp.cc:199: error: ISO C++ forbids declaration of `m_bTextEOF' with no type
ftp.cc:199: error: redefinition of `int m_bTextEOF'
ftp.cc:183: error: `int m_bTextEOF' previously defined here
ftp.cc:200: error: ISO C++ forbids declaration of `pEOL' with no type
ftp.cc:200: error: redefinition of `int pEOL'
ftp.cc:181: error: `int pEOL' previously defined here
ftp.cc:200: error: `m_szText' was not declared in this scope
ftp.cc:201: error: syntax error before `}' token
ftp.cc:205: error: ISO C++ forbids declaration of `pEOL' with no type
ftp.cc:205: error: redefinition of `int pEOL'
ftp.cc:200: error: `int pEOL' previously defined here
ftp.cc:205: error: `m_szText' was not declared in this scope
ftp.cc:206: error: syntax error before `}' token
ftp.cc:209: error: ISO C++ forbids declaration of `nBytes' with no type
ftp.cc:209: error: redefinition of `int nBytes'
ftp.cc:193: error: `int nBytes' previously defined here
ftp.cc:209: error: `m_szText' was not declared in this scope
ftp.cc:210: error: ISO C++ forbids declaration of `m_iTextLine' with no typ=
e
ftp.cc:212: error: syntax error before `if'
ftp.cc:214: error: ISO C++ forbids declaration of `nBytes' with no type
ftp.cc:214: error: redefinition of `int nBytes'
ftp.cc:209: error: `int nBytes' previously defined here
ftp.cc:214: error: `textReadLimit' was not declared in this scope
ftp.cc:215: error: syntax error before `}' token
ftp.cc:218: error: ISO C++ forbids declaration of `m_szText' with no type
ftp.cc:218: error: variable-size type declared outside of any function
ftp.cc:218: error: invalid initializer
ftp.cc:219: error: syntax error before `return'
ftp.cc:226: error: invalid use of undefined type `class FtpSocket'
ftp.h:57: error: forward declaration of `class FtpSocket'
ftp.cc: In member function `void FtpSocket::debugMessage(const char*) const=
':
ftp.cc:227: error: `m_pszName' undeclared (first use this function)
ftp.cc: At global scope:
ftp.cc:231: error: invalid use of undefined type `class FtpSocket'
ftp.h:57: error: forward declaration of `class FtpSocket'
ftp.cc:237: error: invalid use of undefined type `class FtpSocket'
ftp.h:57: error: forward declaration of `class FtpSocket'
ftp.cc: In member function `int FtpSocket::connectSocket(int, bool)':
ftp.cc:241: error: incomplete type `KExtendedSocket' does not have member `
   inetSocket'
ftp.cc:241: error: incomplete type `KExtendedSocket' does not have member `
   noResolve'
ftp.cc:242: error: `socketFlags' undeclared (first use this function)
ftp.cc:242: error: `setSocketFlags' undeclared (first use this function)
ftp.cc:243: error: `setTimeout' undeclared (first use this function)
ftp.cc:245: error: incomplete type 'KExtendedSocket' cannot be used to name=
 a=20
   scope
ftp.cc:247: error: `status' undeclared (first use this function)
ftp.cc:247: error: `IO_LookupError' undeclared (first use this function)
ftp.cc:249: error: `systemError' undeclared (first use this function)
ftp.cc:249: error: incomplete type 'KExtendedSocket' cannot be used to name=
 a=20
   scope
ftp.cc:253: error: `setAddressReusable' undeclared (first use this function=
)
ftp.cc: At global scope:
ftp.cc:271: error: invalid use of undefined type `class FtpSocket'
ftp.h:57: error: forward declaration of `class FtpSocket'
ftp.cc: In member function `void FtpSocket::closeSocket()':
ftp.cc:281: error: `socketStatus' undeclared (first use this function)
ftp.cc:281: error: `nothing' undeclared (first use this function)
ftp.cc:282: error: `reset' undeclared (first use this function)
ftp.cc:283: error: `textClear' undeclared (first use this function)
ftp.cc: At global scope:
ftp.cc:287: error: invalid use of undefined type `class FtpSocket'
ftp.h:57: error: forward declaration of `class FtpSocket'
ftp.cc: In constructor `Ftp::Ftp(const QCString&, const QCString&)':
ftp.cc:299: error: `m_data' undeclared (first use this function)
ftp.cc:299: error: `m_control' undeclared (first use this function)
ftp.cc: In member function `bool Ftp::ftpOpenControlConnection(const QStrin=
g&,=20
   short unsigned int)':
ftp.cc:502: error: syntax error before `(' token
ftp.cc: In member function `int Ftp::ftpOpenPASVDataConnection()':
ftp.cc:894: error: syntax error before `(' token
ftp.cc: In member function `int Ftp::ftpOpenEPSVDataConnection()':
ftp.cc:933: error: syntax error before `(' token
ftp.cc: In member function `int Ftp::ftpOpenEPRTDataConnection()':
ftp.cc:953: error: syntax error before `(' token
ftp.cc:956: error: incomplete type `KExtendedSocket' does not have member `
   noResolve'
ftp.cc:956: error: incomplete type `KExtendedSocket' does not have member `
   passiveSocket'
ftp.cc:957: error: incomplete type `KExtendedSocket' does not have member `
   inetSocket'
ftp.cc: In member function `int Ftp::ftpOpenPortDataConnection()':
ftp.cc:1062: error: syntax error before `(' token
ftp.cc:1063: error: incomplete type `KExtendedSocket' does not have member =
`
   noResolve'
ftp.cc:1063: error: incomplete type `KExtendedSocket' does not have member =
`
   passiveSocket'
ftp.cc:1064: error: incomplete type `KExtendedSocket' does not have member =
`
   inetSocket'
make[5]: *** [ftp.lo] Error 1
make[5]: Leaving directory `/qtopia/x86/kdenox/konq-embed/kdesrc/kio'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/qtopia/x86/kdenox/konq-embed/kdesrc/kio'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/qtopia/x86/kdenox/konq-embed/kdesrc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/qtopia/x86/kdenox/konq-embed'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/qtopia/x86/kdenox'
make: *** [all] Error 2
=20
=20
=20
=20
=20

[email protected] =D0=B4=B5=C0=A3=BA

Send konq-e mailing list submissions to
[email protected]

To subscribe or unsubscribe via the World Wide Web, visit
=09https://mail.kde.org/mailman/listinfo/konq-e
or, via email, send a message with subject or body 'help' to
[email protected]

You can reach the person managing the list at
[email protected]

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 <[email protected]>
Subject: Re: konq-e Digest, Vol 58, Issue 6
To: For discussion of Konqueror/Embedded <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=3D"gb2312"

Hello!

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

Am 05.02.2008 um 19:24 schrieb ???:

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

Mfg., Dr. Stefan Eilers
-- =20

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
[email protected] | www.basyskom.de

Handelsregister: Darmstadt HRB 9352
Geschaeftsfuehrung: Eva Brucherseifer


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/konq-e/attachments/20080211/af740fa1/att=
achment.html=20

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

_______________________________________________
konq-e mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/konq-e


End of konq-e Digest, Vol 58, Issue 8
*************************************

------=_Part_55098_8944493.1203269015385
Content-Type: text/html; charset=gbk
Content-Transfer-Encoding: quoted-printable

<DIV>&nbsp;Hello !</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; Thanks for your help! The problem has been <SPAN id=
=3D"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=3DCXX --mode=3Dcompil=
e g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../konq-embed/kdesrc/kdeco=
re -I../../../konq-embed/kdesrc/kjs -I../../../konq-embed/kdesrc/kssl -I../=
../../konq-embed/dropin -I../../../konq-embed/dropin/kio -I../../../konq-em=
bed/dropin/kssl -I../../../konq-embed/kdesrc -I../../../konq-embed/kdesrc/k=
decore -I../../../konq-embed/kdesrc/kdecore/network -I../../../konq-embed/k=
desrc/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-fr=
ee-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_SOURC=
E=3D500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W =
-Wpointer-arith -g3 -fno-inline -Wformat-security -Wmissing-format-attribut=
e -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -D_QT_QP=
E_ -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST&nbsp; -MT <A href=
=3D"ftp://ftp.lo">ftp.lo</A> -MD -MP -MF ".deps/ftp.Tpo" -c -o <A href=3D"f=
tp://ftp.lo">ftp.lo</A> <A href=3D"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<B=
R>In file included from <A href=3D"ftp://ftp.cc:26">ftp.cc:26</A>:<BR><A hr=
ef=3D"ftp://ftp.h:141">ftp.h:141</A>: error: syntax error before `{' token<=
BR><A href=3D"ftp://ftp.h:154">ftp.h:154</A>: error: ISO C++ forbids declar=
ation of `m_server' with no type<BR><A href=3D"ftp://ftp.h:155">ftp.h:155</=
A>: error: syntax error before `}' token<BR><A href=3D"ftp://ftp.h:157">ftp=
.h:157</A>: error: destructors must be member functions<BR><A href=3D"ftp:/=
/ftp.h">ftp.h</A>: In function `void FtpSocket()':<BR><A href=3D"ftp://ftp.=
h:157">ftp.h:157</A>: error: `closeSocket' undeclared (first use this funct=
ion)<BR><A href=3D"ftp://ftp.h:157">ftp.h:157</A>: error: (Each undeclared =
identifier is reported only once for each <BR>&nbsp;&nbsp; function it appe=
ars in.)<BR><A href=3D"ftp://ftp.h">ftp.h</A>: At global scope:<BR><A href=
=3D"ftp://ftp.h:162">ftp.h:162</A>: error: `void closeSocket()' used prior =
to declaration<BR><A href=3D"ftp://ftp.h:169">ftp.h:169</A>: error: non-mem=
ber function `int server()' cannot have `const' method <BR>&nbsp;&nbsp; qua=
lifier<BR><A href=3D"ftp://ftp.h:179">ftp.h:179</A>: error: non-member func=
tion `int sock()' cannot have `const' method <BR>&nbsp;&nbsp; qualifier<BR>=
<A href=3D"ftp://ftp.h">ftp.h</A>: In function `int sock()':<BR><A href=3D"=
ftp://ftp.h:179">ftp.h:179</A>: error: `fd' undeclared (first use this func=
tion)<BR><A href=3D"ftp://ftp.h">ftp.h</A>: At global scope:<BR><A href=3D"=
ftp://ftp.h:184">ftp.h:184</A>: error: non-member function `void debugMessa=
ge(const char*)' cannot <BR>&nbsp;&nbsp; have `const' method qualifier<BR><=
A href=3D"ftp://ftp.h:189">ftp.h:189</A>: error: non-member function `int e=
rrorMessage(int, const char*)' <BR>&nbsp;&nbsp; cannot have `const' method =
qualifier<BR><A href=3D"ftp://ftp.h:199">ftp.h:199</A>: error: non-member f=
unction `bool setSocketOption(int, char*, <BR>&nbsp;&nbsp; unsigned int)' c=
annot have `const' method qualifier<BR><A href=3D"ftp://ftp.h">ftp.h</A>: I=
n function `int textRead()':<BR><A href=3D"ftp://ftp.h:222">ftp.h:222</A>: =
error: invalid use of `this' in non-member function<BR><A href=3D"ftp://ftp=
.h">ftp.h</A>: At global scope:<BR><A href=3D"ftp://ftp.h:225">ftp.h:225</A=
>: error: syntax error before `private'<BR><A href=3D"ftp://ftp.h:227">ftp.=
h:227</A>: error: redefinition of `int m_server'<BR><A href=3D"ftp://ftp.h:=
154">ftp.h:154</A>: error: `int m_server' previously defined here<BR><A hre=
f=3D"ftp://ftp.h:228">ftp.h:228</A>: error: syntax error before `}' token<B=
R><A href=3D"ftp://ftp.h:590">ftp.h:590</A>: error: syntax error before `*'=
 token<BR><A href=3D"ftp://ftp.h:595">ftp.h:595</A>: error: syntax error be=
fore `*' token<BR><A href=3D"ftp://ftp.cc:170">ftp.cc:170</A>: error: `pSoc=
k' was not declared in this scope<BR><A href=3D"ftp://ftp.cc:171">ftp.cc:17=
1</A>: error: `int FtpTextReader::textRead' is not a static member of `<BR>=
&nbsp;&nbsp; class FtpTextReader'<BR><A href=3D"ftp://ftp.cc:171">ftp.cc:17=
1</A>: error: syntax error before `{' token<BR><A href=3D"ftp://ftp.cc:176"=
>ftp.cc:176</A>: error: `m_szText' was not declared in this scope<BR><A hre=
f=3D"ftp://ftp.cc:176">ftp.cc:176</A>: error: `m_szText' was not declared i=
n this scope<BR><A href=3D"ftp://ftp.cc:176">ftp.cc:176</A>: error: `m_iTex=
tLine' was not declared in this scope<BR><A href=3D"ftp://ftp.cc:176">ftp.c=
c:176</A>: error: `m_iTextBuff' was not declared in this scope<BR><A href=
=3D"ftp://ftp.cc:176">ftp.cc:176</A>: error: ISO C++ forbids declaration of=
 `memmove' with no type<BR><A href=3D"ftp://ftp.cc:176">ftp.cc:176</A>: err=
or: `int memmove' redeclared as different kind of symbol<BR>/usr/include/st=
ring.h:44: error: previous declaration of `void* memmove(void*, <BR>&nbsp;&=
nbsp; const void*, unsigned int)'<BR><A href=3D"ftp://ftp.cc:176">ftp.cc:17=
6</A>: error: initializer list being treated as compound expression<BR><A h=
ref=3D"ftp://ftp.cc:177">ftp.cc:177</A>: error: ISO C++ forbids declaration=
 of `pEOL' with no type<BR><A href=3D"ftp://ftp.cc:177">ftp.cc:177</A>: err=
or: `m_szText' was not declared in this scope<BR><A href=3D"ftp://ftp.cc:17=
7">ftp.cc:177</A>: error: `m_iTextBuff' was not declared in this scope<BR><=
A href=3D"ftp://ftp.cc:178">ftp.cc:178</A>: error: syntax error before `}' =
token<BR><A href=3D"ftp://ftp.cc:181">ftp.cc:181</A>: error: ISO C++ forbid=
s declaration of `pEOL' with no type<BR><A href=3D"ftp://ftp.cc:181">ftp.cc=
:181</A>: error: redefinition of `int pEOL'<BR><A href=3D"ftp://ftp.cc:177"=
>ftp.cc:177</A>: error: `int pEOL' previously defined here<BR><A href=3D"ft=
p://ftp.cc:181">ftp.cc:181</A>: warning: converting to non-pointer type `in=
t' from NULL<BR><A href=3D"ftp://ftp.cc:182">ftp.cc:182</A>: error: syntax =
error before `}' token<BR><A href=3D"ftp://ftp.cc:183">ftp.cc:183</A>: erro=
r: ISO C++ forbids declaration of `m_bTextEOF' with no type<BR><A href=3D"f=
tp://ftp.cc:183">ftp.cc:183</A>: error: `m_bTextTruncated' was not declared=
 in this scope<BR><A href=3D"ftp://ftp.cc:187">ftp.cc:187</A>: error: synta=
x error before `while'<BR><A href=3D"ftp://ftp.cc:191">ftp.cc:191</A>: erro=
r: ISO C++ forbids declaration of `m_iTextBuff' with no type<BR><A href=3D"=
ftp://ftp.cc:191">ftp.cc:191</A>: error: `textReadLimit' was not declared i=
n this scope<BR><A href=3D"ftp://ftp.cc:192">ftp.cc:192</A>: error: syntax =
error before `}' token<BR><A href=3D"ftp://ftp.cc:193">ftp.cc:193</A>: erro=
r: ISO C++ forbids declaration of `nBytes' with no type<BR><A href=3D"ftp:/=
/ftp.cc:193">ftp.cc:193</A>: error: redefinition of `int nBytes'<BR><A href=
=3D"ftp://ftp.cc:186">ftp.cc:186</A>: error: `int nBytes' previously declar=
ed here<BR><A href=3D"ftp://ftp.cc:193">ftp.cc:193</A>: error: `pSock' was =
not declared in this scope<BR><A href=3D"ftp://ftp.cc:193">ftp.cc:193</A>: =
error: `m_szText' was not declared in this scope<BR><A href=3D"ftp://ftp.cc=
:193">ftp.cc:193</A>: error: `m_szText' was not declared in this scope<BR><=
A href=3D"ftp://ftp.cc:194">ftp.cc:194</A>: error: syntax error before `if'=
<BR><A href=3D"ftp://ftp.cc:199">ftp.cc:199</A>: error: ISO C++ forbids dec=
laration of `m_bTextEOF' with no type<BR><A href=3D"ftp://ftp.cc:199">ftp.c=
c:199</A>: error: redefinition of `int m_bTextEOF'<BR><A href=3D"ftp://ftp.=
cc:183">ftp.cc:183</A>: error: `int m_bTextEOF' previously defined here<BR>=
<A href=3D"ftp://ftp.cc:200">ftp.cc:200</A>: error: ISO C++ forbids declara=
tion of `pEOL' with no type<BR><A href=3D"ftp://ftp.cc:200">ftp.cc:200</A>:=
 error: redefinition of `int pEOL'<BR><A href=3D"ftp://ftp.cc:181">ftp.cc:1=
81</A>: error: `int pEOL' previously defined here<BR><A href=3D"ftp://ftp.c=
c:200">ftp.cc:200</A>: error: `m_szText' was not declared in this scope<BR>=
<A href=3D"ftp://ftp.cc:201">ftp.cc:201</A>: error: syntax error before `}'=
 token<BR><A href=3D"ftp://ftp.cc:205">ftp.cc:205</A>: error: ISO C++ forbi=
ds declaration of `pEOL' with no type<BR><A href=3D"ftp://ftp.cc:205">ftp.c=
c:205</A>: error: redefinition of `int pEOL'<BR><A href=3D"ftp://ftp.cc:200=
">ftp.cc:200</A>: error: `int pEOL' previously defined here<BR><A href=3D"f=
tp://ftp.cc:205">ftp.cc:205</A>: error: `m_szText' was not declared in this=
 scope<BR><A href=3D"ftp://ftp.cc:206">ftp.cc:206</A>: error: syntax error =
before `}' token<BR><A href=3D"ftp://ftp.cc:209">ftp.cc:209</A>: error: ISO=
 C++ forbids declaration of `nBytes' with no type<BR><A href=3D"ftp://ftp.c=
c:209">ftp.cc:209</A>: error: redefinition of `int nBytes'<BR><A href=3D"ft=
p://ftp.cc:193">ftp.cc:193</A>: error: `int nBytes' previously defined here=
<BR><A href=3D"ftp://ftp.cc:209">ftp.cc:209</A>: error: `m_szText' was not =
declared in this scope<BR><A href=3D"ftp://ftp.cc:210">ftp.cc:210</A>: erro=
r: ISO C++ forbids declaration of `m_iTextLine' with no type<BR><A href=3D"=
ftp://ftp.cc:212">ftp.cc:212</A>: error: syntax error before `if'<BR><A hre=
f=3D"ftp://ftp.cc:214">ftp.cc:214</A>: error: ISO C++ forbids declaration o=
f `nBytes' with no type<BR><A href=3D"ftp://ftp.cc:214">ftp.cc:214</A>: err=
or: redefinition of `int nBytes'<BR><A href=3D"ftp://ftp.cc:209">ftp.cc:209=
</A>: error: `int nBytes' previously defined here<BR><A href=3D"ftp://ftp.c=
c:214">ftp.cc:214</A>: error: `textReadLimit' was not declared in this scop=
e<BR><A href=3D"ftp://ftp.cc:215">ftp.cc:215</A>: error: syntax error befor=
e `}' token<BR><A href=3D"ftp://ftp.cc:218">ftp.cc:218</A>: error: ISO C++ =
forbids declaration of `m_szText' with no type<BR><A href=3D"ftp://ftp.cc:2=
18">ftp.cc:218</A>: error: variable-size type declared outside of any funct=
ion<BR><A href=3D"ftp://ftp.cc:218">ftp.cc:218</A>: error: invalid initiali=
zer<BR><A href=3D"ftp://ftp.cc:219">ftp.cc:219</A>: error: syntax error bef=
ore `return'<BR><A href=3D"ftp://ftp.cc:226">ftp.cc:226</A>: error: invalid=
 use of undefined type `class FtpSocket'<BR><A href=3D"ftp://ftp.h:57">ftp.=
h:57</A>: error: forward declaration of `class FtpSocket'<BR><A href=3D"ftp=
://ftp.cc">ftp.cc</A>: In member function `void FtpSocket::debugMessage(con=
st char*) const':<BR><A href=3D"ftp://ftp.cc:227">ftp.cc:227</A>: error: `m=
_pszName' undeclared (first use this function)<BR><A href=3D"ftp://ftp.cc">=
ftp.cc</A>: At global scope:<BR><A href=3D"ftp://ftp.cc:231">ftp.cc:231</A>=
: error: invalid use of undefined type `class FtpSocket'<BR><A href=3D"ftp:=
//ftp.h:57">ftp.h:57</A>: error: forward declaration of `class FtpSocket'<B=
R><A href=3D"ftp://ftp.cc:237">ftp.cc:237</A>: error: invalid use of undefi=
ned type `class FtpSocket'<BR><A href=3D"ftp://ftp.h:57">ftp.h:57</A>: erro=
r: forward declaration of `class FtpSocket'<BR><A href=3D"ftp://ftp.cc">ftp=
.cc</A>: In member function `int FtpSocket::connectSocket(int, bool)':<BR><=
A href=3D"ftp://ftp.cc:241">ftp.cc:241</A>: error: incomplete type `KExtend=
edSocket' does not have member `<BR>&nbsp;&nbsp; inetSocket'<BR><A href=3D"=
ftp://ftp.cc:241">ftp.cc:241</A>: error: incomplete type `KExtendedSocket' =
does not have member `<BR>&nbsp;&nbsp; noResolve'<BR><A href=3D"ftp://ftp.c=
c:242">ftp.cc:242</A>: error: `socketFlags' undeclared (first use this func=
tion)<BR><A href=3D"ftp://ftp.cc:242">ftp.cc:242</A>: error: `setSocketFlag=
s' undeclared (first use this function)<BR><A href=3D"ftp://ftp.cc:243">ftp=
.cc:243</A>: error: `setTimeout' undeclared (first use this function)<BR><A=
 href=3D"ftp://ftp.cc:245">ftp.cc:245</A>: error: incomplete type 'KExtende=
dSocket' cannot be used to name a <BR>&nbsp;&nbsp; scope<BR><A href=3D"ftp:=
//ftp.cc:247">ftp.cc:247</A>: error: `status' undeclared (first use this fu=
nction)<BR><A href=3D"ftp://ftp.cc:247">ftp.cc:247</A>: error: `IO_LookupEr=
ror' undeclared (first use this function)<BR><A href=3D"ftp://ftp.cc:249">f=
tp.cc:249</A>: error: `systemError' undeclared (first use this function)<BR=
><A href=3D"ftp://ftp.cc:249">ftp.cc:249</A>: error: incomplete type 'KExte=
ndedSocket' cannot be used to name a <BR>&nbsp;&nbsp; scope<BR><A href=3D"f=
tp://ftp.cc:253">ftp.cc:253</A>: error: `setAddressReusable' undeclared (fi=
rst use this function)<BR><A href=3D"ftp://ftp.cc">ftp.cc</A>: At global sc=
ope:<BR><A href=3D"ftp://ftp.cc:271">ftp.cc:271</A>: error: invalid use of =
undefined type `class FtpSocket'<BR><A href=3D"ftp://ftp.h:57">ftp.h:57</A>=
: error: forward declaration of `class FtpSocket'<BR><A href=3D"ftp://ftp.c=
c">ftp.cc</A>: In member function `void FtpSocket::closeSocket()':<BR><A hr=
ef=3D"ftp://ftp.cc:281">ftp.cc:281</A>: error: `socketStatus' undeclared (f=
irst use this function)<BR><A href=3D"ftp://ftp.cc:281">ftp.cc:281</A>: err=
or: `nothing' undeclared (first use this function)<BR><A href=3D"ftp://ftp.=
cc:282">ftp.cc:282</A>: error: `reset' undeclared (first use this function)=
<BR><A href=3D"ftp://ftp.cc:283">ftp.cc:283</A>: error: `textClear' undecla=
red (first use this function)<BR><A href=3D"ftp://ftp.cc">ftp.cc</A>: At gl=
obal scope:<BR><A href=3D"ftp://ftp.cc:287">ftp.cc:287</A>: error: invalid =
use of undefined type `class FtpSocket'<BR><A href=3D"ftp://ftp.h:57">ftp.h=
:57</A>: error: forward declaration of `class FtpSocket'<BR><A href=3D"ftp:=
//ftp.cc">ftp.cc</A>: In constructor `Ftp::Ftp(const QCString&amp;, const Q=
CString&amp;)':<BR><A href=3D"ftp://ftp.cc:299">ftp.cc:299</A>: error: `m_d=
ata' undeclared (first use this function)<BR><A href=3D"ftp://ftp.cc:299">f=
tp.cc:299</A>: error: `m_control' undeclared (first use this function)<BR><=
A href=3D"ftp://ftp.cc">ftp.cc</A>: In member function `bool Ftp::ftpOpenCo=
ntrolConnection(const QString&amp;, <BR>&nbsp;&nbsp; short unsigned int)':<=
BR><A href=3D"ftp://ftp.cc:502">ftp.cc:502</A>: error: syntax error before =
`(' token<BR><A href=3D"ftp://ftp.cc">ftp.cc</A>: In member function `int F=
tp::ftpOpenPASVDataConnection()':<BR><A href=3D"ftp://ftp.cc:894">ftp.cc:89=
4</A>: error: syntax error before `(' token<BR><A href=3D"ftp://ftp.cc">ftp=
.cc</A>: In member function `int Ftp::ftpOpenEPSVDataConnection()':<BR><A h=
ref=3D"ftp://ftp.cc:933">ftp.cc:933</A>: error: syntax error before `(' tok=
en<BR><A href=3D"ftp://ftp.cc">ftp.cc</A>: In member function `int Ftp::ftp=
OpenEPRTDataConnection()':<BR><A href=3D"ftp://ftp.cc:953">ftp.cc:953</A>: =
error: syntax error before `(' token<BR><A href=3D"ftp://ftp.cc:956">ftp.cc=
:956</A>: error: incomplete type `KExtendedSocket' does not have member `<B=
R>&nbsp;&nbsp; noResolve'<BR><A href=3D"ftp://ftp.cc:956">ftp.cc:956</A>: e=
rror: incomplete type `KExtendedSocket' does not have member `<BR>&nbsp;&nb=
sp; passiveSocket'<BR><A href=3D"ftp://ftp.cc:957">ftp.cc:957</A>: error: i=
ncomplete type `KExtendedSocket' does not have member `<BR>&nbsp;&nbsp; ine=
tSocket'<BR><A href=3D"ftp://ftp.cc">ftp.cc</A>: In member function `int Ft=
p::ftpOpenPortDataConnection()':<BR><A href=3D"ftp://ftp.cc:1062">ftp.cc:10=
62</A>: error: syntax error before `(' token<BR><A href=3D"ftp://ftp.cc:106=
3">ftp.cc:1063</A>: error: incomplete type `KExtendedSocket' does not have =
member `<BR>&nbsp;&nbsp; noResolve'<BR><A href=3D"ftp://ftp.cc:1063">ftp.cc=
:1063</A>: error: incomplete type `KExtendedSocket' does not have member `<=
BR>&nbsp;&nbsp; passiveSocket'<BR><A href=3D"ftp://ftp.cc:1064">ftp.cc:1064=
</A>: error: incomplete type `KExtendedSocket' does not have member `<BR>&n=
bsp;&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-e=
mbed/kdesrc/kio'<BR>make[3]: *** [all-recursive] Error 1<BR>make[3]: Leavin=
g directory `/qtopia/x86/kdenox/konq-embed/kdesrc'<BR>make[2]: *** [all-rec=
ursive] Error 1<BR>make[2]: Leaving directory `/qtopia/x86/kdenox/konq-embe=
d'<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>[email protected] =D0=B4=B5=C0=A3=
=BA<BR>
<BLOCKQUOTE id=3D"isReplyContent" style=3D"PADDING-LEFT: 1ex; MARGIN: 0px 0=
px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><PRE>Send konq-e mailing list su=
bmissions to
[email protected]

To subscribe or unsubscribe via the World Wide Web, visit
=09https://mail.kde.org/mailman/listinfo/konq-e
or, via email, send a message with subject or body 'help' to
[email protected]

You can reach the person managing the list at
[email protected]

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;[email protected]&gt;
Subject: Re: konq-e Digest, Vol 58, Issue 6
To: For discussion of Konqueror/Embedded &lt;[email protected]&gt;
Message-ID: &lt;[email protected]&gt;
Content-Type: text/plain; charset=3D"gb2312"

Hello!

Your problem seems to be related to a missing thread support in your =20
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 http://www.basyskom.de/inde=
x.pl/konqe=20
&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 =20
&gt; support in Suse9.3 with the configuration :
&gt;
&gt; echo 'yes' | ./configure -debug
&gt; -qte "-embedded -xplatform linux-generic-g++ -qconfig qpe -qvfb -=20
&gt; depths 16,24,32
&gt;       -system-jpeg -system-libpng -system-zlib -gif -thread -no-xft -=
=20
&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=3D/qtopia/qtopia-free-2.2.0
&gt;
&gt; ./configure
&gt; --prefix=3D$PWD/install
&gt; --host=3Di686-linux
&gt; --with-ipv6-lookup=3Dno
&gt; --without-xinerama
&gt; --enable-scrollbars
&gt; --disable-selection
&gt; --enable-bookmarks
&gt; --with-javascript=3Dstatic
&gt; --enable-debug=3Dfull
&gt; --disable-printing
&gt; --enable-pcre
&gt; --without-arts
&gt; --enable-jshostext
&gt; --enable-final
&gt; --enable-qt-embedded
&gt; --with-extra-includes=3D$QTE_BASE/qtopia/include
&gt; --with-extra-libs=3D$QTE_BASE/qtopia/lib
&gt; --with-qt-dir=3D$QTE_BASE/qtopia
&gt; --with-qt-libraries=3D$QTE_BASE/qtopia/lib
&gt; --with-qt-includes=3D$QTE_BASE/qt2/include
&gt; --enable-fwnewepg=3Dyes
&gt; --enable-embedded
&gt; --with-qtopia-dir=3D$QTE_BASE/qtopia
&gt; --enable-qtopia
&gt; --enable-qpe
&gt; --with-gui=3Dqpe
&gt; --enable-rtti-embedded
&gt; --enable-ftp
&gt; --enable-fullscreenmenu
&gt; --with-ssl-version=3D0.9.7e
&gt;
&gt;     but it apperas the error :
&gt;
&gt; make[6]: Entering directory `/qtopia/x86/kdenox/konq-embed/kdesrc/=20
&gt; kdecore/network'
&gt; if /bin/sh ../../../../libtool --silent --tag=3DCXX --mode=3Dcompile g=
++ =20
&gt; -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../konq-embed/=20
&gt; kdesrc/kdecore -I../../../../konq-embed/kdesrc/kjs -I../../../../=20
&gt; konq-embed/kdesrc/kssl -I../../../../konq-embed/dropin -I../../../../=
=20
&gt; konq-embed/dropin/kio -I../../../../konq-embed/kdesrc/kdecore -=20
&gt; I../../../../konq-embed/kdesrc/kdecore -I/qtopia/qtopia-free-2.2.0/=20
&gt; qtopia/include -I/qtopia/x86/kdenox/yealink/include -I/qtopia/qtopia-=
=20
&gt; free-2.2.0/qt2/include   -I/qtopia/qtopia-free-2.2.0/qtopia/include  =
=20
&gt; -DQWS -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=3D500=
 =20
&gt; -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -=
=20
&gt; Wpointer-arith -fno-builtin -g3 -fno-inline -Wformat-security -=20
&gt; Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-=
=20
&gt; check-new -fno-common -D_QT_QPE_ -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT =
=20
&gt; -DQT_NO_ASCII_CAST  -MT libkdecorenetwork_la.all_cpp.lo -MD -MP -MF =
=20
&gt; ".deps/libkdecorenetwork_la.all_cpp.Tpo" -c -o =20
&gt; libkdecorenetwork_la.all_cpp.lo libkdecorenetwork_la.all_cpp.cpp; \
&gt; then mv -f ".deps/libkdecorenetwork_la.all_cpp.Tpo" ".deps/=20
&gt; libkdecorenetwork_la.all_cpp.Plo"; else rm -f ".deps/=20
&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 =20
&gt; before `*' token
&gt; ../../../../konq-embed/dropin/qmutex.h:35: error: syntax error =20
&gt; before `*' token
&gt; ../../../../konq-embed/dropin/qmutex.h:38: error: syntax error =20
&gt; before `*' token
&gt; ../../../../konq-embed/dropin/qmutex.h:30: warning: `class =20
&gt; QMutexLocker' only
&gt;    defines private constructors and has no friends
&gt; ../../../../konq-embed/dropin/qmutex.h:46: error: syntax error =20
&gt; before `*' token
&gt; ../../../../konq-embed/dropin/qmutex.h: In destructor `
&gt;    QMutexLocker::~QMutexLocker()':
&gt; ../../../../konq-embed/dropin/qmutex.h:54: error: `mtx' undeclared =20
&gt; (first use
&gt;    this function)
&gt; ../../../../konq-embed/dropin/qmutex.h:54: error: (Each undeclared =20
&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 =20
&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 =20
&gt; function `
&gt;    virtual QMetaObject* =20
&gt; QMutexLocker::QGuardedPtrPrivate::metaObject() const':
&gt; /qtopia/qtopia-free-2.2.0/qt2/include/qguardedptr.h:47: error: =20
&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 =
=20
&gt; `QObject*
&gt;    QMutexLocker::QGuardedPtrPrivate::object() const':
&gt; /qtopia/qtopia-free-2.2.0/qt2/include/qpixmap.h:220: error: local =20
&gt; class `class
&gt;    QMutexLocker::QGuardedPtrPrivate::object() const::QPixmap' shall =
=20
&gt; not have
&gt;    static data member `QMutexLocker::QGuardedPtrPrivate::object()
&gt;    const::QPixmap::Optimization =20
&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() =20
&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 =20
&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/=20
&gt; kdecore/network'
&gt; make[5]: *** [all-recursive] Error 1
&gt; make[5]: Leaving directory `/qtopia/x86/kdenox/konq-embed/kdesrc/=20
&gt; kdecore'
&gt; make[4]: *** [all] Error 2
&gt; make[4]: Leaving directory `/qtopia/x86/kdenox/konq-embed/kdesrc/=20
&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;                                                                    =20
&gt; Nestor
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt; [email protected]
&gt;
&gt; Send konq-e mailing list submissions to
&gt; [email protected]
&gt;
&gt; To subscribe or unsubscribe via the World Wide Web, visit
&gt; =09https://mail.kde.org/mailman/listinfo/konq-e
&gt; or, via email, send a message with subject or body 'help' to
&gt; [email protected]
&gt;
&gt; You can reach the person managing the list at
&gt; [email protected]
&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;[email protected]&gt;
&gt; Subject: RE : Does konq-e-20030705 support HTTPS protocol
&gt; To: [email protected]
&gt; Message-ID: &lt;[email protected]&gt;
&gt; Content-Type: text/plain; charset=3D"iso-8859-1"
&gt;
&gt;
&gt;   The ipkg of konq-e-2003 that you can pick on handhelds.org is not =
=20
&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 =20
&gt; this one :
&gt;   (you should cross-compile SSL for Arm processor before, and define =
=20
&gt; the env vars too) :
&gt;
&gt;   ./configure \
&gt;  --prefix=3D$MON_PREFIX \
&gt;  --exec-prefix=3D$MON_PREFIX_E \
&gt;  --build=3Di686-pc-linux-gnu \
&gt;  --host=3Darm-linux \
&gt;  --target=3Darm-linux \
&gt;  --enable-embedded \
&gt;  --enable-qt-embedded \
&gt;  --enable-qpe \
&gt;  --disable-debug \
&gt;  --disable-threading \
&gt;  --includedir=3D$ARM_INCL \
&gt;  --enable-static \
&gt;  --disable-shared \
&gt;  --with-qt-dir=3D${QTDIR} \
&gt;  --with-extra-includes=3D${ARM_SSL}/include \
&gt;  --with-extra-includes=3D$QTINC \
&gt;  --with-extra-includes=3D$QPEINC \
&gt;  --with-extra-includes=3D$QPEDIR/libopie2/opiecore \
&gt;  --with-extra-includes=3D$QPEDIR/libopie2/opiedb \
&gt;  --with-extra-includes=3D$QPEDIR/libopie2/opiemm \
&gt;  --with-extra-includes=3D$QPEDIR/libopie2/opienet \
&gt;  --with-extra-includes=3D$QPEDIR/libopie2/opiepim \
&gt;  --with-extra-includes=3D$QPEDIR/libopie2/opiesecurity \
&gt;  --with-extra-includes=3D$QPEDIR/libopie2/opieui \
&gt;  --with-extra-includes=3D$QPEDIR/libopie2/templates \
&gt;  --with-extra-includes=3D$QPEDIR/libqtaux \
&gt;  --with-extra-includes=3D$QPEDIR/library \
&gt;  --with-extra-includes=3D$QPEDIR/library/backend \
&gt;  --with-extra-libs=3D$ARM_LIB \
&gt;  --with-extra-libs=3D/usr/lib \
&gt;  --with-extra-libs=3D$QTLIB \
&gt;  --with-extra-libs=3D$QPELIB \
&gt;  --with-qt-libraries=3D$QTLIB \
&gt;  --with-qt-includes=3D$QTINC \
&gt;  --with-ssl-dir=3D$ARM_SSL \
&gt;  --with-javascript=3Dstatic \
&gt;  --with-qtopia-dir=3D${OPIEDIR} \
&gt;  --with-ssl-version=3D$ARM_SSL_VER \
&gt;  --enable-libsuffix=3D""
&gt;
&gt;
&gt;
&gt;
&gt; &gt;&gt;&gt; please note, that there also exists a more recent snapsho=
t on
&gt;
&gt; &gt;&gt;&gt; http://konqe.basyskom.org
&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 =20
&gt; the executable (6 Mo ? 8 Mo ?) I can't unfortunately use then on an =
=20
&gt; old iPaq 36xx or 37xx.
&gt;
&gt;   konq/E 2003 is plain, simpler, works not well with all websites, =20
&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 =20
&gt; Yahoo! Mail
&gt; -------------- next part --------------
&gt; An HTML attachment was scrubbed...
&gt; URL: http://mail.kde.org/pipermail/konq-e/attachments/20080204/add3e52=
f/attachment-0001.html
&gt;
&gt; ------------------------------
&gt;
&gt; _______________________________________________
&gt; konq-e mailing list
&gt; [email protected]
&gt; https://mail.kde.org/mailman/listinfo/konq-e
&gt;
&gt;
&gt; End of konq-e Digest, Vol 58, Issue 6
&gt; *************************************
&gt;
&gt;
&gt; ? ? ? ? ? ? ? ? ? ? ? 2 0 =20
&gt; 0 7 ? ? ? ? ? ? ? ? ? ? ? =20
&gt; ? ? ? ? _______________________________________________
&gt; konq-e mailing list
&gt; [email protected]
&gt; https://mail.kde.org/mailman/listinfo/konq-e

Mfg., Dr. Stefan Eilers
-- =20

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
[email protected] | www.basyskom.de

Handelsregister: Darmstadt HRB 9352
Geschaeftsfuehrung: Eva Brucherseifer


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/konq-e/attachments/20080211/af740fa1/att=
achment.html=20

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

_______________________________________________
konq-e mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/konq-e


End of konq-e Digest, Vol 58, Issue 8
*************************************
</PRE></BLOCKQUOTE><br><!-- footer --><br>
<hr>
<table width=3D"100%%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0">
  <tr>
    <td width=3D"50" height=3D"50"><img src=3D"http://proimg.163.com/channe=
l6/003957/yili080201_5050.jpg" alt=3D"LOGO" width=3D"50" height=3D"50"></td=
>
    <td style=3D"padding:5px;"><a style=3D"font-size:12px;color:black; line=
-height:20px;text-decoration:none;" href=3D"http://popme.163.com/link/00395=
7_0118_8159.html">=B5=E3=C1=C1=BC=D2=B5=C4=B0=C2=D4=CB=D7=F8=B1=EA =B4=F8=
=B0=AE=BB=D8=BC=D2</a><br /><a style=3D"font-size:12px;line-height:20px; co=
lor:black; text-decoration:none;" href=3D"http://popme.163.com/link/003957_=
0118_8159.html">=D2=C1=C0=FB=B4=BA=BD=DA=B4=F3=C0=F1=B0=FC=C5=C9=CB=CD=D6=
=D0</a></td>
  </tr>
</table>

------=_Part_55098_8944493.1203269015385--


--===============0078809493==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
konq-e mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/konq-e

--===============0078809493==--