[Bug 252300] New: kdepimlibs does not find libical
felix-kde at fefe.de
felix-kde at fefe.de
Sat Sep 25 02:00:52 BST 2010
https://bugs.kde.org/show_bug.cgi?id=252300
Summary: kdepimlibs does not find libical
Product: kde
Version: 4.5
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: unassigned-bugs at kde.org
ReportedBy: felix-kde at fefe.de
Version: 4.5 (using KDE 4.5.1)
OS: Linux
It's installed in /usr, include files in /usr/include/libical, libraries in
/usr/lib64, the .pc file is installed in /usr/lib64/pkg-config, which is in my
$PKG_CONFIG_PATH.
I have version 0.46, the current version.
Once I patch in the paths manually into CMakeCache.txt (WTF, guys, really?
REALLY?), the build still fails:
/tmp/kdepimlibs-4.5.1/kcal/icalformat_p.cpp: In member function ‘icalproperty*
KCal::ICalFormatImpl::writeAttachment(KCal::Attachment*)’:
/tmp/kdepimlibs-4.5.1/kcal/icalformat_p.cpp:787:78: error: invalid conversion
from ‘unsigned char*’ to ‘const char*’
/tmp/kdepimlibs-4.5.1/kcal/icalformat_p.cpp:787:78: error: initializing
argument 1 of ‘icalattach* icalattach_new_from_data(const char*, void
(*)(unsigned char*, void*), void*)’
make[2]: *** [kcal/CMakeFiles/kcal.dir/icalformat_p.o] Error 1
make[1]: *** [kcal/CMakeFiles/kcal.dir/all] Error 2
make: *** [all] Error 2
Reproducible: Always
Steps to Reproduce:
try to build kdepimlibs
Actual Results:
fails
Expected Results:
not fail
gcc 4.5.1, qt 4.6.2
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list