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

Stefan Eilers <[email protected]> Mon, 18 Feb 2008 17:11:03 +0100
Newsgroups gmane.comp.kde.devel.konq-e
Message-ID <[email protected]>
--===============1055880066==
Content-Type: multipart/alternative; boundary=Apple-Mail-22--441919537


--Apple-Mail-22--441919537
Content-Type: text/plain;
	charset=GB2312;
	format=flowed;
	delsp=yes
Content-Transfer-Encoding: quoted-printable

Hi!

I think we need more input to understand the issue here..
Can you please show me the line 141 of file ftp.h?

In my case, it is a class declaration:

class  FtpSocket: public FtpTextReader, public KExtendedSocket
{
[...]
}
I don't see any reason for a syntax error..

Am 17.02.2008 um 18:23 schrieb =B2=CC=B6=D5=D0=DB:

>  Hello !
>
>     Thanks for your help! The problem has been resolved as you said.
>
>     but now I meet another problem , It appears :
>
> if /bin/sh ../../../libtool --silent --tag=3DCXX --mode=3Dcompile g++ =
-=20
> DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../konq-embed/kdesrc/=20
> kdecore -I../../../konq-embed/kdesrc/kjs -I../../../konq-embed/=20
> kdesrc/kssl -I../../../konq-embed/dropin -I../../../konq-embed/=20
> dropin/kio -I../../../konq-embed/dropin/kssl -I../../../konq-embed/=20
> kdesrc -I../../../konq-embed/kdesrc/kdecore -I../../../konq-embed/=20
> kdesrc/kdecore/network -I../../../konq-embed/kdesrc/kssl -I../../../=20=

> konq-embed/kdesrc/kssl  -I/qtopia/qtopia-free-2.2.0/qtopia/include -=20=

> I/qtopia/x86/kdenox/yealink/include -I/qtopia/qtopia-free-2.2.0/qt2/=20=

> include   -I/qtopia/qtopia-free-2.2.0/qtopia/include  -DQWS -=20
> 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 -g3 -fno-inline -Wformat-security -Wmissing-format-=20
> attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-=20=

> common -D_QT_QPE_ -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -=20
> DQT_NO_ASCII_CAST  -MT ftp.lo -MD -MP -MF ".deps/ftp.Tpo" -c -o =20
> ftp.lo ftp.cc; \
> then mv -f ".deps/ftp.Tpo" ".deps/ftp.Plo"; else rm -f ".deps/=20
> ftp.Tpo"; exit 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 =20=

> 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 =20=

> for each
>    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 =20
> `const' method
>    qualifier
> ftp.h:179: error: non-member function `int sock()' cannot have =20
> `const' method
>    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 =20
> char*)' cannot
>    have `const' method qualifier
> ftp.h:189: error: non-member function `int errorMessage(int, const =20
> char*)'
>    cannot have `const' method qualifier
> ftp.h:199: error: non-member function `bool setSocketOption(int, =20
> char*,
>    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 =20
> 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 =20=

> type
> ftp.cc:176: error: `int memmove' redeclared as different kind of =20
> symbol
> /usr/include/string.h:44: error: previous declaration of `void* =20
> memmove(void*,
>    const void*, unsigned int)'
> ftp.cc:176: error: initializer list being treated as compound =20
> 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 =20=

> 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 =20=

> no type
> 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 =20
> 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 =20=

> 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 =20
> 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 =20=

> no type
> ftp.cc:212: error: syntax error before `if'
> ftp.cc:214: error: ISO C++ forbids declaration of `nBytes' with no =20
> 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 =20=

> 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 =20
> 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 =20
> member `
>    inetSocket'
> ftp.cc:241: error: incomplete type `KExtendedSocket' does not have =20
> member `
>    noResolve'
> ftp.cc:242: error: `socketFlags' undeclared (first use this function)
> ftp.cc:242: error: `setSocketFlags' undeclared (first use this =20
> function)
> ftp.cc:243: error: `setTimeout' undeclared (first use this function)
> ftp.cc:245: error: incomplete type 'KExtendedSocket' cannot be used =20=

> to name a
>    scope
> ftp.cc:247: error: `status' undeclared (first use this function)
> ftp.cc:247: error: `IO_LookupError' undeclared (first use this =20
> function)
> ftp.cc:249: error: `systemError' undeclared (first use this function)
> ftp.cc:249: error: incomplete type 'KExtendedSocket' cannot be used =20=

