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

List:       kdepim-users
Subject:    Re: [kdepim-users] problem creating kpilot from the source
From:       Tadek <tadios () interia ! pl>
Date:       2004-07-15 7:07:01
Message-ID: 200407150007.01507.tadios () interia ! pl
[Download RAW message or body]

Hi Adriaan,

I managed to sort out my initial problem (after installing libqt3-mt-dev and 
not libqt-mt-dev).  I had to solve package conflict between installed 
fglrx-glc22 and xlibmesa-gl.  (I used dpkg-divert).

Eventually ./configure ran fine with final output:
----------------------------------------------------------------------
...
fast creating kpilot/conduits/vcalconduit/Makefile
fast creating kpilot/kpilot/Makefile
fast creating kpilot/kpilot/Icons/Makefile
fast creating kpilot/lib/Makefile
config.pl: fast created 19 file(s).
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands

Good - your configure finished. Start make now
--------------------------------------------------------------
So I started make, which ran for good 15 min but exit with error 2 (see 
attached output), failing on compilation of vcal-conduit.cc.  I believe I am 
missing some header files from libkcal, which I am going to install now.

I thought I would share this with you since I believe 'configure' should 
report missing package.  

Thank you again for your help.  Cheers,
Tadek

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

Making all in vcalconduit
make[4]: Entering directory \
`/home/tad/pilot/kdepim/kpilot/conduits/vcalconduit' cd ../../.. && /bin/sh \
./config.status kpilot/conduits/vcalconduit/Makefile depfiles fast creating \
                kpilot/conduits/vcalconduit/Makefile
config.pl: fast created 1 file(s).
config.status: executing depfiles commands
make[4]: Leaving directory \
`/home/tad/pilot/kdepim/kpilot/conduits/vcalconduit' make[4]: Entering \
                directory \
                `/home/tad/pilot/kdepim/kpilot/conduits/vcalconduit'
/usr/bin/kconfig_compiler ./vcalconduitbase.kcfg \
./vcalconduitSettings.kcfgc; ret=$?; \ if test "$ret" != 0; then rm -f \
vcalconduitSettings.h ; exit $ret ; else mv vcalconduitSettings.cpp \
                vcalconduitSettings.cc ;  fi
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o \
                korganizerConduit.h ./korganizerConduit.ui
/usr/share/qt3/bin/moc ./vcal-conduit.h -o vcal-conduit.moc
if /bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ \
-DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../kpilot/lib -I../../..  \
-I/usr/include/kde -I/usr/share/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 -O2 -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 vcal-conduit.lo -MD -MP -MF \
                ".deps/vcal-conduit.Tpo" \
  -c -o vcal-conduit.lo `test -f 'vcal-conduit.cc' || echo \
'./'`vcal-conduit.cc; \ then mv -f ".deps/vcal-conduit.Tpo" \
".deps/vcal-conduit.Plo"; \ else rm -f ".deps/vcal-conduit.Tpo"; exit 1; \
fi
vcal-conduit.cc:31:30: libkcal/calendar.h: No such file or directory
vcal-conduit.cc:32:32: libkcal/recurrence.h: No such file or directory
In file included from vcal-conduit.moc:11,
                 from vcal-conduit.cc:35:
vcal-conduit.h:32:27: libkcal/event.h: No such file or directory
In file included from vcal-conduit.moc:11,
                 from vcal-conduit.cc:35:
vcal-conduit.h:47: error: no class template named `Event' in `KCal'
vcal-conduit.h:47: error: syntax error before `;' token
vcal-conduit.h:48: error: no class template named `Event' in `KCal'
vcal-conduit.h:48: error: no type named `List' in `<type error>'
vcal-conduit.h:48: error: syntax error before `;' token
vcal-conduit.h: In member function `virtual int \
VCalConduitPrivate::count()': vcal-conduit.h:59: error: `fAllEvents' \
undeclared (first use this function) vcal-conduit.h:59: error: (Each \
undeclared identifier is reported only once for  each function it appears \
                in.)
