[xml] R: libxml release 1.7.2 (bug?)

Date view Thread view Subject view Author view

From: Andrea LUCIANO (andrea.luciano@icteam.it)
Date: Wed Sep 29 1999 - 08:54:04 EDT


I sussessfully compiled libxml on HP-UX 11 using cc, but I had to break the
IS_BASECHAR(c) in parserInternals.h:

#define IS_BASECHAR1(c) ...
#define IS_BASECHAR2(c) ...

#define IS_BASECHAR(c) IS_BASECHAR1(c)||IS_BASECHAR2(c)

because it was to long for cpp (as called by cc).

Maybe it is better define xmlChar as char (not unsigned char), to stop C++
compilers complaining on casting char * buffer to unsigned char * (I do
always use char * for strings), isn't it?

Bye
Andrea

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


Date view Thread view Subject view Author view

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