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

Stefan Eilers <[email protected]> Mon, 11 Feb 2008 09:09:10 +0100
Newsgroups gmane.comp.kde.devel.konq-e
Message-ID <[email protected]>
--===============2046675788==
Content-Type: multipart/alternative; boundary=Apple-Mail-60-1071851480


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

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 =B2=CC=B6=D5=D0=DB:

>  Hi everyone ,
>
>     Thanks for yours help!
>
>     I download the konq-e src packets from =
http://www.basyskom.de/index.pl/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
> 	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 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/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
> *************************************
>
>
> =CD=F8 =D2=D7 =D3=D0 =B5=C0 =D3=A2 =BA=BA =B5=E7 =D7=D3 =B4=CA =B5=E4 =
=BB=F1 2 0 =20
> 0 7 =C4=EA =A1=B0 =B5=E7 =C4=D4 =B1=A8 =A1=B1 =C3=E2 =B7=D1 =C8=ED =BC=FE=
 =D7=EE =20
> =BC=D1 =B9=A6 =C4=DC =BD=B1 =
_______________________________________________
> 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-60-1071851480
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; ">Hello!<div><br =
class=3D"webkit-block-placeholder"></div><div>Your problem seems to be =
related to a missing thread support in your Qt/e. Thus, QMutex is not =
available.</div><div><br><div><div>Am 05.02.2008 um 19:24 schrieb =
=B2=CC=B6=D5=D0=DB:</div><br =
class=3D"Apple-interchange-newline"><blockquote =
type=3D"cite"><div>&nbsp;Hi everyone ,</div> <div>&nbsp;</div> =
<div>&nbsp;&nbsp;&nbsp; Thanks for yours help!</div> <div>&nbsp;</div> =
<div>&nbsp;&nbsp;&nbsp; I download the konq-e src packets from <a =
href=3D"http://www.basyskom.de/index.pl/konqe">http://www.basyskom.de/inde=
x.pl/konqe</a>&nbsp;with the version of</div> <div>&nbsp;</div> <div><a =
href=3D"http://www.basyskom.de/uploads/175/39/kdenox_snapshot_qt2_20070531=
.tar.bz2"><font =
color=3D"#13bbdd">kdenox_snapshot_qt2_20070531.tar.bz2</font></a>&nbsp;.</=
div> <div>&nbsp;</div> <div>&nbsp;&nbsp;&nbsp; And I&nbsp;have installed =
the qtopia-2.2.0&nbsp;before with mt and rtti support in&nbsp;Suse9.3 =
with the configuration :</div> <div>&nbsp;</div> <div>echo 'yes' | =
./configure -debug </div> <div>-qte "-embedded -xplatform =
linux-generic-g++ -qconfig qpe -qvfb -depths 16,24,32 </div> =
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -system-jpeg -system-libpng =
-system-zlib -gif -thread -no-xft -debug -lpng -lz -luuid -ljpeg" </div> =
<div>-qpe '-xplatform linux-generic-g++ -edition pda -displaysize =
480x234'&nbsp;</div> <div>&nbsp;</div> <div>&nbsp;</div> =
<div>&nbsp;&nbsp; And now I want to install the konq-e-2070531 with =
configuration :</div> <div><br>export =
QTE_BASE=3D/qtopia/qtopia-free-2.2.0</div> <div><br>./configure </div> =
<div>--prefix=3D$PWD/install</div> <div>--host=3Di686-linux </div> =
<div>--with-ipv6-lookup=3Dno </div> <div>--without-xinerama </div> =
<div>--enable-scrollbars </div> <div>--disable-selection </div> =
<div>--enable-bookmarks </div> <div>--with-javascript=3Dstatic </div> =
<div>--enable-debug=3Dfull </div> <div>--disable-printing </div> =
<div>--enable-pcre </div> <div>--without-arts </div> =
<div>--enable-jshostext </div> <div>--enable-final </div> =
<div>--enable-qt-embedded </div> =
<div>--with-extra-includes=3D$QTE_BASE/qtopia/include </div> =
<div>--with-extra-libs=3D$QTE_BASE/qtopia/lib </div> =
<div>--with-qt-dir=3D$QTE_BASE/qtopia </div> =
<div>--with-qt-libraries=3D$QTE_BASE/qtopia/lib </div> =
<div>--with-qt-includes=3D$QTE_BASE/qt2/include </div> =
<div>--enable-fwnewepg=3Dyes </div> <div>--enable-embedded </div> =
<div>--with-qtopia-dir=3D$QTE_BASE/qtopia </div> <div>--enable-qtopia =
</div> <div>--enable-qpe </div> <div>--with-gui=3Dqpe </div> =
<div>--enable-rtti-embedded </div> <div>--enable-ftp </div> =
<div>--enable-fullscreenmenu </div> =
<div>--with-ssl-version=3D0.9.7e&nbsp;</div> <div>&nbsp;</div> =
<div>&nbsp;&nbsp;&nbsp; but it apperas the error :</div> =
<div>&nbsp;</div> <div>make[6]: Entering directory =
`/qtopia/x86/kdenox/konq-embed/kdesrc/kdecore/network'<br>if /bin/sh =
../../../../libtool --silent --tag=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/kdesrc/kdecore =
-I../../../../konq-embed/kdesrc/kdecore =
-I/qtopia/qtopia-free-2.2.0/qtopia/include =
-I/qtopia/x86/kdenox/yealink/include =
-I/qtopia/qtopia-free-2.2.0/qt2/include&nbsp;&nbsp; =
-I/qtopia/qtopia-free-2.2.0/qtopia/include&nbsp; -DQWS =
-D_REENTRANT&nbsp; -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=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 =
-fno-check-new -fno-common -D_QT_QPE_ -DQT_CLEAN_NAMESPACE =
-DQT_NO_COMPAT -DQT_NO_ASCII_CAST&nbsp; -MT =
libkdecorenetwork_la.all_cpp.lo -MD -MP -MF =
".deps/libkdecorenetwork_la.all_cpp.Tpo" -c -o =
libkdecorenetwork_la.all_cpp.lo libkdecorenetwork_la.all_cpp.cpp; =
\<br>then mv -f ".deps/libkdecorenetwork_la.all_cpp.Tpo" =
".deps/libkdecorenetwork_la.all_cpp.Plo"; else rm -f =
".deps/libkdecorenetwork_la.all_cpp.Tpo"; exit 1; fi<br>In file included =
from =
kresolver.cpp:49,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from =
libkdecorenetwork_la.all_cpp.cpp:2:<br>../../../../konq-embed/dropin/qmute=
x.h:32: error: syntax error before `*' =
token<br>../../../../konq-embed/dropin/qmutex.h:35: error: syntax error =
before `*' token<br>../../../../konq-embed/dropin/qmutex.h:38: error: =
syntax error before `*' =
token<br>../../../../konq-embed/dropin/qmutex.h:30: warning: `class =
QMutexLocker' only <br>&nbsp;&nbsp; defines private constructors and has =
no friends<br>../../../../konq-embed/dropin/qmutex.h:46: error: syntax =
error before `*' token<br>../../../../konq-embed/dropin/qmutex.h: In =
destructor `<br>&nbsp;&nbsp; =
QMutexLocker::~QMutexLocker()':<br>../../../../konq-embed/dropin/qmutex.h:=
54: error: `mtx' undeclared (first use <br>&nbsp;&nbsp; this =
function)<br>../../../../konq-embed/dropin/qmutex.h:54: error: (Each =
undeclared identifier <br>&nbsp;&nbsp; is reported only once for each =
function it appears in.)<br>../../../../konq-embed/dropin/qmutex.h: At =
global scope:<br>../../../../konq-embed/dropin/qmutex.h:57: error: =
syntax error before `*' token<br>In file included from =
kresolver.cpp:50,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from =
libkdecorenetwork_la.all_cpp.cpp:2:<br>/qtopia/qtopia-free-2.2.0/qt2/inclu=
de/qguardedptr.h: In member function `<br>&nbsp;&nbsp; virtual =
QMetaObject* QMutexLocker::QGuardedPtrPrivate::metaObject() =
const':<br>/qtopia/qtopia-free-2.2.0/qt2/include/qguardedptr.h:47: =
error: syntax error <br>&nbsp;&nbsp; before `;' token<br>In file =
included from =
../../../../konq-embed/dropin/kiconloader.h:25,<br>&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
from =
../../../../konq-embed/dropin/kinstance.h:29,<br>&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
from =
../../../../konq-embed/dropin/kglobal.h:26,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
from =
../../../../konq-embed/dropin/klocale.h:31,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
from =
kresolver.cpp:58,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from =
libkdecorenetwork_la.all_cpp.cpp:2:<br>/qtopia/qtopia-free-2.2.0/qt2/inclu=
de/qpixmap.h: In member function `QObject* <br>&nbsp;&nbsp; =
QMutexLocker::QGuardedPtrPrivate::object() =
const':<br>/qtopia/qtopia-free-2.2.0/qt2/include/qpixmap.h:220: error: =
local class `class <br>&nbsp;&nbsp; =
QMutexLocker::QGuardedPtrPrivate::object() const::QPixmap' shall not =
have <br>&nbsp;&nbsp; static data member =
`QMutexLocker::QGuardedPtrPrivate::object() <br>&nbsp;&nbsp; =
const::QPixmap::Optimization QMutexLocker::QGuardedPtrPrivate::object() =
<br>&nbsp;&nbsp; =
const::QPixmap::defOptim'<br>/qtopia/qtopia-free-2.2.0/qt2/include/qpixmap=
.h:220: error: field `<br>&nbsp;&nbsp; =
QMutexLocker::QGuardedPtrPrivate::object() const::QPixmap::defOptim' in =
<br>&nbsp;&nbsp; local class cannot be =
static<br>/qtopia/qtopia-free-2.2.0/qt2/include/qpixmap.h:231: confused =
by earlier errors, bailing out<br>make[6]: *** =
[libkdecorenetwork_la.all_cpp.lo] Error 1<br>make[6]: Leaving directory =
`/qtopia/x86/kdenox/konq-embed/kdesrc/kdecore/network'<br>make[5]: *** =
[all-recursive] Error 1<br>make[5]: Leaving directory =
`/qtopia/x86/kdenox/konq-embed/kdesrc/kdecore'<br>make[4]: *** [all] =
Error 2<br>make[4]: Leaving directory =
`/qtopia/x86/kdenox/konq-embed/kdesrc/kdecore'<br>make[3]: *** =
[all-recursive] Error 1<br>make[3]: Leaving directory =
`/qtopia/x86/kdenox/konq-embed/kdesrc'<br>make[2]: *** [all-recursive] =
Error 1<br>make[2]: Leaving directory =
`/qtopia/x86/kdenox/konq-embed'<br>make[1]: *** [all-recursive] Error =
1<br>make[1]: Leaving directory `/qtopia/x86/kdenox'<br>make: *** [all] =
Error 2</div> <div>&nbsp;</div> <div>&nbsp;&nbsp;&nbsp; Pls help me =
to&nbsp;fix the error!</div> <div>&nbsp;</div> <div>Thanks!</div> =
<div>&nbsp;</div> <div>Best Wishes ,</div> <div>&nbsp;</div> =
<div>&nbsp;</div> =
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Nestor</div> <div>&nbsp;</div> =
<div></div><div>&nbsp;<br =
class=3D"webkit-block-placeholder"></div><div>&nbsp;<br =
class=3D"webkit-block-placeholder"></div><div>&nbsp;<br =
class=3D"webkit-block-placeholder"></div><div>&nbsp;<br =
class=3D"webkit-block-placeholder"></div><div>&nbsp;<br =
class=3D"webkit-block-placeholder"></div><div>&nbsp;<br =
class=3D"webkit-block-placeholder"></div><div>&nbsp;<br =
class=3D"webkit-block-placeholder"></div><div>&nbsp;<br =
class=3D"webkit-block-placeholder"></div><div>&nbsp;<br =
class=3D"webkit-block-placeholder"></div><div>&nbsp;<br =
class=3D"webkit-block-placeholder"></div><div>&nbsp;<br =
class=3D"webkit-block-placeholder"></div><div>&nbsp;<br =
class=3D"webkit-block-placeholder"></div><div>&nbsp;<br =
class=3D"webkit-block-placeholder"></div><div>&nbsp;<br =
class=3D"webkit-block-placeholder"></div><div>&nbsp;<br =
class=3D"webkit-block-placeholder"></div><p><br><a =
href=3D"mailto:[email protected]">2008-02-05=A3=ACkon=
[email protected]</a> </p> <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 : Does konq-e-20030705 support HTTPS protocol (bz chevalier)


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

Message: 1
Date: Mon, 4 Feb 2008 18:24:24 +0100 (CET)
From: bz chevalier &lt;<a =
href=3D"mailto:[email protected]">[email protected]</a>&gt;
Subject: RE : Does konq-e-20030705 support HTTPS protocol
To: <a href=3D"mailto:[email protected]">[email protected]</a>
Message-ID: &lt;<a =
href=3D"mailto:[email protected]">882316.84681.q=
[email protected]</a>&gt;
Content-Type: text/plain; charset=3D"iso-8859-1"

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

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

=20

You can integrate SSL to konq-E-20030705 with a "configure" like this =
one :=20
  (you should cross-compile SSL for Arm processor before, and define the =
env vars too) :
  =20
  ./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""
=20
   =20
=20
 =20
&gt;&gt;&gt; please note, that there also exists a more recent snapshot =
on

&gt;&gt;&gt; <a =
href=3D"http://konqe.basyskom.org">http://konqe.basyskom.org</a>
  &gt;&gt;&gt; Cheers,
  &gt;&gt;&gt; Eva=20
  =20
  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.=20
  =20
  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.
  =20
   =20


      =20
---------------------------------
 Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! =
Mail=20
-------------- next part --------------
An HTML attachment was scrubbed...
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>=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 6
*************************************
</pre></blockquote><br><!-- footer --><br><hr> <a =
style=3D"font-size:14px;line-height:15px; color:#000; =
text-decoration:none" =
href=3D"http://event.mail.163.com/chanel/click.htm?from=3DNO_25&amp;domain=
=3D126" target=3D"_blank"><span style=3D"text-decoration:underline; =
color:blue">=CD=F8 =D2=D7 =D3=D0 =B5=C0 =D3=A2 =BA=BA =B5=E7 =D7=D3 =B4=CA=
 =B5=E4 =BB=F1 2 0 0 7 =C4=EA =A1=B0 =B5=E7 =C4=D4 =B1=A8 =A1=B1 =C3=E2 =
=B7=D1 =C8=ED =BC=FE =D7=EE =BC=D1 =B9=A6 =C4=DC =BD=B1</span> =
</a>_______________________________________________<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-60-1071851480--

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

--===============2046675788==--