vcal-conduit.h: At global scope:
vcal-conduit.h:86: error: parse error before `*' token
vcal-conduit.h:88: error: ISO C++ forbids declaration of `Event' with no \
type vcal-conduit.h:88: error: invalid use of `::'
vcal-conduit.h:88: error: `Event' declared as a `virtual' field
vcal-conduit.h:88: error: parse error before `*' token
vcal-conduit.h:91: error: `Event' undeclared in namespace `KCal'
vcal-conduit.h:91: error: parse error before `,' token
vcal-conduit.h:92: error: `Event' undeclared in namespace `KCal'
vcal-conduit.h:92: error: parse error before `,' token
vcal-conduit.h:93: error: `Event' undeclared in namespace `KCal'
vcal-conduit.h:93: error: parse error before `,' token
vcal-conduit.h:94: error: `Event' undeclared in namespace `KCal'
vcal-conduit.h:94: error: parse error before `,' token
vcal-conduit.h:96: error: parse error before `*' token
vcal-conduit.h:96: error: `void VCalConduit::setStartEndTimes(...)' and \
`void  VCalConduit::setStartEndTimes(...)' cannot be overloaded
vcal-conduit.h:97: error: parse error before `*' token
vcal-conduit.h:97: error: `void VCalConduit::setAlarms(...)' and `void
   VCalConduit::setAlarms(...)' cannot be overloaded
vcal-conduit.h:98: error: parse error before `*' token
vcal-conduit.h:98: error: `void VCalConduit::setRecurrence(...)' and `void
   VCalConduit::setRecurrence(...)' cannot be overloaded
vcal-conduit.h:99: error: parse error before `*' token
vcal-conduit.h:99: error: `void VCalConduit::setExceptions(...)' and `void
   VCalConduit::setExceptions(...)' cannot be overloaded
vcal-conduit.cc: In member function `virtual void
   VCalConduitPrivate::addIncidence(KCal::Incidence*)':
vcal-conduit.cc:57: error: parse error before `*' token
vcal-conduit.cc:58: error: parse error before `*' token
vcal-conduit.cc:56: warning: unused parameter `KCal::Incidence*e'
vcal-conduit.cc: In member function `virtual int
   VCalConduitPrivate::updateIncidences()':
vcal-conduit.cc:65: error: `events' undeclared (first use this function)
vcal-conduit.cc: In member function `virtual void
   VCalConduitPrivate::removeIncidence(KCal::Incidence*)':
vcal-conduit.cc:74: error: parse error before `*' token
vcal-conduit.cc:76: error: parse error before `*' token
vcal-conduit.cc:72: warning: unused parameter `KCal::Incidence*e'
vcal-conduit.cc: In member function `virtual KCal::Incidence*
   VCalConduitPrivate::findIncidence(long unsigned int)':
vcal-conduit.cc:82: error: no class template named `Event' in `KCal'
vcal-conduit.cc:82: error: no type named `List' in `<type error>'
vcal-conduit.cc:82: error: parse error before `;' token
vcal-conduit.cc:83: error: `it' undeclared (first use this function)
vcal-conduit.cc:84: error: `Event' undeclared in namespace `KCal'
vcal-conduit.cc:84: error: `event' undeclared (first use this function)
vcal-conduit.cc: In member function `virtual KCal::Incidence*
   VCalConduitPrivate::findIncidence(PilotAppCategory*)':
vcal-conduit.cc:96: error: variable `QDateTime dt' has initializer but
   incomplete type
vcal-conduit.cc:96: error: invalid use of undefined type `struct QDateTime'
/usr/include/kde/klocale.h:32: error: forward declaration of `struct \
QDateTime' vcal-conduit.cc:98: error: no class template named `Event' in \
`KCal' vcal-conduit.cc:98: error: no type named `List' in `<type error>'
vcal-conduit.cc:98: error: parse error before `;' token
vcal-conduit.cc:100: error: `Event' undeclared in namespace `KCal'
vcal-conduit.cc: In member function `virtual KCal::Incidence*
   VCalConduitPrivate::getNextIncidence()':
vcal-conduit.cc:112: error: `fAllEventsIterator' undeclared (first use this
   function)
