konqueror3-embedded-0.2-20060121 's compile error

Stanley Lee lxq at proview.com.cn
Thu Jun 15 09:17:20 CEST 2006


Dear all, 

    I want to build konqueror3-embedded-0.2-20060121.tar
    I config it as 
        ./configure --build=i686-linux --host=sh4-linux --enable-embedded --with-qt-dir=/opt/STM/STLinux-2.0/devkit/sh4/target/usr/qt-3.3.4 --disable-pcre --includedir=/opt/STM/STLinux-2.0/devkit/sh4/target/usr/include/ --libdir=/opt/STM/STLinux-2.0/devkit/sh4/target/usr/lib --without-ssl
    
    and sh4-linux-g++  is base on linux-g++ 3.4.3

    I get the following error (I try another snapshot , get the same error)

    Thank you so much

Stanley

if /bin/sh ../../../../libtool --silent --tag=CXX --mode=compile sh4-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../konq-embed/kdesrc/kdecore -I../../../../konq-embed/kdesrc/kjs -I../../../../konq-embed/kdesrc/kssl -I../../../../kimgio -I../../../../kio -I../../../../dcop -I../../../../khtml -I../../../.. -I../../../../konq-embed/kdesrc -I../../../../konq-embed/kdesrc/kssl -I../../../../konq-embed/dropin -I../../../../konq-embed/kdesrc/kio -I../../../../konq-embed/kdesrc/kdecore -I../../../../konq-embed/kdesrc/kutils -I./../.. -I./.. -I./../misc -I./../misc -I./../css -I./../dom -I./../xml -I./../html -I../../../../konq-embed/dropin/kio -I./../.. -I./../../kjs -I../../../../konq-embed/dropin/kssl -I./../../../dropin/khtml -I../../../../konq-embed/dropin/khtml/java -I/opt/STM/STLinux-2.0/devkit/sh4/target/usr/qt-3.3.4/include  -I/opt/STM/STLinux-2.0/devkit/sh4/target/usr/include/ -I/opt/STM/STLinux-2.0/devkit/sh4/target/usr/qt-3.3.4/include    -DQT_THREAD_SUPPORT -DQWS -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -fexceptions  -MT dom_xml.lo -MD -MP -MF ".deps/dom_xml.Tpo" -c -o dom_xml.lo dom_xml.cpp; \
then mv -f ".deps/dom_xml.Tpo" ".deps/dom_xml.Plo"; else rm -f ".deps/dom_xml.Tpo"; exit 1; fi
In file included from dom_xml.cpp:27:
./../xml/dom_xmlimpl.h:167: error: expected class-name before '{' token
./../xml/dom_xmlimpl.h:171: error: `QXmlAttributes' does not name a type
./../xml/dom_xmlimpl.h:172: error: expected `,' or `...' before '&' token
./../xml/dom_xmlimpl.h:172: error: ISO C++ forbids declaration of `QXmlAttributes' with no type
./../xml/dom_xmlimpl.h:175: error: `QXmlAttributes' does not name a type
make[5]: *** [dom_xml.lo] Error 1
make[5]: Leaving directory `/root/konqueror3-embedded-0.2-20060121/konq-embed/kdesrc/khtml/dom'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/root/konqueror3-embedded-0.2-20060121/konq-embed/kdesrc/khtml'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/konqueror3-embedded-0.2-20060121/konq-embed/kdesrc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/konqueror3-embedded-0.2-20060121/konq-embed'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/konqueror3-embedded-0.2-20060121'
make: *** [all] Error 2


More information about the konq-e mailing list