Am 23.03.2011 18:53, schrieb Jeff Trawick:
On Wed, Mar 23, 2011 at 12:01 PM,<n...@apache.org>  wrote:
Author: niq
Date: Wed Mar 23 16:01:12 2011
New Revision: 1084621

URL: http://svn.apache.org/viewvc?rev=1084621&view=rev
Log:
Decouple apr_xml from reliance on Expat

Build with expat and it's effectively unchanged.
The alternative build with libxml2 is compatible to the point
that it passes the test suite, but shouldn't be considered
ready for primetime!

how does one build only with expat?

without libxml2 dev files, my build starts failing with

xml/apr_xml_libxml2.c:20:27: error: libxml/parser.h: No such file or directory

and I get:
Building D:/projects/svn-httpd/apr-head/apr/xml
Creating D:\projects\svn-httpd\apr-head\..\srclib\expat-2.0.1/lib/expat_config.h
GEN  obj_release/xml_cc.opt
CC   apr_xml.c
CC   apr_xml_expat.c
### mwccnlm Compiler:
#    File: apr_xml_expat.c
# ------------------------
#      20: typedef enum XML_Error XML_Error;
#   Error:                        ^^^^^^^^^
#   undefined identifier 'XML_Error'

Gün.



Reply via email to