vcal-conduit.cc: In member function `virtual KCal::Incidence*
   VCalConduitPrivate::getNextModifiedIncidence()':
vcal-conduit.cc:129: error: `Event' undeclared in namespace `KCal'
vcal-conduit.cc:129: error: `e' undeclared (first use this function)
vcal-conduit.cc:141: error: incomplete type `KCal::Incidence' does not have
   member `SYNCNONE'
vcal-conduit.cc: In member function `virtual PilotRecord*
   VCalConduit::recordFromIncidence(PilotAppCategory*, const \
KCal::Incidence*)  ':
vcal-conduit.cc:197: error: parse error before `*' token
vcal-conduit.cc: At global scope:
vcal-conduit.cc:200: error: parse error before `*' token
vcal-conduit.cc: In member function `virtual PilotRecord*
   VCalConduit::recordFromIncidence(...)':
vcal-conduit.cc:203: error: `de' undeclared (first use this function)
vcal-conduit.cc:211: error: no class template named `Event' in `KCal'
vcal-conduit.cc: In member function `virtual KCal::Incidence*
   VCalConduit::incidenceFromRecord(KCal::Incidence*, const \
PilotAppCategory*)  ':
vcal-conduit.cc:226: error: parse error before `*' token
vcal-conduit.cc:225: warning: unused parameter `KCal::Incidence*e'
vcal-conduit.cc:225: warning: unused parameter `const PilotAppCategory*de'
vcal-conduit.cc: At global scope:
vcal-conduit.cc:230: error: syntax error before `*' token
vcal-conduit.cc:240: error: syntax error before `->' token
vcal-conduit.cc:241: error: syntax error before `->' token
vcal-conduit.cc:242: error: syntax error before `->' token
vcal-conduit.cc:246: error: syntax error before `->' token
vcal-conduit.cc:247: error: syntax error before `->' token
vcal-conduit.cc:249: error: ISO C++ forbids declaration of \
`setStartEndTimes'  with no type
vcal-conduit.cc:249: error: initializer list being treated as compound
   expression
vcal-conduit.cc:250: error: ISO C++ forbids declaration of `setAlarms' with \
no  type
vcal-conduit.cc:250: error: initializer list being treated as compound
   expression
vcal-conduit.cc:251: error: ISO C++ forbids declaration of `setRecurrence' \
with  no type
vcal-conduit.cc:251: error: initializer list being treated as compound
   expression
vcal-conduit.cc:252: error: ISO C++ forbids declaration of `setExceptions' \
with  no type
vcal-conduit.cc:252: error: initializer list being treated as compound
   expression
vcal-conduit.cc:254: error: syntax error before `->' token
vcal-conduit.cc:256: error: ISO C++ forbids declaration of `kdDebug' with \
no  type
vcal-conduit.cc:256: error: `int kdDebug' redeclared as different kind of
   symbol
/usr/include/kde/kdebug.h:509: error: previous declaration of `kdbgstream
   kdDebug(bool, int)'
vcal-conduit.cc:256: error: syntax error before `<<' token
vcal-conduit.cc:258: error: syntax error before `->' token
vcal-conduit.cc:264: error: `Event' undeclared in namespace `KCal'
vcal-conduit.cc:264: error: parse error before `*' token
vcal-conduit.cc: In member function `void \
VCalConduit::setStartEndTimes(...)': vcal-conduit.cc:266: error: `kdDebug' \
cannot be used as a function vcal-conduit.cc:269: error: `kdDebug' cannot \
                be used as a function
vcal-conduit.cc: At global scope:
vcal-conduit.cc:284: error: parse error before `*' token
vcal-conduit.cc:285: error: redefinition of `void
   VCalConduit::setStartEndTimes(...)'
vcal-conduit.cc:265: error: `void VCalConduit::setStartEndTimes(...)'
   previously defined here
vcal-conduit.cc:285: error: no `void VCalConduit::setStartEndTimes(...)' \
member  function declared in class `VCalConduit'
vcal-conduit.cc: In member function `void \
VCalConduit::setStartEndTimes(...)': vcal-conduit.cc:286: error: `kdDebug' \
                cannot be used as a function
vcal-conduit.cc: At global scope:
vcal-conduit.cc:303: error: `Event' undeclared in namespace `KCal'
vcal-conduit.cc:303: error: parse error before `*' token
vcal-conduit.cc: In member function `void VCalConduit::setAlarms(...)':
vcal-conduit.cc:305: error: `kdDebug' cannot be used as a function
vcal-conduit.cc:328: error: `kdDebug' cannot be used as a function
vcal-conduit.cc:336: error: `Duration' undeclared in namespace `KCal'
vcal-conduit.cc:336: error: parse error before `(' token
vcal-conduit.cc:337: error: `Alarm' undeclared in namespace `KCal'
vcal-conduit.cc:337: error: `alm' undeclared (first use this function)
vcal-conduit.cc:340: error: `adv' undeclared (first use this function)
vcal-conduit.cc: At global scope:
vcal-conduit.cc:346: error: parse error before `*' token
vcal-conduit.cc:347: error: redefinition of `void \
VCalConduit::setAlarms(...)' vcal-conduit.cc:304: error: `void \
VCalConduit::setAlarms(...)' previously  defined here
vcal-conduit.cc:347: error: no `void VCalConduit::setAlarms(...)' member
   function declared in class `VCalConduit'
