Compilation Errors

Daniel Purcell dan at stoneflytech.com
Fri Sep 17 05:13:29 CEST 2004


Konq-e Users,

I'm having trouble compiling compiling Konq-e; it seems to get hung up 
on the kcookiejar.cpp file.  I downloaded the kdenox module from the cvs 
repository, and am using Qt-embedded 3.3.2.

The error message I get is like this:

make[6]: Entering directory 
`/home/SolarKiosk/kdenox/konq-embed/kdesrc/kio/http/kcookiejar'
if /bin/sh ../../../../../libtool --silent --mode=compile --tag=CXX g++ 
-DHAVE_CONFIG_H -I. -I. -I../../../../.. -I./../../../../dropin 
-I./../../../../dropin/kio -I./../../../kdecore  -I/usr/include 
-I/home/SolarKiosk/qt-3.3.2//include    -DQWS -D_REENTRANT  
-Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W 
-Wpointer-arith -Wwrite-strings -O2 -Wformat-security 
-Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common 
-fno-rtti -DQT_NO_ASCII_CAST  -MT kcookiejar.lo -MD -MP -MF 
".deps/kcookiejar.Tpo" \
  -c -o kcookiejar.lo `test -f 'kcookiejar.cpp' || echo 
'./'`kcookiejar.cpp; \
then mv -f ".deps/kcookiejar.Tpo" ".deps/kcookiejar.Plo"; \
else rm -f ".deps/kcookiejar.Tpo"; exit 1; \
fi
kcookiejar.cpp: In constructor `KCookieJar::KCookieJar()':
kcookiejar.cpp:248: error: no matching function for call to 
`KConfig::KConfig(
   const char[18], bool, bool, const char[5])'
../../../../dropin/kconfig.h:106: error: candidates are: 
KConfig::KConfig(const
   KConfig&)
../../../../dropin/kconfig.h:111: error:
   KConfig::KConfig(KConfigBackend*, bool)
../../../../dropin/kconfig.h:108: error:                 
KConfig::KConfig(const
   QString&, bool, bool)
make[6]: *** [kcookiejar.lo] Error 1
make[6]: Leaving directory 
`/home/SolarKiosk/kdenox/konq-embed/kdesrc/kio/http/kcookiejar'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory 
`/home/SolarKiosk/kdenox/konq-embed/kdesrc/kio/http'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/SolarKiosk/kdenox/konq-embed/kdesrc/kio'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/SolarKiosk/kdenox/konq-embed/kdesrc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/SolarKiosk/kdenox/konq-embed'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/SolarKiosk/kdenox'
make: *** [all] Error 2

My configure script looks like this (if it helps at all):

./configure --enable-embedded --enable-qt-embedded --with-gui-type=kiosk 
--enable-static --enable-add-ons=kflashpart --without-ssl 
--with-qt-dir=/home/SolarKiosk/qt-3.3.2/ 
--with-extra-libs=/home/SolarKiosk/qt-3.3.2/lib/ --disable-mt 
--disable-printing

Any ideas what could be the problem? 

-Daniel


More information about the konq-e mailing list