Re:konq-e Digest, Vol 58, Issue 6
蔡墩雄 <[email protected]> Wed, 6 Feb 2008 02:24:03 +0800 (CST)
| Newsgroups | gmane.comp.kde.devel.konq-e |
|---|---|
| Message-ID | <[email protected]> |
--===============1640743732==
Content-Type: multipart/alternative;
boundary="----=_Part_46354_11256773.1202235843171"
------=_Part_46354_11256773.1202235843171
Content-Type: text/plain; charset=gbk
Content-Transfer-Encoding: quoted-printable
Hi everyone ,
=20
Thanks for yours help!
=20
I download the konq-e src packets from http://www.basyskom.de/index.pl/=
konqe with the version of
=20
kdenox_snapshot_qt2_20070531.tar.bz2 .
=20
And I have installed the qtopia-2.2.0 before with mt and rtti support i=
n Suse9.3 with the configuration :
=20
echo 'yes' | ./configure -debug=20
-qte "-embedded -xplatform linux-generic-g++ -qconfig qpe -qvfb -depths 16,=
24,32=20
-system-jpeg -system-libpng -system-zlib -gif -thread -no-xft -debug =
-lpng -lz -luuid -ljpeg"=20
-qpe '-xplatform linux-generic-g++ -edition pda -displaysize 480x234'=20
=20
=20
And now I want to install the konq-e-2070531 with configuration :
export QTE_BASE=3D/qtopia/qtopia-free-2.2.0
./configure=20
--prefix=3D$PWD/install
--host=3Di686-linux=20
--with-ipv6-lookup=3Dno=20
--without-xinerama=20
--enable-scrollbars=20
--disable-selection=20
--enable-bookmarks=20
--with-javascript=3Dstatic=20
--enable-debug=3Dfull=20
--disable-printing=20
--enable-pcre=20
--without-arts=20
--enable-jshostext=20
--enable-final=20
--enable-qt-embedded=20
--with-extra-includes=3D$QTE_BASE/qtopia/include=20
--with-extra-libs=3D$QTE_BASE/qtopia/lib=20
--with-qt-dir=3D$QTE_BASE/qtopia=20
--with-qt-libraries=3D$QTE_BASE/qtopia/lib=20
--with-qt-includes=3D$QTE_BASE/qt2/include=20
--enable-fwnewepg=3Dyes=20
--enable-embedded=20
--with-qtopia-dir=3D$QTE_BASE/qtopia=20
--enable-qtopia=20
--enable-qpe=20
--with-gui=3Dqpe=20
--enable-rtti-embedded=20
--enable-ftp=20
--enable-fullscreenmenu=20
--with-ssl-version=3D0.9.7e=20
=20
but it apperas the error :
=20
make[6]: Entering directory `/qtopia/x86/kdenox/konq-embed/kdesrc/kdecore/n=
etwork'
if /bin/sh ../../../../libtool --silent --tag=3DCXX --mode=3Dcompile g++ -D=
HAVE_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/includ=
e -I/qtopia/qtopia-free-2.2.0/qt2/include -I/qtopia/qtopia-free-2.2.0/qto=
pia/include -DQWS -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOUR=
CE=3D500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W=
-Wpointer-arith -fno-builtin -g3 -fno-inline -Wformat-security -Wmissing-f=
ormat-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-c=
ommon -D_QT_QPE_ -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -M=
T libkdecorenetwork_la.all_cpp.lo -MD -MP -MF ".deps/libkdecorenetwork_la.a=
ll_cpp.Tpo" -c -o libkdecorenetwork_la.all_cpp.lo libkdecorenetwork_la.all_=
cpp.cpp; \
then mv -f ".deps/libkdecorenetwork_la.all_cpp.Tpo" ".deps/libkdecorenetwor=
k_la.all_cpp.Plo"; else rm -f ".deps/libkdecorenetwork_la.all_cpp.Tpo"; exi=
t 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 `*' t=
oken
../../../../konq-embed/dropin/qmutex.h:35: error: syntax error before `*' t=
oken
../../../../konq-embed/dropin/qmutex.h:38: error: syntax error before `*' t=
oken
../../../../konq-embed/dropin/qmutex.h:30: warning: `class QMutexLocker' on=
ly=20
defines private constructors and has no friends
../../../../konq-embed/dropin/qmutex.h:46: error: syntax error before `*' t=
oken
../../../../konq-embed/dropin/qmutex.h: In destructor `
QMutexLocker::~QMutexLocker()':
../../../../konq-embed/dropin/qmutex.h:54: error: `mtx' undeclared (first u=
se=20
this function)
../../../../konq-embed/dropin/qmutex.h:54: error: (Each undeclared identifi=
er=20
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 `*' t=
oken
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() cons=
t':
/qtopia/qtopia-free-2.2.0/qt2/include/qguardedptr.h:47: error: syntax error=
=20
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 `QObjec=
t*=20
QMutexLocker::QGuardedPtrPrivate::object() const':
/qtopia/qtopia-free-2.2.0/qt2/include/qpixmap.h:220: error: local class `cl=
ass=20
QMutexLocker::QGuardedPtrPrivate::object() const::QPixmap' shall not hav=
e=20
static data member `QMutexLocker::QGuardedPtrPrivate::object()=20
const::QPixmap::Optimization QMutexLocker::QGuardedPtrPrivate::object()=
=20
const::QPixmap::defOptim'
/qtopia/qtopia-free-2.2.0/qt2/include/qpixmap.h:220: error: field `
QMutexLocker::QGuardedPtrPrivate::object() const::QPixmap::defOptim' in=
=20
local class cannot be static
/qtopia/qtopia-free-2.2.0/qt2/include/qpixmap.h:231: confused by earlier er=
rors, bailing out
make[6]: *** [libkdecorenetwork_la.all_cpp.lo] Error 1
make[6]: Leaving directory `/qtopia/x86/kdenox/konq-embed/kdesrc/kdecore/ne=
twork'
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
=20
Pls help me to fix the error!
=20
Thanks!
=20
Best Wishes ,
=20
=20
Nestor
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
[email protected]=20
Send konq-e mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
=09https://mail.kde.org/mailman/listinfo/konq-e
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of konq-e digest..."
Today's Topics:
1. RE : Does konq-e-20030705 support HTTPS protocol (bz chevalier)
----------------------------------------------------------------------
Message: 1
Date: Mon, 4 Feb 2008 18:24:24 +0100 (CET)
From: bz chevalier <[email protected]>
Subject: RE : Does konq-e-20030705 support HTTPS protocol
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=3D"iso-8859-1"
=20
The ipkg of konq-e-2003 that you can pick on handhelds.org is not compile=
d 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 en=
v 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
>>> please note, that there also exists a more recent snapshot on
>>> http://konqe.basyskom.org
>>> Cheers,
>>> Eva=20
=20
The konq/E versions of Basyskom are great, but with the size of the execu=
table (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 h=
as 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! Ma=
il=20
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/konq-e/attachments/20080204/add3e52f/att=
achment-0001.html=20
------------------------------
_______________________________________________
konq-e mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/konq-e
End of konq-e Digest, Vol 58, Issue 6
*************************************
------=_Part_46354_11256773.1202235843171
Content-Type: text/html; charset=gbk
Content-Transfer-Encoding: quoted-printable
<DIV> Hi everyone ,</DIV>
<DIV> </DIV>
<DIV> Thanks for yours help!</DIV>
<DIV> </DIV>
<DIV> I download the konq-e src packets from <A href=3D"h=
ttp://www.basyskom.de/index.pl/konqe">http://www.basyskom.de/index.pl/konqe=
</A> with the version of</DIV>
<DIV> </DIV>
<DIV><A href=3D"http://www.basyskom.de/uploads/175/39/kdenox_snapshot_qt2_2=
0070531.tar.bz2"><FONT color=3D"#13bbdd">kdenox_snapshot_qt2_20070531.tar.b=
z2</FONT></A> .</DIV>
<DIV> </DIV>
<DIV> And I have installed the qtopia-2.2.0 bef=
ore with mt and rtti support in Suse9.3 with the configuration :</DIV>
<DIV> </DIV>
<DIV>echo 'yes' | ./configure -debug </DIV>
<DIV>-qte "-embedded -xplatform linux-generic-g++ -qconfig qpe -qvfb -depth=
s 16,24,32 </DIV>
<DIV> -system-jpeg -system-libpng -system-zli=
b -gif -thread -no-xft -debug -lpng -lz -luuid -ljpeg" </DIV>
<DIV>-qpe '-xplatform linux-generic-g++ -edition pda -displaysize 480x234'&=
nbsp;</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> And now I want to install the konq-e-2070531 with configu=
ration :</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 </DIV>
<DIV> </DIV>
<DIV> but it apperas the error :</DIV>
<DIV> </DIV>
<DIV>make[6]: Entering directory `/qtopia/x86/kdenox/konq-embed/kdesrc/kdec=
ore/network'<BR>if /bin/sh ../../../../libtool --silent --tag=3DCXX --mode=
=3Dcompile g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../konq-emb=
ed/kdesrc/kdecore -I../../../../konq-embed/kdesrc/kjs -I../../../../konq-em=
bed/kdesrc/kssl -I../../../../konq-embed/dropin -I../../../../konq-embed/dr=
opin/kio -I../../../../konq-embed/kdesrc/kdecore -I../../../../konq-embed/k=
desrc/kdecore -I/qtopia/qtopia-free-2.2.0/qtopia/include -I/qtopia/x86/kden=
ox/yealink/include -I/qtopia/qtopia-free-2.2.0/qt2/include -I/q=
topia/qtopia-free-2.2.0/qtopia/include -DQWS -D_REENTRANT -Wno-=
long-long -Wundef -ansi -D_XOPEN_SOURCE=3D500 -D_BSD_SOURCE -Wcast-align -W=
conversion -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 libkdecorenetwo=
rk_la.all_cpp.lo libkdecorenetwork_la.all_cpp.cpp; \<BR>then mv -f ".deps/l=
ibkdecorenetwork_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> &nbs=
p; from libkdecorenet=
work_la.all_cpp.cpp:2:<BR>../../../../konq-embed/dropin/qmutex.h:32: error:=
syntax error before `*' token<BR>../../../../konq-embed/dropin/qmutex.h:35=
: error: syntax error before `*' token<BR>../../../../konq-embed/dropin/qmu=
tex.h:38: error: syntax error before `*' token<BR>../../../../konq-embed/dr=
opin/qmutex.h:30: warning: `class QMutexLocker' only <BR> defin=
es private constructors and has no friends<BR>../../../../konq-embed/dropin=
/qmutex.h:46: error: syntax error before `*' token<BR>../../../../konq-embe=
d/dropin/qmutex.h: In destructor `<BR> QMutexLocker::~QMutexLoc=
ker()':<BR>../../../../konq-embed/dropin/qmutex.h:54: error: `mtx' undeclar=
ed (first use <BR> this function)<BR>../../../../konq-embed/dro=
pin/qmutex.h:54: error: (Each undeclared identifier <BR> is rep=
orted 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 kresolv=
er.cpp:50,<BR> &=
nbsp; from libkdecorenetwork_la.all_cpp.cpp:2=
:<BR>/qtopia/qtopia-free-2.2.0/qt2/include/qguardedptr.h: In member functio=
n `<BR> virtual QMetaObject* QMutexLocker::QGuardedPtrPrivate::=
metaObject() const':<BR>/qtopia/qtopia-free-2.2.0/qt2/include/qguardedptr.h=
:47: error: syntax error <BR> before `;' token<BR>In file inclu=
ded from ../../../../konq-embed/dropin/kiconloader.h:25,<BR> &nb=
sp; =
from ../../../../konq-embed/dropin/kinstance.h:29,<BR> &n=
bsp;  =
; from ../../../../konq-embed/dropin/kglobal.h:26,<BR> &nb=
sp; =
from ../../../../konq-embed/dropin/klocale.h:31,<BR> &nbs=
p; &=
nbsp; from kresolver.cpp:58,<BR> &=
nbsp; from libkdecorenetwor=
k_la.all_cpp.cpp:2:<BR>/qtopia/qtopia-free-2.2.0/qt2/include/qpixmap.h: In =
member function `QObject* <BR> QMutexLocker::QGuardedPtrPrivate=
::object() const':<BR>/qtopia/qtopia-free-2.2.0/qt2/include/qpixmap.h:220: =
error: local class `class <BR> QMutexLocker::QGuardedPtrPrivate=
::object() const::QPixmap' shall not have <BR> static data memb=
er `QMutexLocker::QGuardedPtrPrivate::object() <BR> const::QPix=
map::Optimization QMutexLocker::QGuardedPtrPrivate::object() <BR> &nbs=
p; const::QPixmap::defOptim'<BR>/qtopia/qtopia-free-2.2.0/qt2/include/qpixm=
ap.h:220: error: field `<BR> QMutexLocker::QGuardedPtrPrivate::=
object() const::QPixmap::defOptim' in <BR> local class cannot b=
e static<BR>/qtopia/qtopia-free-2.2.0/qt2/include/qpixmap.h:231: confused b=
y earlier errors, bailing out<BR>make[6]: *** [libkdecorenetwork_la.all_cpp=
.lo] Error 1<BR>make[6]: Leaving directory `/qtopia/x86/kdenox/konq-embed/k=
desrc/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]: L=
eaving directory `/qtopia/x86/kdenox/konq-embed/kdesrc'<BR>make[2]: *** [al=
l-recursive] Error 1<BR>make[2]: Leaving directory `/qtopia/x86/kdenox/konq=
-embed'<BR>make[1]: *** [all-recursive] Error 1<BR>make[1]: Leaving directo=
ry `/qtopia/x86/kdenox'<BR>make: *** [all] Error 2</DIV>
<DIV> </DIV>
<DIV> Pls help me to fix the error!</DIV>
<DIV> </DIV>
<DIV>Thanks!</DIV>
<DIV> </DIV>
<DIV>Best Wishes ,</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> &nbs=
p; &=
nbsp; &nbs=
p; &=
nbsp; &nbs=
p; Nestor</DIV>
<DIV> </DIV>
<DIV></DIV>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P><BR>[email protected] </P>
<BLOCKQUOTE id=3D"isReplyContent" style=3D"PADDING-LEFT: 1ex; MARGIN: 0px 0=
px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><PRE>Send konq-e mailing list su=
bmissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
=09https://mail.kde.org/mailman/listinfo/konq-e
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of konq-e digest..."
Today's Topics:
1. RE : 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"
=20
The ipkg of konq-e-2003 that you can pick on handhelds.org is not compile=
d 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 en=
v 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
>>> please note, that there also exists a more recent snapshot on
>>> http://konqe.basyskom.org
>>> Cheers,
>>> Eva=20
=20
The konq/E versions of Basyskom are great, but with the size of the execu=
table (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 h=
as 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! Ma=
il=20
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/konq-e/attachments/20080204/add3e52f/att=
achment-0001.html=20
------------------------------
_______________________________________________
konq-e mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/konq-e
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:no=
ne" href=3D"http://event.mail.163.com/chanel/click.htm?from=3DNO_25&domain=
=3D126" target=3D"_blank"><span style=3D"text-decoration:underline; color:b=
lue">=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>
------=_Part_46354_11256773.1202235843171--
--===============1640743732==
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
--===============1640743732==--