vcal-conduit.cc: In member function `void VCalConduit::setAlarms(...)':
vcal-conduit.cc:348: error: `kdDebug' cannot be used as a function
vcal-conduit.cc:353: error: `kdDebug' cannot be used as a function
vcal-conduit.cc:365: error: no class template named `Alarm' in `KCal'
vcal-conduit.cc:365: error: parse error before `=' token
vcal-conduit.cc:366: error: `Alarm' undeclared in namespace `KCal'
vcal-conduit.cc:367: error: no class template named `Alarm' in `KCal'
vcal-conduit.cc:367: error: no type named `List' in `<type error>'
vcal-conduit.cc:367: error: parse error before `;' token
vcal-conduit.cc:368: error: `alms' undeclared (first use this function)
vcal-conduit.cc:375: error: `kdDebug' cannot be used as a function
vcal-conduit.cc: At global scope:
vcal-conduit.cc:408: error: `Event' undeclared in namespace `KCal'
vcal-conduit.cc:408: error: parse error before `*' token
vcal-conduit.cc: In member function `void VCalConduit::setRecurrence(...)':
vcal-conduit.cc:410: error: `kdDebug' cannot be used as a function
vcal-conduit.cc:412: error: `dateEntry' undeclared (first use this \
function) vcal-conduit.cc:415: error: `kdDebug' cannot be used as a \
function vcal-conduit.cc:420: error: `Recurrence' undeclared in namespace \
`KCal' vcal-conduit.cc:420: error: `recur' undeclared (first use this \
function) vcal-conduit.cc:420: error: invalid use of member (did you forget \
the `&' ?) vcal-conduit.cc:420: error: base operand of `->' is not a \
pointer vcal-conduit.cc:423: error: aggregate `QDate endDate' has \
incomplete type and  cannot be defined
vcal-conduit.cc:423: error: aggregate `QDate evt' has incomplete type and
   cannot be defined
vcal-conduit.cc:429: error: `kdDebug' cannot be used as a function
vcal-conduit.cc:435: error: `kdDebug' cannot be used as a function
vcal-conduit.cc:452: error: `kdDebug' cannot be used as a function
vcal-conduit.cc:481: error: no class template named `Recurrence' in `KCal'
vcal-conduit.cc:485: error: no class template named `Recurrence' in `KCal'
vcal-conduit.cc:498: error: no class template named `Recurrence' in `KCal'
vcal-conduit.cc:502: error: no class template named `Recurrence' in `KCal'
vcal-conduit.cc:509: error: no class template named `Recurrence' in `KCal'
vcal-conduit.cc:513: error: no class template named `Recurrence' in `KCal'
vcal-conduit.cc:523: error: `kdDebug' cannot be used as a function
vcal-conduit.cc: At global scope:
vcal-conduit.cc:533: error: parse error before `*' token
vcal-conduit.cc:534: error: redefinition of `void
   VCalConduit::setRecurrence(...)'
vcal-conduit.cc:409: error: `void VCalConduit::setRecurrence(...)' \
previously  defined here
vcal-conduit.cc:534: error: no `void VCalConduit::setRecurrence(...)' \
member  function declared in class `VCalConduit'
vcal-conduit.cc: In member function `void VCalConduit::setRecurrence(...)':
vcal-conduit.cc:535: error: `kdDebug' cannot be used as a function
vcal-conduit.cc:541: error: variable `QDateTime startDt' has initializer \
but  incomplete type
vcal-conduit.cc:541: error: variable `QDateTime endDt' has initializer but
   incomplete type
vcal-conduit.cc:549: error: `kdDebug' cannot be used as a function
vcal-conduit.cc:554: error: `Recurrence' undeclared in namespace `KCal'
vcal-conduit.cc:554: error: `r' undeclared (first use this function)
vcal-conduit.cc:554: error: invalid use of member (did you forget the `&' \
?) vcal-conduit.cc:554: error: base operand of `->' is not a pointer
vcal-conduit.cc:557: error: no class template named `Recurrence' in `KCal'
vcal-conduit.cc:565: error: variable `QDate endDate' has initializer but
   incomplete type
vcal-conduit.cc:577: error: `kdDebug' cannot be used as a function
vcal-conduit.cc:577: error: invalid use of member (did you forget the `&' \
?) vcal-conduit.cc:577: error: base operand of `->' is not a pointer
vcal-conduit.cc:577: error: invalid use of member (did you forget the `&' \
?) vcal-conduit.cc:577: error: base operand of `->' is not a pointer
vcal-conduit.cc:578: error: `kdDebug' cannot be used as a function
vcal-conduit.cc:584: error: no class template named `Recurrence' in `KCal'
vcal-conduit.cc:587: error: no class template named `Recurrence' in `KCal'
vcal-conduit.cc:597: error: no class template named `Recurrence' in `KCal'
vcal-conduit.cc:607: error: no class template named `Recurrence' in `KCal'
vcal-conduit.cc:607: error: template argument 1 is invalid
vcal-conduit.cc:607: error: ISO C++ forbids declaration of `mps' with no \
type vcal-conduit.cc:608: error: no class template named `Recurrence' in \
`KCal' vcal-conduit.cc:608: error: parse error before `*' token
vcal-conduit.cc:610: error: `mp' undeclared (first use this function)
vcal-conduit.cc:607: warning: unused variable `int mps'
vcal-conduit.cc:622: error: no class template named `Recurrence' in `KCal'
vcal-conduit.cc:626: error: no class template named `Recurrence' in `KCal'
vcal-conduit.cc:627: error: no class template named `Recurrence' in `KCal'
vcal-conduit.cc:628: error: invalid use of member (did you forget the `&' \
?) vcal-conduit.cc:628: error: base operand of `->' is not a pointer
vcal-conduit.cc:629: error: no class template named `Recurrence' in `KCal'
vcal-conduit.cc:632: error: no class template named `Recurrence' in `KCal'
vcal-conduit.cc:637: error: `kdDebug' cannot be used as a function
vcal-conduit.cc: At global scope:
vcal-conduit.cc:645: error: `Event' undeclared in namespace `KCal'
vcal-conduit.cc:645: error: `vevent' was not declared in this scope
vcal-conduit.cc:645: error: parse error before `*' token
vcal-conduit.cc: In member function `void VCalConduit::setExceptions(...)':
vcal-conduit.cc:647: error: `kdDebug' cannot be used as a function
vcal-conduit.cc:651: error: `DateList' undeclared in namespace `KCal'
vcal-conduit.cc:651: error: parse error before `;' token
vcal-conduit.cc:658: error: `dl' undeclared (first use this function)
vcal-conduit.cc:665: error: `kdDebug' cannot be used as a function
vcal-conduit.cc:672: error: `vevent' undeclared (first use this function)
vcal-conduit.cc: At global scope:
vcal-conduit.cc:675: error: parse error before `*' token
vcal-conduit.cc:676: error: redefinition of `void
   VCalConduit::setExceptions(...)'
vcal-conduit.cc:646: error: `void VCalConduit::setExceptions(...)' \
previously  defined here
vcal-conduit.cc:676: error: no `void VCalConduit::setExceptions(...)' \
member  function declared in class `VCalConduit'
vcal-conduit.cc: In member function `void VCalConduit::setExceptions(...)':
vcal-conduit.cc:677: error: `kdDebug' cannot be used as a function
vcal-conduit.cc:711: error: `DateList' undeclared in namespace `KCal'
vcal-conduit.cc:711: error: parse error before `=' token
vcal-conduit.cc:712: error: no class template named `DateList' in `KCal'
vcal-conduit.cc:712: error: parse error before `;' token
vcal-conduit.cc:713: error: `dit' undeclared (first use this function)
vcal-conduit.cc:713: error: `exDates' undeclared (first use this function)
vcal-conduit.cc: In member function `virtual KCal::Incidence*
   VCalConduit::newIncidence()':
vcal-conduit.cc:729: error: parse error before `;' token
make[4]: *** [vcal-conduit.lo] Error 1
make[4]: Leaving directory \
`/home/tad/pilot/kdepim/kpilot/conduits/vcalconduit' make[3]: *** \
[all-recursive] Error 1 make[3]: Leaving directory \
`/home/tad/pilot/kdepim/kpilot/conduits' make[2]: *** [all-recursive] Error \
1 make[2]: Leaving directory `/home/tad/pilot/kdepim/kpilot'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tad/pilot/kdepim'
make: *** [all] Error 2



_______________________________________________
KDE PIM users mailing list
kdepim-users@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-users


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

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