[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [microdc-devel] Problem compiling XML stuff on debian sarge
From: |
Vladimir Chugunov |
Subject: |
RE: [microdc-devel] Problem compiling XML stuff on debian sarge |
Date: |
Tue, 7 Nov 2006 17:28:36 +0300 |
Hi Steffen,
in the libxml2 XML_SAVE_FORMAT is defined as following:
typedef enum {
XML_SAVE_FORMAT = 1<<0 /* format save output */
} xmlSaveOption;
so just put 1 instead of symbolic constant.
But then check the resulting files.xml file - it may contain #HEX values
instead non-alphanumeric characters.
Regards, Vladimir.
> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden
> Behalf Of Steffen Schulz
> Sent: Tuesday, November 07, 2006 5:16 PM
> To: address@hidden
> Subject: Re: [microdc-devel] Problem compiling XML stuff on
> debian sarge
>
>
> Hi,
>
>
> first of all, thanks for continuing development! :)
>
>
> On 061107 at 08:00, Vladimir Chugunov wrote:
> > "if test $LIBXML2_VERSION -ge 2617; then"
> >
> > and change 2617 number with 2616.
> > In case of changing configure.ac run autoconf to generate
> new configure script.
>
>
> xml_flist.c: In function `write_xml_filelist':
> xml_flist.c:43: error: `XML_SAVE_FORMAT' undeclared (first
> use in this function)
> xml_flist.c:43: error: (Each undeclared identifier is
> reported only once
> xml_flist.c:43: error: for each function it appears in.)
> xml_flist.c: In function `write_bzxml_filelist':
> xml_flist.c:78: error: `XML_SAVE_FORMAT' undeclared (first
> use in this function)
>
>
> mfg
> pepe
> --
> Um sich in einer Schafherde wohlzufhlen, muss man vor allem
> Schaf sein.
>
>
> _______________________________________________
> microdc-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/microdc-devel
>
RE: [microdc-devel] Problem compiling XML stuff on debian sarge,
Vladimir Chugunov <=
RE: [microdc-devel] Problem compiling XML stuff on debian sarge, Vladimir Chugunov, 2006/11/08
RE: [microdc-devel] Problem compiling XML stuff on debian sarge, Vladimir Chugunov, 2006/11/08