Re: [xml] Release of libxml2-2.1.1

Date view Thread view Subject view Author view

From: David Doolin (doolin@cs.utk.edu)
Date: Fri Jun 30 2000 - 16:54:40 EDT


In message <20000630215056.B22234@w3.org>, Daniel Veillard writes:
>
> I know, one release per day ain't a good thing but the 2.1.1
>tarball had iconv support disabled, and in those conditions I
>would prefer not to see 2.1.0 too widely used (at least on linux).

As usual, win32config.h.in -> win32config.h

Then,
//#define LIBXML_VERSION @LIBXML_VERSION_NUMBER@
//#define LIBXML_VERSION_STRING "@LIBXML_VERSION@"

and add <string.h>:

#include <io.h>
#include <string.h>

inconv.h is not winders, so it gets undeffed in xmlversion.h

All the ieee stuff appears to be fixed now.

In xmlIO.c, add <direct.h> to handle the getcwd():

#ifdef WIN32
#include "win32config.h"
#include <direct.h>
#else
#include "config.h"
#endif

I will put a log of 55 build warning in 2 minutes:
http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/

1:59 local

----
Message from the list xml@xmlsoft.org
Archived at : http://xmlsoft.org/messages/
to unsubscribe: echo "unsubscribe xml" | mail  majordomo@xmlsoft.org


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Wed Aug 02 2000 - 12:30:18 EDT