Re: [Evolution-hackers] Patch for build failures in gnome-2.32 branch

2010-11-04 Thread Milan Crha
On Wed, 2010-11-03 at 18:13 -0400, Paul Smith wrote:
 The current head of the gnome-2.32 git branch in evolution-data-server
 fails to compile cleanly because necessary -I options are not provided.

Hi,
thanks,
Created commit fda6915 in eds master (2.91.2+)
Created commit b0dbfb6 in eds gnome-2-32 (2.32.1+)

 Not sure if this needs to be applied to the master head as well.

The master had it fixed already, in a similar way, but I change it to
have this done the same way.
Bye,
Milan

___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] Patch for build failures in gnome-2.32 branch

2010-11-03 Thread Paul Smith
The current head of the gnome-2.32 git branch in evolution-data-server
fails to compile cleanly because necessary -I options are not provided.

Not sure if this needs to be applied to the master head as well.


diff --git a/calendar/backends/file/Makefile.am 
b/calendar/backends/file/Makefile.am
index c672157..79ab777 100644
--- a/calendar/backends/file/Makefile.am
+++ b/calendar/backends/file/Makefile.am
@@ -44,7 +44,8 @@ test_interval_searches_LDADD = \
 
 test_interval_searches_CPPFLAGS = \
$(AM_CPPFLAGS)  \
-   -I$(top_builddir)/calendar  \
+   -I$(top_srcdir) \
+   -I$(top_srcdir)/calendar\
$(EVOLUTION_CALENDAR_CFLAGS)\
-DTEST_QUERY_RESULT=1
 
diff --git a/calendar/libedata-cal/Makefile.am 
b/calendar/libedata-cal/Makefile.am
index 2b5edde..82dd911 100644
--- a/calendar/libedata-cal/Makefile.am
+++ b/calendar/libedata-cal/Makefile.am
@@ -121,6 +121,7 @@ e_calendar_factory_LDADD =  
\
 test_e_sexp_SOURCES = e-cal-backend-sexp.c e-cal-backend-sexp.h
 test_e_sexp_CPPFLAGS = \
$(AM_CPPFLAGS)  \
+   -I$(top_srcdir) \
-I$(top_srcdir)/calendar\
-I$(top_builddir)/calendar  \
$(EVOLUTION_CALENDAR_CFLAGS)\


___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers