[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [xml] configure and LIBXML_UNICODE_ENABLED
- From: "William M. Brack" <wbrack mmm com hk>
- To: "Prashant R" <ramapra gmail com>
- Cc: xml gnome org
- Subject: Re: [xml] configure and LIBXML_UNICODE_ENABLED
- Date: Thu, 23 Oct 2008 16:05:23 -0700 (PDT)
Read through the source file
libxml2/include/libxml/xmlversion.h.in
to see how you can answer this question for yourself, then try
removing the "--without-regexps" from your configure options
and adding a "--with-regexps".
If you feel strongly that LIBXML_UNICODE_ENABLED should be set
when regular expression processing is not enabled, that topic
could be discussed on this list :-).
Bill
Prashant R wrote:
> Hi ,
> I am trying to configure and build libxml2 on mac OS
>
>
>
> these are my configure options
>
> /configure --prefix=`pwd`/Output --disable-shared --enable-static
> --with-minimum --with-tree --with-valid --with-xpath --with-writer
> --with-output --with-c14n --with-push
> --without-schemas --without-reader --without-debug --without-docbook
> --without-xinclude --without-xptr --without-modules --without-iconv
> --without-legacy --without-sax1 --without-regexps
> --without-schematron
> --without-fexceptions
>
> I see that in xmlversion.h
> LIBXML_UNICODE_ENABLED is set to 0
>
> If i change the options to include schemas --with-schemas
> LIBXML_UNICODE_ENABLED is set to 1
>
> is there a way i can control this directly ( i would want to explicity
> have
> LIBXML_UNICODE_ENABLED set to 1 )
> _______________________________________________
> xml mailing list, project page http://xmlsoft.org/
> xml gnome org
> http://mail.gnome.org/mailman/listinfo/xml
>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]