[prev in list] [next in list] [prev in thread] [next in thread] 

List:       koffice-devel
Subject:    Cannot compile CVS HEAD (kword/kabc)
From:       Nicolas Goutte <nicolasg () snafu ! de>
Date:       2004-01-07 13:56:00
Message-ID: 200401071456.00726.nicolasg () snafu ! de
[Download RAW message or body]

I cannot compile Koffice CVS HEAD on KDE 3.1

Attached is the tail of the output of make (in koffice/kword/kabc)

Have a nice day!

["make.err" (text/plain)]

make[3]: Entering directory `/home/nicolas/kdecvs/koffice/kword/mailmerge'
Making all in .
make[4]: Entering directory `/home/nicolas/kdecvs/koffice/kword/mailmerge'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/nicolas/kdecvs/koffice/kword/mailmerge'
Making all in kabc
make[4]: Entering directory `/home/nicolas/kdecvs/koffice/kword/mailmerge/kabc'
if /bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. \
-I. -I../../.. -I../../../lib/kofficeui -I../../../lib/kofficeui \
-I../../../lib/kofficecore -I../../../lib/kofficecore -I../../../lib/store \
-I../../../lib/store -I../../../lib/kwmf -I../../../lib/kwmf -I../../../lib/kformula \
-I../../../lib/kotext -I../../../lib/kotext -I../../../kword \
-I/usr/local/kde3/include -I/usr/local/qt3/include -I/usr/X11R6/include   \
-DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W \
-Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align \
-Wconversion -Wchar-subscripts -O2 -march=pentium2 -pipe -Wformat-security \
-Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common \
-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT \
-DQT_NO_TRANSLATION  -MT kwmailmerge_kabc.lo -MD -MP -MF ".deps/kwmailmerge_kabc.Tpo" \
                \
  -c -o kwmailmerge_kabc.lo `test -f 'kwmailmerge_kabc.cc' || echo \
'./'`kwmailmerge_kabc.cc; \ then mv -f ".deps/kwmailmerge_kabc.Tpo" \
".deps/kwmailmerge_kabc.Plo"; \ else rm -f ".deps/kwmailmerge_kabc.Tpo"; exit 1; \
fi
kwmailmerge_kabc.cc: In constructor `
   KWMailMergeKABC::KWMailMergeKABC(KInstance*, QObject*)':
kwmailmerge_kabc.cc:34: error: no match for 'operator=' in '
   this->KWMailMergeKABC::mIterator = KABC::AddressBook::begin()()'
/usr/local/kde3/include/kabc/addressbook.h:89: error: candidates are: 
   KABC::AddressBook::ConstIterator& 
   KABC::AddressBook::ConstIterator::operator=(const 
   KABC::AddressBook::ConstIterator&)
