Re: [xml] [PATCH] Compile failure using libxml/globals.h from latest GIT head

2009-09-07 Thread Daniel Veillard
On Thu, Sep 03, 2009 at 02:46:22PM -0400, Paul Smith wrote: > Looking at libxml/globals.h I see this at that line: > > LIBXML_DLL_IMPORT extern void * xmlStructuredErrorContext; > > This is incorrect on my system, because LIBXML_DLL_IMPORT is #defined to > be XMLPUBVAR, which is defined to be ext

[xml] [PATCH] Compile failure using libxml/globals.h from latest GIT head

2009-09-06 Thread Paul Smith
Hi all; I'm trying to compile Evolution on my system. It needs a newer libxml2 than is packaged for my system (Ubuntu 9.04) so I grabbed the latest git HEAD and built and installed that in a separate location and configured my builds to look there first. Now when I compile evolution-data-server