[Kde-pim] korganizer - printing calendar item recurrence

Ron Goodheart ron.goodheart at gmail.com
Thu Aug 28 05:54:51 BST 2008


Hey,
I encountered a problem getting in the recurrence code into the printing.
This is probably something simple but I'm not sure what to do next.

line 320       const KCalendarSystem *calSys =
KOGlobals::self()->calendarSystem();

[ 73%] Building CXX object
korganizer/printing/CMakeFiles/korg_stdprinting.dir/calprintdefaultplugins.o
Linking CXX shared library ../../lib/libkorg_stdprinting.so
CMakeFiles/korg_stdprinting.dir/calprintdefaultplugins.o: In function
`CalPrintIncidence::print(QPainter&, int, int)':
/home/rgoodheart/kde/trunk/KDE/kdepim/korganizer/printing/calprintdefaultplugins.cpp:320:
undefined reference to `KOGlobals::self()'
/home/rgoodheart/kde/trunk/KDE/kdepim/korganizer/printing/calprintdefaultplugins.cpp:320:
undefined reference to `KOGlobals::calendarSystem() const'
collect2: ld returned 1 exit status
make[3]: *** [lib/libkorg_stdprinting.so.4.2.0] Error 1
make[2]: *** [korganizer/printing/CMakeFiles/korg_stdprinting.dir/all] Error 2
make[1]: *** [korganizer/CMakeFiles/korganizer.dir/rule] Error 2
make: *** [korganizer] Error 2

I have the code ready for the trunk but can't test it until I get past this.
korganizer compiled and linked okay until I added my new code that
included this.
Line 320 is needed for calSys->weekDayName(...) call.

Regards,
Ron
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/



More information about the kde-pim mailing list