Hi,
I have been trying to build the kresourcewcap on a 64-bit computer running openSUSE 11.x (both 11.0 and 11.1). Preparations run clean, but 'make' results in Errors. Here the whole output:
--- snip ---
>make
make all-am
make[1]: Siirrytään hakemistoon "/Omat/Lataukset/kresourcewcap-1.0/kresourcewcap"
/bin/sh ./libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./libkdepim -I/opt/kde3/include -I/usr/lib/qt3/include -I. -I -DQT_THREAD_SUPPORT -D_REENTRANT -D_LARGE_FILES=1 -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT resourcewcap.lo -MD -MP -MF .deps/resourcewcap.Tpo -c -o resourcewcap.lo resourcewcap.cpp
resourcewcap.cpp:24:32: error: libical/icalformat.h: No such file or directory
resourcewcap.cpp:25:32: error: libical/exceptions.h: No such file or directory
resourcewcap.cpp:26:31: error: libical/incidence.h: No such file or directory
resourcewcap.cpp:27:27: error: libical/event.h: No such file or directory
resourcewcap.cpp:28:26: error: libical/todo.h: No such file or directory
resourcewcap.cpp:29:29: error: libical/journal.h: No such file or directory
resourcewcap.cpp:30:33: error: libical/filestorage.h: No such file or directory
In file included from tools.h:18,
from resourcewcap.cpp:40:
/usr/include/ical.h:22:2: warning: #warning "#include <ical.h> is deprecated. Please #include <libical/ical.h> instead."
In file included from resourcewcap.cpp:40:
tools.h:19:20: error: icalss.h: No such file or directory
In file included from /usr/lib/qt3/include/qtextstream.h:46,
from /usr/lib/qt3/include/qtl.h:46,
from /usr/lib/qt3/include/qvaluelist.h:45,
from /opt/kde3/include/kconfig.h:27,
from resourcewcap.cpp:6:
/usr/lib/qt3/include/qstring.h: In member function 'char QChar::latin1() const':
/usr/lib/qt3/include/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value
/usr/lib/qt3/include/qstring.h: In member function 'void QChar::setCell(uchar)':
/usr/lib/qt3/include/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value
/usr/lib/qt3/include/qstring.h: In member function 'void QChar::setRow(uchar)':
/usr/lib/qt3/include/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value
/usr/lib/qt3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
/usr/lib/qt3/include/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value
/usr/lib/qt3/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
/usr/lib/qt3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
/usr/lib/qt3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
In file included from /usr/lib/qt3/include/qobject.h:48,
from /opt/kde3/include/kconfigbase.h:26,
from /opt/kde3/include/kconfig.h:29,
from resourcewcap.cpp:6:
/usr/lib/qt3/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)':
/usr/lib/qt3/include/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value
In file included from /usr/lib/qt3/include/qwidget.h:52,
from /usr/lib/qt3/include/qdialog.h:45,
from /usr/lib/qt3/include/qmessagebox.h:45,
from resourcewcap.cpp:14:
/usr/lib/qt3/include/qsizepolicy.h: In member function 'void QSizePolicy::transpose()':
/usr/lib/qt3/include/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
/usr/lib/qt3/include/qsizepolicy.h:125: warning: conversion to 'uchar' from 'uint' may alter its value
In file included from resourcewcap.h:21,
from resourcewcap.cpp:36:
/opt/kde3/include/libkcal/incidencebase.h: In member function 'int KCal::IncidenceBase::attendeeCount() const':
/opt/kde3/include/libkcal/incidencebase.h:204: warning: conversion to 'int' from 'size_t' may alter its value
In file included from /opt/kde3/include/kservice.h:28,
from /opt/kde3/include/ktrader.h:23,
from /opt/kde3/include/kresources/factory.h:32,
from /opt/kde3/include/kresources/manager.h:31,
from /opt/kde3/include/libkcal/resourcecalendar.h:41,
from /opt/kde3/include/libkcal/resourcecached.h:24,
from resourcewcap.h:27,
from resourcewcap.cpp:36:
/opt/kde3/include/ksycocaentry.h: In member function 'virtual void KSycocaEntry::save(QDataStream&)':
/opt/kde3/include/ksycocaentry.h:104: warning: conversion to 'int' from 'Q_ULONG' may alter its value
In file included from /opt/kde3/include/kpushbutton.h:24,
from resourcewcapconfig.h:20,
from resourcewcap.cpp:38:
/usr/lib/qt3/include/qpushbutton.h: In member function 'virtual void QPushButton::setIsMenuButton(bool)':
/usr/lib/qt3/include/qpushbutton.h:94: warning: conversion to 'unsigned char:1' from 'int' may alter its value
make[1]: *** [resourcewcap.lo] Virhe 1
make[1]: Poistutaan hakemistosta "/Omat/Lataukset/kresourcewcap-1.0/kresourcewcap"
make: *** [all] Virhe 2
--- snip ---
BTW, I have succeeded in installing kresourcewcap on a 32-bit machine (with opensuse 11.0), but never succeeded in getting schedules stored on our Sun Java System Calender servern shown in Korganizer :-(
Any ideas how to get kresourcewcap build on a x86_64 machine?
Kind regards,
Kimmo
maillists@nic.fi
Hi again,
have been able to compile it. I had to symlink some header files originally not found when making. However, I still cannot see any scheduled appointments on our SunJava calendar server :-(
I have entered the same server/user settings in Kontact that I use with thunderbird/lightning. With thunderbird, I have encountered no problems when accessing my SunJava wcap-calendar.
I would appreciate any help because I would like to use kontact as my groupware, but I need a functioning wcap-access (which is currently available with thunderbird only).
Kind regards,
Kimmo