> to name a
>    scope
> ftp.cc:253: error: `setAddressReusable' undeclared (first use this =20
> 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 =20=

> QString&,
>    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 =20
> member `
>    noResolve'
> ftp.cc:956: error: incomplete type `KExtendedSocket' does not have =20
> member `
>    passiveSocket'
> ftp.cc:957: error: incomplete type `KExtendedSocket' does not have =20
> 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 =20=

> member `
>    noResolve'
> ftp.cc:1063: error: incomplete type `KExtendedSocket' does not have =20=

> member `
>    passiveSocket'
> ftp.cc:1064: error: incomplete type `KExtendedSocket' does not have =20=

> 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
>
>
>
>
>
>
> [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
> 	https://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
> 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.pl/konqe
> >  with the version of
> >
> > kdenox_snapshot_qt2_20070531.tar.bz2 .
> >
> >     And I have installed the qtopia-2.2.0 before with mt and rtti
> > support in Suse9.3 with the configuration :
> >
> > echo 'yes' | ./configure -debug
> > -qte "-embedded -xplatform linux-generic-g++ -qconfig qpe -qvfb -
> > depths 16,24,32
> >       -system-jpeg -system-libpng -system-zlib -gif -thread -no-=20
> xft -
> > debug -lpng -lz -luuid -ljpeg"
> > -qpe '-xplatform linux-generic-g++ -edition pda -displaysize =20
> 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/
> > kdecore/network'
> > if /bin/sh ../../../../libtool --silent --tag=3DCXX --mode=3Dcompile =
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 -=20
> 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/=20
> qtopia-
> > free-2.2.0/qt2/include   -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 -fno-builtin -g3 -fno-inline -Wformat-security -
> > Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -=20
> fno-
> > check-new -fno-common -D_QT_QPE_ -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT
> > -DQT_NO_ASCII_CAST  -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; \
> > 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
> > In file included from kresolver.cpp:49,
> >                  from libkdecorenetwork_la.all_cpp.cpp:2:
> > ../../../../konq-embed/dropin/qmutex.h:32: error: syntax error
> > before `*' token
> > ../../../../konq-embed/dropin/qmutex.h:35: error: syntax error
> > before `*' token
> > ../../../../konq-embed/dropin/qmutex.h:38: error: syntax error
> > before `*' token
> > ../../../../konq-embed/dropin/qmutex.h:30: warning: `class
> > QMutexLocker' only
> >    defines private constructors and has no friends
> > ../../../../konq-embed/dropin/qmutex.h:46: error: syntax error
> > before `*' token
> > ../../../../konq-embed/dropin/qmutex.h: In destructor `
> >    QMutexLocker::~QMutexLocker()':
> > ../../../../konq-embed/dropin/qmutex.h:54: error: `mtx' undeclared
> > (first use
> >    this function)
> > ../../../../konq-embed/dropin/qmutex.h:54: error: (Each undeclared
> > 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
> > 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
> > function `
> >    virtual QMetaObject*
> > QMutexLocker::QGuardedPtrPrivate::metaObject() const':
> > /qtopia/qtopia-free-2.2.0/qt2/include/qguardedptr.h:47: error:
> > syntax error
> >    before `;' token
> > In file included from ../../../../konq-embed/dropin/kiconloader.h:=20=

> 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
> > `QObject*
> >    QMutexLocker::QGuardedPtrPrivate::object() const':
> > /qtopia/qtopia-free-2.2.0/qt2/include/qpixmap.h:220: error: local
> > class `class
> >    QMutexLocker::QGuardedPtrPrivate::object() const::QPixmap' shall
> > not have
> >    static data member `QMutexLocker::QGuardedPtrPrivate::object()
> >    const::QPixmap::Optimization
> > QMutexLocker::QGuardedPtrPrivate::object()
> >    const::QPixmap::defOptim'
> > /qtopia/qtopia-free-2.2.0/qt2/include/qpixmap.h:220: error: field `
> >    QMutexLocker::QGuardedPtrPrivate::object()
> > const::QPixmap::defOptim' in
> >    local class cannot be static
> > /qtopia/qtopia-free-2.2.0/qt2/include/qpixmap.h:231: confused by
> > earlier errors, bailing out
> > make[6]: *** [libkdecorenetwork_la.all_cpp.lo] Error 1
> > make[6]: Leaving directory `/qtopia/x86/kdenox/konq-embed/kdesrc/
> > kdecore/network'
> > make[5]: *** [all-recursive] Error 1
> > make[5]: Leaving directory `/qtopia/x86/kdenox/konq-embed/kdesrc/
> > kdecore'
> > make[4]: *** [all] Error 2
> > make[4]: Leaving directory `/qtopia/x86/kdenox/konq-embed/kdesrc/
> > 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 ,
> >
> >
> >
> > Nestor
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > [email protected]
> >
> > Send konq-e mailing list submissions to
> > 	[email protected]
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> > 	https://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 =20
> chevalier)
> >
> >
> > =20
> ----------------------------------------------------------------------
> >
> > 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
> > 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=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
> > 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: =
http://mail.kde.org/pipermail/konq-e/attachments/20080204/add3e52f/attachm=
ent-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
> > 0 7 ? ? ? ? ? ? ? ? ? ? ?
> > ? ? ? ? _______________________________________________
> > 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/attachm=
ent.html
>
> ------------------------------
>
> _______________________________________________
> konq-e mailing list
> [email protected]
> https://mail.kde.org/mailman/listinfo/konq-e
>
>
> End of konq-e Digest, Vol 58, Issue 8
> *************************************
>
>
> 	=B5=E3=C1=C1=BC=D2=B5=C4=B0=C2=D4=CB=D7=F8=B1=EA =B4=F8=B0=AE=BB=D8=
=BC=D2
> =D2=C1=C0=FB=B4=BA=BD=DA=B4=F3=C0=F1=B0=FC=C5=C9=CB=CD=D6=D0
> _______________________________________________
> 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



--Apple-Mail-22--441919537
Content-Type: text/html;
	charset=GB2312
Content-Transfer-Encoding: quoted-printable

<html><body style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
-webkit-line-break: after-white-space; ">Hi!<div><br =
class=3D"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=3D"webkit-block-placeholder"></div><div>In my case, it is a class =
declaration:</div><div><br =
class=3D"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 =
=B2=CC=B6=D5=D0=DB:</div><br =
class=3D"Apple-interchange-newline"><blockquote =
type=3D"cite"><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=3Dcompile 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=3D500 =
-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=3D"ftp://ftp.lo">ftp.lo</a> -MD -MP -MF ".deps/ftp.Tpo" -c -o <a =
href=3D"ftp://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<br>In file included from <a =
href=3D"ftp://ftp.cc:26">ftp.cc:26</a>:<br><a =
href=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 declaration 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 function)<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 =
appears 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-member function `int =
server()' cannot have `const' method <br>&nbsp;&nbsp; qualifier<br><a =
href=3D"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=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 function)<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 debugMessage(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 errorMessage(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 function `bool =
setSocketOption(int, char*, <br>&nbsp;&nbsp; unsigned int)' cannot have =
`const' method qualifier<br><a href=3D"ftp://ftp.h">ftp.h</a>: In =
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 href=3D"ftp://ftp.h:228">ftp.h:228</a>: error: syntax =
error before `}' token<br><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 before `*' =
token<br><a href=3D"ftp://ftp.cc:170">ftp.cc:170</a>: error: `pSock' was =
not declared in this scope<br><a href=3D"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=3D"ftp://ftp.cc:171">ftp.cc:171</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 =
href=3D"ftp://ftp.cc:176">ftp.cc:176</a>: error: `m_szText' was not =
declared in this scope<br><a href=3D"ftp://ftp.cc:176">ftp.cc:176</a>: =
error: `m_iTextLine' was not declared in this scope<br><a =
href=3D"ftp://ftp.cc:176">ftp.cc: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>: 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=3D"ftp://ftp.cc:176">ftp.cc:176</a>: error: initializer list being =
treated as compound expression<br><a =
href=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>: error: `m_szText' was not =
declared in this scope<br><a href=3D"ftp://ftp.cc:177">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++ =
forbids 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"ftp://ftp.cc:181">ftp.cc:181</a>: =
warning: converting to non-pointer type `int' 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>: error: ISO C++ =
forbids declaration of `m_bTextEOF' with no type<br><a =
href=3D"ftp://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: syntax error before `while'<br><a =
href=3D"ftp://ftp.cc:191">ftp.cc:191</a>: error: 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 in 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>: error: 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 declared 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 =
declaration of `m_bTextEOF' with no type<br><a =
href=3D"ftp://ftp.cc:199">ftp.cc: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 =
declaration 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:181</a>: error: `int pEOL' =
previously defined here<br><a href=3D"ftp://ftp.cc: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++ =
forbids declaration of `pEOL' with no type<br><a =
href=3D"ftp://ftp.cc:205">ftp.cc: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"ftp://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.cc:209">ftp.cc:209</a>: error: redefinition of `int =
nBytes'<br><a href=3D"ftp://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>: =
error: 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 href=3D"ftp://ftp.cc:214">ftp.cc:214</a>: error: ISO C++ =
forbids declaration of `nBytes' with no type<br><a =
href=3D"ftp://ftp.cc:214">ftp.cc:214</a>: error: 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.cc:214">ftp.cc:214</a>: error: `textReadLimit' was not =
declared in this scope<br><a href=3D"ftp://ftp.cc:215">ftp.cc:215</a>: =
error: syntax error before `}' 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:218">ftp.cc:218</a>: error: variable-size type =
declared outside of any function<br><a =
href=3D"ftp://ftp.cc:218">ftp.cc:218</a>: error: invalid =
initializer<br><a href=3D"ftp://ftp.cc:219">ftp.cc:219</a>: error: =
syntax error before `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(const 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'<br><a href=3D"ftp://ftp.cc:237">ftp.cc:237</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 `int FtpSocket::connectSocket(int, bool)':<br><a =
href=3D"ftp://ftp.cc:241">ftp.cc:241</a>: error: incomplete type =
`KExtendedSocket' 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.cc:242">ftp.cc:242</a>: error: =
`socketFlags' undeclared (first use this function)<br><a =
href=3D"ftp://ftp.cc:242">ftp.cc:242</a>: error: `setSocketFlags' =
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 'KExtendedSocket' 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 function)<br><a =
href=3D"ftp://ftp.cc:247">ftp.cc:247</a>: error: `IO_LookupError' =
undeclared (first use this function)<br><a =
href=3D"ftp://ftp.cc:249">ftp.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 =
'KExtendedSocket' cannot be used to name a <br>&nbsp;&nbsp; scope<br><a =
href=3D"ftp://ftp.cc:253">ftp.cc:253</a>: error: `setAddressReusable' =
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: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.cc">ftp.cc</a>: In member =
function `void FtpSocket::closeSocket()':<br><a =
href=3D"ftp://ftp.cc:281">ftp.cc:281</a>: error: `socketStatus' =
undeclared (first use this function)<br><a =
href=3D"ftp://ftp.cc:281">ftp.cc:281</a>: error: `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' 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: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 QCString&amp;)':<br><a =
href=3D"ftp://ftp.cc:299">ftp.cc:299</a>: error: `m_data' undeclared =
(first use this function)<br><a href=3D"ftp://ftp.cc:299">ftp.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::ftpOpenControlConnection(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 Ftp::ftpOpenPASVDataConnection()':<br><a =
href=3D"ftp://ftp.cc:894">ftp.cc:894</a>: error: syntax error before `(' =
token<br><a href=3D"ftp://ftp.cc">ftp.cc</a>: In member function `int =
Ftp::ftpOpenEPSVDataConnection()':<br><a =
href=3D"ftp://ftp.cc:933">ftp.cc:933</a>: error: syntax error before `(' =
token<br><a href=3D"ftp://ftp.cc">ftp.cc</a>: In member function `int =
Ftp::ftpOpenEPRTDataConnection()':<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 `<br>&nbsp;&nbsp; =
noResolve'<br><a href=3D"ftp://ftp.cc:956">ftp.cc:956</a>: error: =
incomplete type `KExtendedSocket' does not have member `<br>&nbsp;&nbsp; =
passiveSocket'<br><a href=3D"ftp://ftp.cc:957">ftp.cc:957</a>: error: =
incomplete type `KExtendedSocket' does not have member `<br>&nbsp;&nbsp; =
inetSocket'<br><a href=3D"ftp://ftp.cc">ftp.cc</a>: In member function =
`int Ftp::ftpOpenPortDataConnection()':<br><a =
href=3D"ftp://ftp.cc:1062">ftp.cc:1062</a>: error: syntax error before =
`(' token<br><a href=3D"ftp://ftp.cc:1063">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>&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=3D"mailto:[email protected]">=D4=DA2008-02=
[email protected]</a> =D0=B4=B5=C0=A3=BA<br> <blockquote =
id=3D"isReplyContent" style=3D"PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px =
0.8ex; BORDER-LEFT: #ccc 1px solid"><pre>Send konq-e mailing list =
submissions to
	<a href=3D"mailto:[email protected]">[email protected]</a>

To subscribe or unsubscribe via the World Wide Web, visit
	<a =
href=3D"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=3D"mailto:[email protected]">[email protected]</a>

You can reach the person managing the list at
	<a href=3D"mailto:[email protected]">[email protected]</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=3D"mailto:[email protected]">[email protected]</a>&gt=
;
Subject: Re: konq-e Digest, Vol 58, Issue 6
To: For discussion of Konqueror/Embedded &lt;<a =
href=3D"mailto:[email protected]">[email protected]</a>&gt;
Message-ID: &lt;<a =
href=3D"mailto:[email protected]">789FEF1C-=
[email protected]</a>&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 <a =
href=3D"http://www.basyskom.de/index.pl/konqe">http://www.basyskom.de/inde=
x.pl/konqe</a>=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; <a =
href=3D"mailto:[email protected]">2008-02-05?konq-e-reques=
[email protected]</a>
&gt;
&gt; Send konq-e mailing list submissions to
&gt; 	<a href=3D"mailto:[email protected]">[email protected]</a>
&gt;
&gt; To subscribe or unsubscribe via the World Wide Web, visit
&gt; 	<a =
href=3D"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=3D"mailto:[email protected]">[email protected]</a>
&gt;
&gt; You can reach the person managing the list at
&gt; 	<a href=3D"mailto:[email protected]">[email protected]</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=3D"mailto:[email protected]">[email protected]</a>&gt;
&gt; Subject: RE : Does konq-e-20030705 support HTTPS protocol
&gt; To: <a href=3D"mailto:[email protected]">[email protected]</a>
&gt; Message-ID: &lt;<a =
href=3D"mailto:[email protected]">882316.84681.q=
[email protected]</a>&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 =
snapshot on
&gt;
&gt; &gt;&gt;&gt; <a =
href=3D"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 =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: <a =
href=3D"http://mail.kde.org/pipermail/konq-e/attachments/20080204/add3e52f=
/attachment-0001.html">http://mail.kde.org/pipermail/konq-e/attachments/20=
080204/add3e52f/attachment-0001.html</a>
&gt;
&gt; ------------------------------
&gt;
&gt; _______________________________________________
&gt; konq-e mailing list
&gt; <a href=3D"mailto:[email protected]">[email protected]</a>
&gt; <a =
href=3D"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 =20
&gt; 0 7 ? ? ? ? ? ? ? ? ? ? ? =20
&gt; ? ? ? ? _______________________________________________
&gt; konq-e mailing list
&gt; <a href=3D"mailto:[email protected]">[email protected]</a>
&gt; <a =
href=3D"https://mail.kde.org/mailman/listinfo/konq-e">https://mail.kde.org=
/mailman/listinfo/konq-e</a>

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
<a href=3D"mailto:[email protected]">[email protected]</a>=
 | <a href=3D"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=3D"http://mail.kde.org/pipermail/konq-e/attachments/20080211/af740fa1=
/attachment.html">http://mail.kde.org/pipermail/konq-e/attachments/2008021=
1/af740fa1/attachment.html</a>=20

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

_______________________________________________
konq-e mailing list
<a href=3D"mailto:[email protected]">[email protected]</a>
<a =
href=3D"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=3D"100%%" =
border=3D"0" cellspacing=3D"0" cellpadding=3D"0">  <tbody><tr>    <td =
width=3D"50" height=3D"50"><img =
src=3D"http://proimg.163.com/channel6/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/003957_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; color: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> =
</tbody></table> =
_______________________________________________<br>konq-e mailing =
list<br><a href=3D"mailto:[email protected]">[email protected]</a><br><a =
href=3D"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=3D"true"> <span class=3D"Apple-style-span" =
style=3D"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=3D"word-wrap: break-word; -khtml-nbsp-mode: space; =
-khtml-line-break: after-white-space; "><span class=3D"Apple-style-span" =
style=3D"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=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ; font-size: 12px; "><span class=3D"Apple-style-span" =
style=3D"font-size: 12px; "><span class=3D"Apple-style-span" =
style=3D"font-size: 12px; ">Mfg., Dr. Stefan =
Eilers</span></span></div><div style=3D"margin-top: 0px; margin-right: =
0px; margin-bottom: 0px; margin-left: 0px; ; font-size: 12px; "><span =
class=3D"Apple-style-span" style=3D"font-size: 12px; "><span =
class=3D"Apple-style-span" style=3D"font-size: 12px; =
">--&nbsp;&nbsp;</span></span></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ; font-size: =
12px; "><br class=3D"khtml-block-placeholder"></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ; font-size: 12px; "><span class=3D"Apple-style-span" =
style=3D"font-size: 12px; "><span class=3D"Apple-style-span" =
style=3D"font-size: 12px; ">Dr.-Ing. Stefan =
Eilers</span></span></div><div style=3D"margin-top: 0px; margin-right: =
0px; margin-bottom: 0px; margin-left: 0px; ; font-size: 12px; "><span =
class=3D"Apple-style-span" style=3D"font-size: 12px; "><span =
class=3D"Apple-style-span" style=3D"font-size: 12px; ">Projekt =
Manager</span></span></div><div style=3D"margin-top: 0px; margin-right: =
0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; ; =
font-size: 12px; "><br style=3D"font-size: 12px; "></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ; font-size: 12px; "><span class=3D"Apple-style-span" =
style=3D"font-size: 12px; "><span class=3D"Apple-style-span" =
style=3D"font-size: 12px; ">basysKom GmbH</span></span></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ; font-size: 12px; "><span class=3D"Apple-style-span" =
style=3D"font-size: 12px; "><span class=3D"Apple-style-span" =
style=3D"font-size: 12px; ">Robert-Bosch-Str. 7 | 64293 Darmstadt | =
Germany</span></span></div><div style=3D"margin-top: 0px; margin-right: =
0px; margin-bottom: 0px; margin-left: 0px; ; font-size: 12px; "><span =
class=3D"Apple-style-span" style=3D"font-size: 12px; "><span =
class=3D"Apple-style-span" style=3D"font-size: 12px; ">Tel: +49 =
6151&nbsp;</span></span><span class=3D"Apple-style-span" =
style=3D"font-size: 12px; "><span class=3D"Apple-style-span" =
style=3D"font-size: 12px; ">3968753 | Fax: -736 | Mobile: +49 170 =
4213459&nbsp;</span></span></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ; font-size: =
12px; "><span class=3D"Apple-style-span" style=3D"font-size: 12px; =
"><span class=3D"Apple-style-span" style=3D"font-size: 12px; "><a =
href=3D"mailto:[email protected]">[email protected]</a> =
| <a =
href=3D"http://www.basyskom.de">www.basyskom.de</a></span></span></div><di=
v style=3D"font-size: 12px; "><br style=3D"font-size: 12px; "></div><div =
style=3D"font-size: 12px; "><span class=3D"Apple-style-span" =
style=3D"font-size: 12px; "><span class=3D"Apple-style-span" =
style=3D"font-size: 12px; ">Handelsregister: Darmstadt HRB =
9352</span></span></div><div style=3D"font-size: 12px; "><span =
class=3D"Apple-style-span" style=3D"font-size: 12px; "><span =
class=3D"Apple-style-span" style=3D"font-size: 12px; =
">Geschaeftsfuehrung: Eva Brucherseifer</span></span></div><br =
class=3D"Apple-interchange-newline"></span></div></span> =
</div><br></div></body></html>=

--Apple-Mail-22--441919537--

--===============1055880066==
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

--===============1055880066==--