[xml] Compiling todays's snapahot on Win32

Date view Thread view Subject view Author view

From: Peter Jacobi (pj@walter-graphtek.com)
Date: Mon Feb 28 2000 - 10:06:42 EST


Dear all,

I just want to inform you, that the soon-to-be-v2.0.0 snapshot
compiles OK under Win32 (see below for some minor issues).

Keep in mind that I'm using Watcom C++ 11.0b and cannot speak
for issues specific to MSVC.

Incompatibilities my code experienced:

xmlNode->childs => xmlNode->children
xmlDoc->root => xmlDoc->children

Compiler warnings etc:

nanoftp.c
        AFAIK all lengths in sockets API are int, not size_t and my
compiler complains over providing a size_t* where a int* is
expected.

parser.c 4080 : "Assignment found in boolean expression"
    if ((name[0] = 'x') && (name[1] == 'm') &&
        (name[2] = 'l') && (name[3] == 0)) {

parser.c 9243 : "Meaningless use of expression"
    doc->children == NULL;

Regards,
Peter

----
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:05 EDT