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

List:       kde-commits
Subject:    Re: kdepim/kresources/kolab/kcal
From:       Laurent Montel <montel () kde ! org>
Date:       2004-10-06 11:26:51
Message-ID: 200410061326.51521.montel () kde ! org
[Download RAW message or body]

On Wednesday 06 October 2004 13:22, David Faure wrote:
> On Wednesday 06 October 2004 13:17, Laurent Montel wrote:
> > CVS commit by mlaurent:
> > 
> > For the moment it was not able to compile it with enable-final
> > 
> > 
> > M +2 -0      Makefile.am   1.4
> > 
> > 
> > --- kdepim/kresources/kolab/kcal/Makefile.am  #1.3:1.4
> > @@ -21,2 +21,4 @@
> > servicedir = $(kde_servicesdir)/kresources/kcal
> > service_DATA = kolab.desktop
> > +
> > +KDE_OPTIONS = nofinal
> 
> What was the error message?

Sorry for the very long error message :(

----------------------------------------------------------------------------------------------------------------
 if /bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ 
-DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../kresources/kolab/shared 
-I../../.. -I/home/lmontel/kde-test/kde-3.3/include -I/usr/lib/qt3//include 
-I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT 
-D_FILE_OFFSET_BITS=64  -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 -g3 -fno-inline -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 libkcalkolab_la.all_cpp.lo -MD -MP -MF 
".deps/libkcalkolab_la.all_cpp.Tpo" \
  -c -o libkcalkolab_la.all_cpp.lo `test -f 'libkcalkolab_la.all_cpp.cpp' || 
echo './'`libkcalkolab_la.all_cpp.cpp; \
then mv -f ".deps/libkcalkolab_la.all_cpp.Tpo" 
".deps/libkcalkolab_la.all_cpp.Plo"; \
else rm -f ".deps/libkcalkolab_la.all_cpp.Tpo"; exit 1; \
fi
In file included from libkcalkolab_la.all_cpp.cpp:2:
resourcekolab.cpp:260: warning: unused parameter 'inc'
resourcekolab.cpp:260: warning: unused parameter 'subresource'
resourcekolab.cpp:260: warning: unused parameter 'sernum'
In file included from libkcalkolab_la.all_cpp.cpp:3:
incidence.cpp:46: error: `Incidence' has not been declared
incidence.cpp:47: error: ISO C++ forbids declaration of `Incidence' with no 
type
incidence.cpp: In function `int Incidence(const QString&, KCal::Incidence*)':
incidence.cpp:47: error: only constructors take base initializers
incidence.cpp:47: error: `Unset' undeclared (first use this function)
incidence.cpp:47: error: (Each undeclared identifier is reported only once for 
each function it appears in.)
incidence.cpp:50: error: `setFields' undeclared (first use this function)
incidence.cpp: At global scope:
incidence.cpp:53: error: expected constructor, destructor, or type conversion 
before '::' token
incidence.cpp:53: error: expected `,' or `;' before '::' token
incidence.cpp:57: error: `Incidence' has not been declared
incidence.cpp: In function `void setSummary(const QString&)':
incidence.cpp:59: error: `mSummary' undeclared (first use this function)
incidence.cpp: At global scope:
incidence.cpp:62: error: `Incidence' has not been declared
incidence.cpp:63: error: non-member function `QString summary()' cannot have 
`const' method qualifier
incidence.cpp: In function `QString summary()':
incidence.cpp:64: error: `mSummary' undeclared (first use this function)
incidence.cpp: At global scope:
incidence.cpp:67: error: `Incidence' has not been declared
incidence.cpp: In function `void setLocation(const QString&)':
incidence.cpp:69: error: `mLocation' undeclared (first use this function)
incidence.cpp: At global scope:
incidence.cpp:72: error: `Incidence' has not been declared
incidence.cpp:73: error: non-member function `QString location()' cannot have 
`const' method qualifier
incidence.cpp: In function `QString location()':
incidence.cpp:74: error: `mLocation' undeclared (first use this function)
incidence.cpp: At global scope:
incidence.cpp:77: error: `Incidence' has not been declared
incidence.cpp:77: error: expected `,' or `...' before '&' token
incidence.cpp:78: error: ISO C++ forbids declaration of `Email' with no type
incidence.cpp: In function `void setOrganizer(int)':
incidence.cpp:79: error: `mOrganizer' undeclared (first use this function)
incidence.cpp:79: error: `organizer' undeclared (first use this function)
incidence.cpp: At global scope:
incidence.cpp:78: warning: unused parameter 'Email'
incidence.cpp:82: error: `Incidence' has not been declared
incidence.cpp:83: error: non-member function `Kolab::KolabBase::Email 
organizer()' cannot have `const' method qualifier
incidence.cpp: In function `Kolab::KolabBase::Email organizer()':
incidence.cpp:83: error: `Kolab::KolabBase::Email organizer()' used prior to 
declaration
incidence.cpp:84: error: `mOrganizer' undeclared (first use this function)
incidence.cpp: At global scope:
incidence.cpp:87: error: `Incidence' has not been declared
incidence.cpp: In function `void setStartDate(const QDateTime&)':
incidence.cpp:89: error: `mStartDate' undeclared (first use this function)
incidence.cpp:90: error: `mFloatingStatus' undeclared (first use this 
function)
incidence.cpp:90: error: `AllDay' undeclared (first use this function)
incidence.cpp:92: error: `HasTime' undeclared (first use this function)
incidence.cpp: At global scope:
incidence.cpp:95: error: `Incidence' has not been declared
incidence.cpp: In function `void setStartDate(const QDate&)':
incidence.cpp:97: error: `mStartDate' undeclared (first use this function)
incidence.cpp:98: error: `mFloatingStatus' undeclared (first use this 
function)
incidence.cpp:98: error: `HasTime' undeclared (first use this function)
incidence.cpp:100: error: `AllDay' undeclared (first use this function)
incidence.cpp: At global scope:
incidence.cpp:103: error: `Incidence' has not been declared
incidence.cpp: In function `void setStartDate(const QString&)':
incidence.cpp:107: error: `stringToDateTime' undeclared (first use this 
function)
incidence.cpp:110: error: `stringToDate' undeclared (first use this function)
incidence.cpp: At global scope:
incidence.cpp:113: error: `Incidence' has not been declared
incidence.cpp:114: error: non-member function `QDateTime startDate()' cannot 
have `const' method qualifier
incidence.cpp: In function `QDateTime startDate()':
incidence.cpp:115: error: `mStartDate' undeclared (first use this function)
incidence.cpp: At global scope:
incidence.cpp:118: error: `Incidence' has not been declared
incidence.cpp: In function `void setAlarm(float)':
incidence.cpp:120: error: `mAlarm' undeclared (first use this function)
incidence.cpp:121: error: `mHasAlarm' undeclared (first use this function)
incidence.cpp: At global scope:
incidence.cpp:124: error: `Incidence' has not been declared
incidence.cpp:125: error: non-member function `float alarm()' cannot have 
`const' method qualifier
incidence.cpp: In function `float alarm()':
incidence.cpp:126: error: `mAlarm' undeclared (first use this function)
incidence.cpp: At global scope:
incidence.cpp:129: error: `Incidence' has not been declared
incidence.cpp:129: error: `Incidence' has not been declared
incidence.cpp:130: error: non-member function `KCal::Recurrence recurrence()' 
cannot have `const' method qualifier
incidence.cpp: In function `KCal::Recurrence recurrence()':
incidence.cpp:131: error: `mRecurrence' undeclared (first use this function)
incidence.cpp: At global scope:
incidence.cpp:134: error: `Incidence' has not been declared
incidence.cpp: In function `void addAttendee(const KCal::Attendee&)':
incidence.cpp:136: error: `mAttendees' undeclared (first use this function)
incidence.cpp: At global scope:
incidence.cpp:139: error: `Incidence' has not been declared
incidence.cpp:139: error: `Incidence' has not been declared
incidence.cpp: In function `QValueList<KCal::Attendee>& attendees()':
incidence.cpp:141: error: `mAttendees' undeclared (first use this function)
incidence.cpp: At global scope:
incidence.cpp:144: error: `Incidence' has not been declared
incidence.cpp:144: error: `Incidence' has not been declared
incidence.cpp:145: error: non-member function `const 
QValueList<KCal::Attendee>& attendees()' cannot have `const' method qualifier
incidence.cpp: In function `const QValueList<KCal::Attendee>& attendees()':
incidence.cpp:145: error: new declaration `const QValueList<KCal::Attendee>& 
attendees()'
incidence.cpp:140: error: ambiguates old declaration 
`QValueList<KCal::Attendee>& attendees()'
incidence.cpp: At global scope:
incidence.cpp:149: error: `Incidence' has not been declared
incidence.cpp: In function `bool loadAttendeeAttribute(QDomElement&, 
KCal::Attendee&)':
incidence.cpp:160: error: 'class KCal::Attendee' has no member named 
'displayName'
incidence.cpp:162: error: 'class KCal::Attendee' has no member named 
'smtpAddress'
incidence.cpp:164: error: invalid use of member (did you forget the `&' ?)
incidence.cpp:168: error: 'class KCal::Attendee' has no member named 
'requestResponse'
incidence.cpp:171: error: 'class KCal::Attendee' has no member named 
'invitationSent'
incidence.cpp:173: error: invalid use of member (did you forget the `&' ?)
incidence.cpp: At global scope:
incidence.cpp:184: error: `Incidence' has not been declared
incidence.cpp:186: error: non-member function `void 
saveAttendeeAttribute(QDomElement&, const KCal::Attendee&)' cannot have 
`const' method qualifier
incidence.cpp: In function `void saveAttendeeAttribute(QDomElement&, const 
KCal::Attendee&)':
incidence.cpp:189: error: 'const class KCal::Attendee' has no member named 
'displayName'
incidence.cpp:189: error: `writeString' undeclared (first use this function)
incidence.cpp:190: error: 'const class KCal::Attendee' has no member named 
'smtpAddress'
incidence.cpp:193: error: 'const class KCal::Attendee' has no member named 
'requestResponse'
incidence.cpp:195: error: 'const class KCal::Attendee' has no member named 
'invitationSent'
incidence.cpp: At global scope:
incidence.cpp:199: error: `Incidence' has not been declared
incidence.cpp:200: error: non-member function `void 
saveAttendees(QDomElement&)' cannot have `const' method qualifier
incidence.cpp: In function `void saveAttendees(QDomElement&)':
incidence.cpp:201: error: `mAttendees' undeclared (first use this function)
incidence.cpp: At global scope:
incidence.cpp:206: error: `Incidence' has not been declared
incidence.cpp:207: error: non-member function `void 
saveAttachments(QDomElement&)' cannot have `const' method qualifier
incidence.cpp: In function `void saveAttachments(QDomElement&)':
incidence.cpp:208: error: `mAttachments' undeclared (first use this function)
incidence.cpp:212: error: `writeString' undeclared (first use this function)
incidence.cpp: At global scope:
incidence.cpp:219: error: `Incidence' has not been declared
incidence.cpp:220: error: non-member function `void 
saveRecurrence(QDomElement&)' cannot have `const' method qualifier
incidence.cpp: In function `void saveRecurrence(QDomElement&)':
incidence.cpp:223: error: `mRecurrence' undeclared (first use this function)
incidence.cpp:226: error: `writeString' undeclared (first use this function)
incidence.cpp:245: error: `dateToString' undeclared (first use this function)
incidence.cpp: At global scope:
incidence.cpp:249: error: `Incidence' has not been declared
incidence.cpp: In function `void loadRecurrence(const QDomElement&)':
incidence.cpp:251: error: `mRecurrence' undeclared (first use this function)
incidence.cpp:275: error: `stringToDate' undeclared (first use this function)
incidence.cpp: At global scope:
incidence.cpp:283: error: `Incidence' has not been declared
incidence.cpp: In function `bool loadAttribute(QDomElement&)':
incidence.cpp:292: error: `Email' undeclared (first use this function)
incidence.cpp:292: error: expected `;' before "email"
incidence.cpp:293: error: `email' undeclared (first use this function)
incidence.cpp:293: error: `loadEmailAttribute' undeclared (first use this 
function)
incidence.cpp:303: error: no matching function for call to 
`KCal::Attendee::Attendee()'
../../../libkcal/attendee.h:36: note: candidates are: 
KCal::Attendee::Attendee(const KCal::Attendee&)
../../../libkcal/attendee.h:56: note:                 
KCal::Attendee::Attendee(const QString&, const QString&, bool, 
KCal::Attendee::PartStat, KCal::Attendee::Role, const QString&)
incidence.cpp:312: error: `mAttachments' undeclared (first use this function)
incidence.cpp:317: error: `loadCustomAttributes' undeclared (first use this 
function)
incidence.cpp:319: error: cannot call member function `virtual bool 
Kolab::KolabBase::loadAttribute(QDomElement&)' without object
incidence.cpp:323: error: `Custom' undeclared (first use this function)
incidence.cpp:323: error: expected `;' before "c"
incidence.cpp:324: error: `c' undeclared (first use this function)
incidence.cpp:326: error: `mCustomList' undeclared (first use this function)
incidence.cpp: At global scope:
incidence.cpp:333: error: `Incidence' has not been declared
incidence.cpp:334: error: non-member function `bool 
saveAttributes(QDomElement&)' cannot have `const' method qualifier
incidence.cpp: In function `bool saveAttributes(QDomElement&)':
incidence.cpp:336: error: cannot call member function `virtual bool 
Kolab::KolabBase::saveAttributes(QDomElement&) const' without object
incidence.cpp:338: error: `mFloatingStatus' undeclared (first use this 
function)
incidence.cpp:338: error: `HasTime' undeclared (first use this function)
incidence.cpp:339: error: `dateTimeToString' undeclared (first use this 
function)
incidence.cpp:339: error: `writeString' undeclared (first use this function)
incidence.cpp:341: error: `dateToString' undeclared (first use this function)
incidence.cpp:344: error: `saveEmailAttribute' undeclared (first use this 
function)
incidence.cpp:345: error: `mRecurrence' undeclared (first use this function)
incidence.cpp:349: error: `mHasAlarm' undeclared (first use this function)
incidence.cpp:354: error: `saveCustomAttributes' undeclared (first use this 
function)
incidence.cpp: At global scope:
incidence.cpp:358: error: `Incidence' has not been declared
incidence.cpp:359: error: non-member function `void 
saveCustomAttributes(QDomElement&)' cannot have `const' method qualifier
incidence.cpp: In function `void saveCustomAttributes(QDomElement&)':
incidence.cpp:359: error: `void saveCustomAttributes(QDomElement&)' used prior 
to declaration
incidence.cpp:360: error: `Custom' undeclared (first use this function)
incidence.cpp:360: error: template argument 1 is invalid
incidence.cpp:360: error: `ConstIterator' does not name a type
incidence.cpp:361: error: `it' undeclared (first use this function)
incidence.cpp:361: error: `mCustomList' undeclared (first use this function)
incidence.cpp:366: error: `writeString' undeclared (first use this function)
incidence.cpp: At global scope:
incidence.cpp:377: error: `Incidence' has not been declared
incidence.cpp: In function `void loadCustomAttributes(QDomElement&)':
incidence.cpp:378: error: `void loadCustomAttributes(QDomElement&)' used prior 
to declaration
incidence.cpp:379: error: `Custom' undeclared (first use this function)
incidence.cpp:379: error: expected `;' before "custom"
incidence.cpp:380: error: `custom' undeclared (first use this function)
incidence.cpp:382: error: `mCustomList' undeclared (first use this function)
incidence.cpp: At global scope:
incidence.cpp:459: error: `Incidence' has not been declared
incidence.cpp: In function `void setRecurrence(KCal::Recurrence*)':
incidence.cpp:461: error: `mRecurrence' undeclared (first use this function)
incidence.cpp:532: error: `dateToString' undeclared (first use this function)
incidence.cpp: At global scope:
incidence.cpp:538: error: `Incidence' has not been declared
incidence.cpp: In function `void setFields(const KCal::Incidence*)':
incidence.cpp:539: error: `void setFields(const KCal::Incidence*)' used prior 
to declaration
incidence.cpp:540: error: cannot call member function `void 
Kolab::KolabBase::setFields(const KCal::Incidence*)' without object
incidence.cpp:544: error: `mFloatingStatus' undeclared (first use this 
function)
incidence.cpp:544: error: `AllDay' undeclared (first use this function)
incidence.cpp:547: error: `HasTime' undeclared (first use this function)
incidence.cpp:548: error: `localToUTC' undeclared (first use this function)
incidence.cpp:555: error: `mHasAlarm' undeclared (first use this function)
incidence.cpp:567: error: `Email' undeclared (first use this function)
incidence.cpp:567: error: expected `;' before "org"
incidence.cpp:568: error: `org' undeclared (first use this function)
incidence.cpp:575: error: no matching function for call to 
`KCal::Attendee::Attendee()'
../../../libkcal/attendee.h:36: note: candidates are: 
KCal::Attendee::Attendee(const KCal::Attendee&)
../../../libkcal/attendee.h:56: note:                 
KCal::Attendee::Attendee(const QString&, const QString&, bool, 
KCal::Attendee::PartStat, KCal::Attendee::Role, const QString&)
incidence.cpp:577: error: 'class KCal::Attendee' has no member named 
'displayName'
incidence.cpp:578: error: 'class KCal::Attendee' has no member named 
'smtpAddress'
incidence.cpp:579: error: invalid use of member (did you forget the `&' ?)
incidence.cpp:580: error: 'class KCal::Attendee' has no member named 
'requestResponse'
incidence.cpp:584: error: invalid use of member (did you forget the `&' ?)
incidence.cpp:589: error: `mAttachments' undeclared (first use this function)
incidence.cpp:601: error: `mRecurrence' undeclared (first use this function)
incidence.cpp:608: error: `Custom' undeclared (first use this function)
incidence.cpp:608: error: expected `;' before "c"
incidence.cpp:609: error: `c' undeclared (first use this function)
incidence.cpp:611: error: `mCustomList' undeclared (first use this function)
incidence.cpp: At global scope:
incidence.cpp:628: error: `Incidence' has not been declared
incidence.cpp: In function `void saveTo(KCal::Incidence*)':
incidence.cpp:630: error: cannot call member function `void 
Kolab::KolabBase::saveTo(KCal::Incidence*) const' without object
incidence.cpp:632: error: `mFloatingStatus' undeclared (first use this 
function)
incidence.cpp:632: error: `AllDay' undeclared (first use this function)
incidence.cpp:637: error: `utcToLocal' undeclared (first use this function)
incidence.cpp:644: error: `mHasAlarm' undeclared (first use this function)
incidence.cpp:646: error: `mAlarm' undeclared (first use this function)
incidence.cpp:658: error: `mAttendees' undeclared (first use this function)
incidence.cpp:659: error: invalid initialization of reference of type 'const 
QString&' from expression of type '<unknown type>'
incidence.cpp:386: error: in passing argument 1 of `KCal::Attendee::PartStat 
attendeeStringToStatus(const QString&)'
incidence.cpp:660: error: invalid initialization of reference of type 'const 
QString&' from expression of type '<unknown type>'
incidence.cpp:421: error: in passing argument 1 of `KCal::Attendee::Role 
attendeeStringToRole(const QString&)'
incidence.cpp:661: error: 'const class KCal::Attendee' has no member named 
'displayName'
incidence.cpp:662: error: 'const class KCal::Attendee' has no member named 
'smtpAddress'
incidence.cpp:663: error: 'const class KCal::Attendee' has no member named 
'requestResponse'
incidence.cpp:669: error: `mAttachments' undeclared (first use this function)
incidence.cpp:675: error: `mRecurrence' undeclared (first use this function)
incidence.cpp:714: error: `stringToDate' undeclared (first use this function)
incidence.cpp:720: error: `Custom' undeclared (first use this function)
incidence.cpp:720: error: template argument 1 is invalid
incidence.cpp:720: error: `ConstIterator' does not name a type
incidence.cpp:720: error: `mCustomList' undeclared (first use this function)
incidence.cpp:720: error: expected `)' before ';' token
incidence.cpp:720: error: expected `;' before ')' token
incidence.cpp: At global scope:
incidence.cpp:726: error: `Incidence' has not been declared
incidence.cpp:727: error: non-member function `QString productID()' cannot 
have `const' method qualifier
In file included from libkcalkolab_la.all_cpp.cpp:4:
event.cpp:42: error: `Event' has not been declared
event.cpp: In function `KCal::Event* xmlToEvent(const QString&, const 
QString&)':
event.cpp:44: error: `Event' undeclared (first use this function)
event.cpp:44: error: expected `;' before "event"
event.cpp:45: error: `event' undeclared (first use this function)
event.cpp: At global scope:
event.cpp:43: warning: unused parameter 'tz'
event.cpp:51: error: `Event' has not been declared
event.cpp: In function `QString eventToXML(KCal::Event*, const QString&)':
event.cpp:53: error: `Event' undeclared (first use this function)
event.cpp:53: error: expected `;' before "event"
event.cpp:54: error: `event' undeclared (first use this function)
event.cpp: At global scope:
event.cpp:52: warning: unused parameter 'kcalEvent'
event.cpp:52: warning: unused parameter 'tz'
event.cpp:57: error: `Event' has not been declared
event.cpp:58: error: ISO C++ forbids declaration of `Event' with no type
event.cpp: In function `int Event(const QString&, KCal::Event*)':
event.cpp:58: error: `int Event(const QString&, KCal::Event*)' used prior to 
declaration
event.cpp:58: error: only constructors take base initializers
event.cpp: At global scope:
event.cpp:64: error: expected constructor, destructor, or type conversion 
before '::' token
event.cpp:64: error: expected `,' or `;' before '::' token
event.cpp:68: error: `Event' has not been declared
event.cpp: In function `void setTransparency(KCal::Event::Transparency)':
event.cpp:70: error: `mShowTimeAs' undeclared (first use this function)
event.cpp: At global scope:
event.cpp:73: error: `Event' has not been declared
event.cpp:74: error: non-member function `KCal::Event::Transparency 
transparency()' cannot have `const' method qualifier
event.cpp: In function `KCal::Event::Transparency transparency()':
event.cpp:75: error: `mShowTimeAs' undeclared (first use this function)
event.cpp: At global scope:
event.cpp:78: error: `Event' has not been declared
event.cpp: In function `void setEndDate(const QDateTime&)':
event.cpp:80: error: `mEndDate' undeclared (first use this function)
event.cpp:81: error: `mHasEndDate' undeclared (first use this function)
event.cpp:82: error: `mFloatingStatus' undeclared (first use this function)
event.cpp:82: error: `AllDay' undeclared (first use this function)
event.cpp:84: error: `HasTime' undeclared (first use this function)
event.cpp: At global scope:
event.cpp:87: error: `Event' has not been declared
event.cpp: In function `void setEndDate(const QDate&)':
event.cpp:89: error: `mEndDate' undeclared (first use this function)
event.cpp:90: error: `mHasEndDate' undeclared (first use this function)
event.cpp:91: error: `mFloatingStatus' undeclared (first use this function)
event.cpp:91: error: `HasTime' undeclared (first use this function)
event.cpp:93: error: `AllDay' undeclared (first use this function)
event.cpp: At global scope:
event.cpp:96: error: `Event' has not been declared
event.cpp: In function `void setEndDate(const QString&)':
event.cpp:100: error: `stringToDateTime' undeclared (first use this function)
event.cpp:103: error: `stringToDate' undeclared (first use this function)
event.cpp: At global scope:
event.cpp:106: error: `Event' has not been declared
event.cpp:107: error: non-member function `QDateTime endDate()' cannot have 
`const' method qualifier
event.cpp: In function `QDateTime endDate()':
event.cpp:108: error: `mEndDate' undeclared (first use this function)
event.cpp: At global scope:
event.cpp:111: error: `Event' has not been declared
event.cpp: In function `bool loadAttribute(QDomElement&)':
event.cpp:112: error: redefinition of `bool loadAttribute(QDomElement&)'
incidence.cpp:284: error: `bool loadAttribute(QDomElement&)' previously 
defined here
event.cpp:125: error: `Incidence' has not been declared
event.cpp: At global scope:
event.cpp:131: error: `Event' has not been declared
event.cpp:132: error: non-member function `bool saveAttributes(QDomElement&)' 
cannot have `const' method qualifier
event.cpp: In function `bool saveAttributes(QDomElement&)':
event.cpp:132: error: redefinition of `bool saveAttributes(QDomElement&)'
incidence.cpp:334: error: `bool saveAttributes(QDomElement&)' previously 
defined here
event.cpp:134: error: `Incidence' has not been declared
event.cpp:138: error: `writeString' undeclared (first use this function)
event.cpp:141: error: `mHasEndDate' undeclared (first use this function)
event.cpp:142: error: `mFloatingStatus' undeclared (first use this function)
event.cpp:142: error: `HasTime' undeclared (first use this function)
event.cpp:143: error: `dateTimeToString' undeclared (first use this function)
event.cpp:145: error: `dateToString' undeclared (first use this function)
event.cpp: At global scope:
event.cpp:152: error: `Event' has not been declared
event.cpp:175: error: `Event' has not been declared
event.cpp:176: error: non-member function `QString saveXML()' cannot have 
`const' method qualifier
event.cpp: In function `QString saveXML()':
event.cpp:177: error: `domTree' undeclared (first use this function)
event.cpp: At global scope:
event.cpp:185: error: `Event' has not been declared
event.cpp: In function `void setFields(const KCal::Event*)':
event.cpp:187: error: `Incidence' has not been declared
event.cpp:192: error: `mFloatingStatus' undeclared (first use this function)
event.cpp:192: error: `AllDay' undeclared (first use this function)
event.cpp:195: error: `HasTime' undeclared (first use this function)
event.cpp:196: error: `localToUTC' undeclared (first use this function)
event.cpp:199: error: `mHasEndDate' undeclared (first use this function)
event.cpp: At global scope:
event.cpp:203: error: `Event' has not been declared
event.cpp: In function `void saveTo(KCal::Event*)':
event.cpp:205: error: `Incidence' has not been declared
event.cpp:207: error: `mHasEndDate' undeclared (first use this function)
event.cpp:209: error: `mFloatingStatus' undeclared (first use this function)
event.cpp:209: error: `AllDay' undeclared (first use this function)
event.cpp:213: error: `utcToLocal' undeclared (first use this function)
In file included from libkcalkolab_la.all_cpp.cpp:6:
journal.cpp: At global scope:
journal.cpp:43: error: `Journal' has not been declared
journal.cpp: In function `KCal::Journal* xmlToJournal(const QString&, const 
QString&)':
journal.cpp:45: error: `Journal' undeclared (first use this function)
journal.cpp:45: error: expected `;' before "journal"
journal.cpp:46: error: `journal' undeclared (first use this function)
journal.cpp: At global scope:
journal.cpp:44: warning: unused parameter 'tz'
journal.cpp:52: error: `Journal' has not been declared
journal.cpp: In function `QString journalToXML(KCal::Journal*, const 
QString&)':
journal.cpp:54: error: `Journal' undeclared (first use this function)
journal.cpp:54: error: expected `;' before "journal"
journal.cpp:55: error: `journal' undeclared (first use this function)
journal.cpp: At global scope:
journal.cpp:53: warning: unused parameter 'kcalJournal'
journal.cpp:53: warning: unused parameter 'tz'
journal.cpp:58: error: `Journal' has not been declared
journal.cpp:59: error: ISO C++ forbids declaration of `Journal' with no type
journal.cpp: In function `int Journal(const QString&, KCal::Journal*)':
journal.cpp:59: error: `int Journal(const QString&, KCal::Journal*)' used 
prior to declaration
journal.cpp:59: error: only constructors take base initializers
journal.cpp: At global scope:
journal.cpp:65: error: expected constructor, destructor, or type conversion 
before '::' token
journal.cpp:65: error: expected `,' or `;' before '::' token
journal.cpp:69: error: `Journal' has not been declared
journal.cpp: In function `void setSummary(const QString&)':
journal.cpp:70: error: redefinition of `void setSummary(const QString&)'
incidence.cpp:58: error: `void setSummary(const QString&)' previously defined 
here
journal.cpp:71: error: `mSummary' undeclared (first use this function)
journal.cpp: At global scope:
journal.cpp:74: error: `Journal' has not been declared
journal.cpp:75: error: non-member function `QString summary()' cannot have 
`const' method qualifier
journal.cpp: In function `QString summary()':
journal.cpp:75: error: redefinition of `QString summary()'
incidence.cpp:63: error: `QString summary()' previously defined here
journal.cpp:76: error: `mSummary' undeclared (first use this function)
journal.cpp: At global scope:
journal.cpp:79: error: `Journal' has not been declared
journal.cpp: In function `void setStartDate(const QDateTime&)':
journal.cpp:80: error: redefinition of `void setStartDate(const QDateTime&)'
incidence.cpp:88: error: `void setStartDate(const QDateTime&)' previously 
defined here
journal.cpp:81: error: `mStartDate' undeclared (first use this function)
journal.cpp: At global scope:
journal.cpp:84: error: `Journal' has not been declared
journal.cpp:85: error: non-member function `QDateTime startDate()' cannot have 
`const' method qualifier
journal.cpp: In function `QDateTime startDate()':
journal.cpp:85: error: redefinition of `QDateTime startDate()'
incidence.cpp:114: error: `QDateTime startDate()' previously defined here
journal.cpp:86: error: `mStartDate' undeclared (first use this function)
journal.cpp: At global scope:
journal.cpp:89: error: `Journal' has not been declared
journal.cpp: In function `void setEndDate(const QDateTime&)':
journal.cpp:90: error: redefinition of `void setEndDate(const QDateTime&)'
event.cpp:79: error: `void setEndDate(const QDateTime&)' previously defined 
here
journal.cpp:91: error: `mEndDate' undeclared (first use this function)
journal.cpp: At global scope:
journal.cpp:94: error: `Journal' has not been declared
journal.cpp:95: error: non-member function `QDateTime endDate()' cannot have 
`const' method qualifier
journal.cpp: In function `QDateTime endDate()':
journal.cpp:95: error: redefinition of `QDateTime endDate()'
event.cpp:107: error: `QDateTime endDate()' previously defined here
journal.cpp:96: error: `mEndDate' undeclared (first use this function)
journal.cpp: At global scope:
journal.cpp:99: error: `Journal' has not been declared
journal.cpp: In function `bool loadAttribute(QDomElement&)':
journal.cpp:100: error: redefinition of `bool loadAttribute(QDomElement&)'
incidence.cpp:284: error: `bool loadAttribute(QDomElement&)' previously 
defined here
journal.cpp:106: error: `stringToDateTime' undeclared (first use this 
function)
journal.cpp:109: error: cannot call member function `virtual bool 
Kolab::KolabBase::loadAttribute(QDomElement&)' without object
journal.cpp: At global scope:
journal.cpp:115: error: `Journal' has not been declared
journal.cpp:116: error: non-member function `bool 
saveAttributes(QDomElement&)' cannot have `const' method qualifier
journal.cpp: In function `bool saveAttributes(QDomElement&)':
journal.cpp:116: error: redefinition of `bool saveAttributes(QDomElement&)'
incidence.cpp:334: error: `bool saveAttributes(QDomElement&)' previously 
defined here
journal.cpp:118: error: cannot call member function `virtual bool 
Kolab::KolabBase::saveAttributes(QDomElement&) const' without object
journal.cpp:120: error: `writeString' undeclared (first use this function)
journal.cpp:121: error: `dateTimeToString' undeclared (first use this 
function)
journal.cpp: At global scope:
journal.cpp:127: error: `Journal' has not been declared
journal.cpp: In function `bool loadXML(const QDomDocument&)':
journal.cpp:128: error: redefinition of `bool loadXML(const QDomDocument&)'
event.cpp:153: error: `bool loadXML(const QDomDocument&)' previously defined 
here
journal.cpp: At global scope:
journal.cpp:152: error: `Journal' has not been declared
journal.cpp:153: error: non-member function `QString saveXML()' cannot have 
`const' method qualifier
journal.cpp: In function `QString saveXML()':
journal.cpp:153: error: redefinition of `QString saveXML()'
event.cpp:176: error: `QString saveXML()' previously defined here
journal.cpp:154: error: `domTree' undeclared (first use this function)
journal.cpp: At global scope:
journal.cpp:162: error: `Journal' has not been declared
journal.cpp: In function `void saveTo(KCal::Journal*)':
journal.cpp:164: error: cannot call member function `void 
Kolab::KolabBase::saveTo(KCal::Incidence*) const' without object
journal.cpp:167: error: `utcToLocal' undeclared (first use this function)
journal.cpp: At global scope:
journal.cpp:170: error: `Journal' has not been declared
journal.cpp: In function `void setFields(const KCal::Journal*)':
journal.cpp:173: error: cannot call member function `void 
Kolab::KolabBase::setFields(const KCal::Incidence*)' without object
journal.cpp:177: error: `localToUTC' undeclared (first use this function)
journal.cpp: At global scope:
journal.cpp:180: error: `Journal' has not been declared
journal.cpp:181: error: non-member function `QString productID()' cannot have 
`const' method qualifier
journal.cpp: In function `QString productID()':
journal.cpp:181: error: redefinition of `QString productID()'
incidence.cpp:727: error: `QString productID()' previously defined here
make: *** [libkcalkolab_la.all_cpp.lo] Error 1
-------------------------------------------------------------------------------------------------------------------------------------------



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

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