Hi All,

A couple of days ago I reported that I was having problems compiling
eds on FC4. The problem was due to FC4's strict policy of implicit
declarations. I worked it out and here's a basic patch. Now I'm having
similar problems with evo 2.4.1 with a new function that was added to
fix bug #264449 that didn't have the corresponding proto type added
the the .h file. The file is calendar/gui/e-calendar-table.[ch] with
the function being e_calendar_table_process_completed_tasks. I can
sort of see what needs to be added by aren't sure of the proper
combination. The .h file then needs to be included in e-task.c too
(with a
small patch for that attached too.

I think also that redhat has a number of other includes fixed in a
patch that's included with their rpm.

In the mean time I'm using eds 1.4.1.1 and exchange/webcal 2.4.1 with
evo 2.4.0 which has fixed the worst of the problems I was having with
exchange on 2.4

Cheers,
Pete
--- evolution-data-server-1.4.1.1/calendar/backends/http/e-cal-backend-http.c	2005-10-03 10:05:43.000000000 +0100
+++ evolution-data-server-1.4.1.1-work/calendar/backends/http/e-cal-backend-http.c	2005-10-10 11:40:25.000000000 +0100
@@ -31,6 +31,7 @@
 #include <libedataserver/e-xml-hash-utils.h>
 #include <libecal/e-cal-recur.h>
 #include <libecal/e-cal-util.h>
+#include <libecal/e-cal-time-util.h>
 #include <libedata-cal/e-cal-backend-cache.h>
 #include <libedata-cal/e-cal-backend-util.h>
 #include <libedata-cal/e-cal-backend-sexp.h>






--- evolution-2.4.1-work/calendar/gui/e-tasks.c	2005-10-03 07:12:19.000000000 +0100
+++ evolution-2.4.1/calendar/gui/e-tasks.c	2005-10-10 13:40:10.000000000 +0100
@@ -57,6 +57,7 @@
 #include "common/authentication.h"
 #include "e-cal-menu.h"
 #include "e-cal-model-tasks.h"
+#include "e-calendar-table.h"
 
 
 /* Private part of the GnomeCalendar structure */

_______________________________________________
Evolution-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/evolution-list

Reply via email to