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

List:       kde-devel
Subject:    kdepim/libkcal/ical compile error
From:       Stefan Vunckx <stefan.vunckx () skynet ! be>
Date:       2005-06-26 22:27:29
Message-ID: 200506270027.29710.stefan.vunckx () skynet ! be
[Download RAW message or body]

kdepim/libkcal/libical/src/libical/icaltimezone.c raises an error, because of 
this:

/** This is the toplevel directory where the timezone data is installed in. */
#define ZONEINFO_DIRECTORY	PACKAGE_DATA_DIR "/zoneinfo"

Shouldn't that be:

/** This is the toplevel directory where the timezone data is installed in. */
#define ZONEINFO_DIRECTORY	PACKAGE_DATA_DIR + "/zoneinfo"

Anyway, Ive included a patch that fixes it (not that it was difficult, even 
for me), but this is my first time reporting a bug, so if this is not the 
right way, or the right place, could you please be so kind as to help me in 
the right direction :)

Greetz,
stefan vunckx

["kalarm-7-libical-timezone.patch" (text/x-diff)]

--- KDE/kdepim/libkcal/libical/src/libical/icaltimezone.c.orig	2005-06-26 14:06:51.847950520 +0200
+++ KDE/kdepim/libkcal/libical/src/libical/icaltimezone.c	2005-06-26 14:07:01.166533880 +0200
@@ -45,7 +45,7 @@
 #endif
 
 /** This is the toplevel directory where the timezone data is installed in. */
-#define ZONEINFO_DIRECTORY	PACKAGE_DATA_DIR "/zoneinfo"
+#define ZONEINFO_DIRECTORY	PACKAGE_DATA_DIR + "/zoneinfo"
 
 /** The prefix we use to uniquely identify TZIDs. */
 #define TZID_PREFIX		"/softwarestudio.org/"


>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


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

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