konq-e Digest, Vol 58, Issue 8

Stefan Eilers stefan.eilers at basyskom.de
Mon Feb 18 17:11:03 CET 2008


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 蔡墩雄:

>  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=CXX --mode=compile g++ - 
> DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../konq-embed/kdesrc/ 
> kdecore -I../../../konq-embed/kdesrc/kjs -I../../../konq-embed/ 
> kdesrc/kssl -I../../../konq-embed/dropin -I../../../konq-embed/ 
> dropin/kio -I../../../konq-embed/dropin/kssl -I../../../konq-embed/ 
> kdesrc -I../../../konq-embed/kdesrc/kdecore -I../../../konq-embed/ 
> kdesrc/kdecore/network -I../../../konq-embed/kdesrc/kssl -I../../../ 
> konq-embed/kdesrc/kssl  -I/qtopia/qtopia-free-2.2.0/qtopia/include - 
> I/qtopia/x86/kdenox/yealink/include -I/qtopia/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=500 - 
> D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W - 
> Wpointer-arith -g3 -fno-inline -Wformat-security -Wmissing-format- 
> attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno- 
> common -D_QT_QPE_ -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT - 
> DQT_NO_ASCII_CAST  -MT ftp.lo -MD -MP -MF ".deps/ftp.Tpo" -c -o  
> ftp.lo ftp.cc; \
> then mv -f ".deps/ftp.Tpo" ".deps/ftp.Plo"; else rm -f ".deps/ 
> 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  
> 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 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  
> `const' method
>    qualifier
> ftp.h:179: error: non-member function `int sock()' cannot have  
> `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  
> char*)' cannot
>    have `const' method qualifier
> ftp.h:189: error: non-member function `int errorMessage(int, const  
> char*)'
>    cannot have `const' method qualifier
> ftp.h:199: error: non-member function `bool setSocketOption(int,  
> 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  
> 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(void*,
>    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 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  
> 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 type
> 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
>    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
>    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  
> 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  
> 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
>
>
>
>
>
>
> 在2008-02-11,konq-e-request at kde.org 写道:
> Send konq-e mailing list submissions to
> 	konq-e at kde.org
>
> 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
> 	konq-e-request at kde.org
>
> You can reach the person managing the list at
> 	konq-e-owner at kde.org
>
> 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 <stefan.eilers at basyskom.de>
> Subject: Re: konq-e Digest, Vol 58, Issue 6
> To: For discussion of Konqueror/Embedded <konq-e at kde.org>
> Message-ID: <789FEF1C-CF99-4F22-A603-A4CDFF8F756C at basyskom.de>
> Content-Type: text/plain; charset="gb2312"
>
> Hello!
>
> Your problem seems to be related to a missing thread support in your
> Qt/e. Thus, QMutex is not available.
>
> Am 05.02.2008 um 19:24 schrieb ???:
>
> >  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- 
> xft -
> > 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=/qtopia/qtopia-free-2.2.0
> >
> > ./configure
> > --prefix=$PWD/install
> > --host=i686-linux
> > --with-ipv6-lookup=no
> > --without-xinerama
> > --enable-scrollbars
> > --disable-selection
> > --enable-bookmarks
> > --with-javascript=static
> > --enable-debug=full
> > --disable-printing
> > --enable-pcre
> > --without-arts
> > --enable-jshostext
> > --enable-final
> > --enable-qt-embedded
> > --with-extra-includes=$QTE_BASE/qtopia/include
> > --with-extra-libs=$QTE_BASE/qtopia/lib
> > --with-qt-dir=$QTE_BASE/qtopia
> > --with-qt-libraries=$QTE_BASE/qtopia/lib
> > --with-qt-includes=$QTE_BASE/qt2/include
> > --enable-fwnewepg=yes
> > --enable-embedded
> > --with-qtopia-dir=$QTE_BASE/qtopia
> > --enable-qtopia
> > --enable-qpe
> > --with-gui=qpe
> > --enable-rtti-embedded
> > --enable-ftp
> > --enable-fullscreenmenu
> > --with-ssl-version=0.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=CXX --mode=compile g++
> > -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../konq-embed/
> > kdesrc/kdecore -I../../../../konq-embed/kdesrc/kjs -I../../../../
> > konq-embed/kdesrc/kssl -I../../../../konq-embed/dropin - 
> I../../../../
> > konq-embed/dropin/kio -I../../../../konq-embed/kdesrc/kdecore -
> > I../../../../konq-embed/kdesrc/kdecore -I/qtopia/qtopia-free-2.2.0/
> > qtopia/include -I/qtopia/x86/kdenox/yealink/include -I/qtopia/ 
> qtopia-
> > free-2.2.0/qt2/include   -I/qtopia/qtopia-free-2.2.0/qtopia/include
> > -DQWS -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500
> > -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -
> > Wpointer-arith -fno-builtin -g3 -fno-inline -Wformat-security -
> > Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions - 
> fno-
> > check-new -fno-common -D_QT_QPE_ -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT
> > -DQT_NO_ASCII_CAST  -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: 
> 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
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > 2008-02-05?konq-e-request at kde.org
> >
> > Send konq-e mailing list submissions to
> > 	konq-e at kde.org
> >
> > 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
> > 	konq-e-request at kde.org
> >
> > You can reach the person managing the list at
> > 	konq-e-owner at kde.org
> >
> > 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 <bzchevalier at yahoo.fr>
> > Subject: RE : Does konq-e-20030705 support HTTPS protocol
> > To: konq-e at kde.org
> > Message-ID: <882316.84681.qm at web25801.mail.ukl.yahoo.com>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> >
> >   The ipkg of konq-e-2003 that you can pick on handhelds.org is not
> > compiled with SSL (I don't understand why),
> >
> >
> >
> > But yes of course, konq-e-20030705 supports SSL/https.
> >
> >
> >
> > You can integrate SSL to konq-E-20030705 with a "configure" like
> > this one :
> >   (you should cross-compile SSL for Arm processor before, and define
> > the env vars too) :
> >
> >   ./configure \
> >  --prefix=$MON_PREFIX \
> >  --exec-prefix=$MON_PREFIX_E \
> >  --build=i686-pc-linux-gnu \
> >  --host=arm-linux \
> >  --target=arm-linux \
> >  --enable-embedded \
> >  --enable-qt-embedded \
> >  --enable-qpe \
> >  --disable-debug \
> >  --disable-threading \
> >  --includedir=$ARM_INCL \
> >  --enable-static \
> >  --disable-shared \
> >  --with-qt-dir=${QTDIR} \
> >  --with-extra-includes=${ARM_SSL}/include \
> >  --with-extra-includes=$QTINC \
> >  --with-extra-includes=$QPEINC \
> >  --with-extra-includes=$QPEDIR/libopie2/opiecore \
> >  --with-extra-includes=$QPEDIR/libopie2/opiedb \
> >  --with-extra-includes=$QPEDIR/libopie2/opiemm \
> >  --with-extra-includes=$QPEDIR/libopie2/opienet \
> >  --with-extra-includes=$QPEDIR/libopie2/opiepim \
> >  --with-extra-includes=$QPEDIR/libopie2/opiesecurity \
> >  --with-extra-includes=$QPEDIR/libopie2/opieui \
> >  --with-extra-includes=$QPEDIR/libopie2/templates \
> >  --with-extra-includes=$QPEDIR/libqtaux \
> >  --with-extra-includes=$QPEDIR/library \
> >  --with-extra-includes=$QPEDIR/library/backend \
> >  --with-extra-libs=$ARM_LIB \
> >  --with-extra-libs=/usr/lib \
> >  --with-extra-libs=$QTLIB \
> >  --with-extra-libs=$QPELIB \
> >  --with-qt-libraries=$QTLIB \
> >  --with-qt-includes=$QTINC \
> >  --with-ssl-dir=$ARM_SSL \
> >  --with-javascript=static \
> >  --with-qtopia-dir=${OPIEDIR} \
> >  --with-ssl-version=$ARM_SSL_VER \
> >  --enable-libsuffix=""
> >
> >
> >
> >
> > >>> 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/attachment-0001.html
> >
> > ------------------------------
> >
> > _______________________________________________
> > konq-e mailing list
> > konq-e at kde.org
> > 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
> > konq-e at kde.org
> > https://mail.kde.org/mailman/listinfo/konq-e
>
> Mfg., Dr. Stefan Eilers
> --  
>
> Dr.-Ing. Stefan Eilers
> Projekt Manager
>
> basysKom GmbH
> Robert-Bosch-Str. 7 | 64293 Darmstadt | Germany
> Tel: +49 6151 3968753 | Fax: -736 | Mobile: +49 170 4213459
> stefan.eilers at basyskom.de | 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/attachment.html
>
> ------------------------------
>
> _______________________________________________
> konq-e mailing list
> konq-e at kde.org
> https://mail.kde.org/mailman/listinfo/konq-e
>
>
> End of konq-e Digest, Vol 58, Issue 8
> *************************************
>
>
> 	点亮家的奥运坐标 带爱回家
> 伊利春节大礼包派送中
> _______________________________________________
> konq-e mailing list
> konq-e at kde.org
> https://mail.kde.org/mailman/listinfo/konq-e

Mfg., Dr. Stefan Eilers
--  

Dr.-Ing. Stefan Eilers
Projekt Manager

basysKom GmbH
Robert-Bosch-Str. 7 | 64293 Darmstadt | Germany
Tel: +49 6151 3968753 | Fax: -736 | Mobile: +49 170 4213459
stefan.eilers at basyskom.de | 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/20080218/92fa4e06/attachment-0001.html 


More information about the konq-e mailing list