kwmailmerge_kabc.cc: In member function `virtual QString 
   KWMailMergeKABC::getValue(const QString&, int) const':
kwmailmerge_kabc.cc:91: error: no match for 'operator==' in '
   this->KWMailMergeKABC::mIterator == KABC::AddressBook::end()()'
/usr/local/kde3/include/kabc/addressbook.h:96: error: candidates are: bool 
   KABC::AddressBook::ConstIterator::operator==(const 
   KABC::AddressBook::ConstIterator&)
/usr/local/qt3/include/qcstring.h:299: error:                 bool 
   operator==(const QCString&, const QCString&)
/usr/local/qt3/include/qcstring.h:302: error:                 bool 
   operator==(const QCString&, const char*)
/usr/local/qt3/include/qcstring.h:305: error:                 bool 
   operator==(const char*, const QCString&)
/usr/local/qt3/include/qstring.h:299: error:                 bool 
   operator==(char, QChar)
/usr/local/qt3/include/qstring.h:304: error:                 bool 
   operator==(QChar, char)
/usr/local/qt3/include/qstring.h:309: error:                 bool 
   operator==(QChar, QChar)
/usr/local/qt3/include/qstring.h:1015: error:                 bool 
   operator==(const QString&, const QString&)
/usr/local/qt3/include/qstring.h:1022: error:                 bool 
   operator==(const QString&, const char*)
/usr/local/qt3/include/qstring.h:1028: error:                 bool 
   operator==(const char*, const QString&)
/usr/local/qt3/include/qpoint.h:148: error:                 bool 
   operator==(const QPoint&, const QPoint&)
/usr/local/qt3/include/qsize.h:162: error:                 bool 
   operator==(const QSize&, const QSize&)
/usr/local/qt3/include/qrect.h:151: error:                 bool 
   operator==(const QRect&, const QRect&)
kwmailmerge_kabc.cc:96: error: no match for 'operator=' in '
   this->KWMailMergeKABC::mIterator = KABC::AddressBook::begin()()'
/usr/local/kde3/include/kabc/addressbook.h:89: error: candidates are: 
   KABC::AddressBook::ConstIterator& 
   KABC::AddressBook::ConstIterator::operator=(const 
   KABC::AddressBook::ConstIterator&)
kwmailmerge_kabc.cc:96: error: no match for 'operator!=' in '
   this->KWMailMergeKABC::mIterator != KABC::AddressBook::end()()'
/usr/local/kde3/include/kabc/addressbook.h:97: error: candidates are: bool 
   KABC::AddressBook::ConstIterator::operator!=(const 
   KABC::AddressBook::ConstIterator&)
/usr/local/qt3/include/qcstring.h:308: error:                 bool 
   operator!=(const QCString&, const QCString&)
/usr/local/qt3/include/qcstring.h:311: error:                 bool 
   operator!=(const QCString&, const char*)
/usr/local/qt3/include/qcstring.h:314: error:                 bool 
   operator!=(const char*, const QCString&)
/usr/local/qt3/include/qstring.h:314: error:                 bool 
   operator!=(QChar, QChar)
/usr/local/qt3/include/qstring.h:319: error:                 bool 
   operator!=(char, QChar)
/usr/local/qt3/include/qstring.h:324: error:                 bool 
   operator!=(QChar, char)
/usr/local/qt3/include/qstring.h:1012: error:                 bool 
   operator!=(const QString&, const QString&)
/usr/local/qt3/include/qstring.h:1019: error:                 bool 
   operator!=(const QString&, const char*)
/usr/local/qt3/include/qstring.h:1025: error:                 bool 
   operator!=(const char*, const QString&)
/usr/local/qt3/include/qpoint.h:151: error:                 bool 
   operator!=(const QPoint&, const QPoint&)
/usr/local/qt3/include/qsize.h:165: error:                 bool 
   operator!=(const QSize&, const QSize&)
/usr/local/qt3/include/qrect.h:152: error:                 bool 
   operator!=(const QRect&, const QRect&)
kwmailmerge_kabc.cc: In member function `virtual void 
   KWMailMergeKABC::refresh(bool)':
kwmailmerge_kabc.cc:255: error: no match for 'operator=' in '
   this->KWMailMergeKABC::mIterator = KABC::AddressBook::begin()()'
/usr/local/kde3/include/kabc/addressbook.h:89: error: candidates are: 
   KABC::AddressBook::ConstIterator& 
   KABC::AddressBook::ConstIterator::operator=(const 
   KABC::AddressBook::ConstIterator&)
make[4]: *** [kwmailmerge_kabc.lo] Error 1
make[4]: Leaving directory `/home/nicolas/kdecvs/koffice/kword/mailmerge/kabc'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/nicolas/kdecvs/koffice/kword/mailmerge'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/nicolas/kdecvs/koffice/kword'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nicolas/kdecvs/koffice'
make: *** [all] Error 2



_______________________________________________
koffice-devel mailing list
koffice-devel@mail.kde.org
https://mail.kde.org/mailman/listinfo/koffice-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic