Errors building Konq-e with Qt-3.1.2

kentropy kentropy at libero.it
Thu Jun 26 16:01:08 CEST 2003


Hello,
I am trying to build Konqueror/embedded for ARM cpu.
Using Qt-3.1.2 and arm-linux
Following some help from Luciano, I am using the KDE_3_1_2_RELEASE
configuring it using the following command:

./configure \
 --build=i386-linux --host=arm-linux \
 --disable-debug --enable-shared --enable-qt-embedded --enable-embedded \
 --without-ssl --disable-mt --disable-pcre \
 --prefix=/home/kentropy/konqueror-e \
 --enable-final \
 --without-xinerama \
 --with-qt-dir=/home/kentropy/qte-3.1.2 \
 --with-qt-includes=/home/kentropy/qte-3.1.2/include \
 --with-qt-libraries=/home/kentropy/qte-3.1.2/lib \
 --disable-selection \
 --disable-bookmarks \
 --with-pic \
 --disable-printing \
 --disable-xmlui

After configuring I bult all using make and I've the following errors:
I tried to comment or solve each error due to see if I had been able to
reach the end of the compilation but without success.
Seems that there are too many errors to solve and I am not so experienced
using Konqueror to do that.
Lines containinf [K] are added or replaced my me.

1.--------------------------
Compilation error in file ./konq-embed/kdesrc/khtml/html/html_objectimpl.cpp

In file included from libkhtmlhtml_la.all_cpp.cpp:15:
html_objectimpl.cpp: In method `class KJavaApplet *
DOM::HTMLAppletElementImpl::applet() const':
html_objectimpl.cpp:153: parse error before `*'

KJavaApplet* HTMLAppletElementImpl::applet() const
{
    if (!m_render || !m_render->isApplet())
        return 0L;

    return NULL ; // [K](Replaced temporarly)
//    return
static_cast<KJavaAppletWidget*>(static_cast<RenderApplet*>(m_render)->widget
())->applet();
}


2.--------------------------
The following call:
/usr/bin/dcopidl2cpp --c++-suffix cc --no-signals --no-stub khtml_iface.kidl
[K] Has been changed like this:
/usr/bin/dcopidl2cpp --c++-suffix cc --no-stub khtml_iface.kidl


3.--------------------------
In file included from libkhtml_i_la.all_cpp.cpp:2:
khtmlview.cpp: In method `void KHTMLView::closeChildDialogs()':
khtmlview.cpp:473: taking dynamic typeid of object with -fno-rtti
khtmlview.cpp:473: confused by earlier errors, bailing out
make[5]: *** [libkhtml_i_la.all_cpp.lo] Error 1
make[5]: Leaving directory
`/home/kentropy/kdesrc/kdenox/konq-embed/kdesrc/khtml'

void KHTMLView::closeChildDialogs()


How can I obtain a running Konq/e ?
Could anyone help me ?
TIA

M.C.K.



More information about the konq-e mailing list