Re: [Evolution-hackers] Evolution build script
- From: Paul Smith <paul mad-scientist net>
- To: "Kenny,Vale" <vtk23 drexel edu>
- Cc: "evolution-hackers gnome org" <evolution-hackers gnome org>
- Subject: Re: [Evolution-hackers] Evolution build script
- Date: Mon, 29 Nov 2010 15:53:51 -0500
On Mon, 2010-11-29 at 15:00 -0500, Kenny,Vale wrote:
> I'm trying to build Evolution using Paul Smith's script and having
> virtually 0 luck. I get the following:
>
> http://pastebin.ca/2006084
I've just tried this and sure enough, there's a bug in the evolution
builds.
Applying this patch fixed it for me (Matt/et.al., this should be checked
into the master branch for "evolution"):
diff --git a/mail/importers/Makefile.am b/mail/importers/Makefile.am
index 0c18649..f46708b 100644
--- a/mail/importers/Makefile.am
+++ b/mail/importers/Makefile.am
@@ -7,6 +7,7 @@ libevolution_mail_importers_la_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/widgets \
$(GNOME_PLATFORM_CFLAGS) \
+ $(CAMEL_CFLAGS) \
$(EVOLUTION_MAIL_CFLAGS) \
-DG_LOG_DOMAIN=\"evolution-mail-importer\" \
-DEVOLUTION_PRIVDATADIR=\""$(privdatadir)"\" \
@@ -28,8 +29,10 @@ libevolution_mail_importers_la_LIBADD = \
$(top_builddir)/mail/libevolution-mail.la \
$(top_builddir)/shell/libeshell.la \
$(top_builddir)/widgets/misc/libemiscwidgets.la \
+ $(CAMEL_LIBS) \
$(GNOME_PLATFORM_LIBS) \
$(EVOLUTION_MAIL_LIBS) \
- $(IMPORTERS_LIBS)
+ $(IMPORTERS_LIBS) \
+ $(CAMEL_LIBS)
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]