On Fri, 2007-04-20 at 12:51 +0200, Jean-Claude Tergal wrote: > Hi ! > I'm trying to compile the last Evolution 2.10.1 on Mandriva 2007 > Spring (aka 2007.1). > ./configure is OK. > But at the "make" step, for evolution-2.10.1, I have this error : > > make[3]: quittant le répertoire « > /home/nico/Téléchargement/Evo-2101/evolution-2.10.1/help » > C/evolution.xml:66: parser error : Entity 'trade' not defined > <productname>&appname;™</productname> > ... > lots of parser errors > then :
Not sure if this is what you're hitting, but it looks like evolution 2.10.1 was built with gnome-doc-utils 0.10.2, which has a serious bug that causes the build to fail when you try to compile with scrollkeeper disabled [1]. I had to patch gnome-doc-utils.make in order to package it for Fedora Core. I've attached the patch. Hope this helps, Matthew Barnes [1] http://bugzilla.gnome.org/show_bug.cgi?id=427939
--- evolution-2.10.1/gnome-doc-utils.make.fix-gnome-doc-utils 2007-04-09 21:16:29.000000000 -0400 +++ evolution-2.10.1/gnome-doc-utils.make 2007-04-09 21:16:42.000000000 -0400 @@ -130,11 +130,9 @@ _credits ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/credits.xsl _ids ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/ids.xsl -if ENABLE_SK _skpkgdatadir ?= `scrollkeeper-config --pkgdatadir` _sklocalstatedir ?= `scrollkeeper-config --pkglocalstatedir` _skcontentslist ?= $(_skpkgdatadir)/Templates/C/scrollkeeper_cl.xml -endif ################################################################################
_______________________________________________ Evolution-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-list
