Re: [xml] Win32: libxml2-2.1.0 is up

Date view Thread view Subject view Author view

From: David Doolin (doolin@cs.utk.edu)
Date: Thu Jun 29 2000 - 12:28:29 EDT


In message <20000629180310.P32196@w3.org>, Daniel Veillard writes:
>
>On Thu, Jun 29, 2000 at 11:15:18AM -0400, David Doolin wrote:
>>
>>
>> http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/
>
> Hum, i tried to understand the messages and fix them but
>some are really too cryptic or related to the use if the
>sockets FD_xxx macros and I really don't understand what they
>mean :-\

The type comparisons comprise about half the warnings. If those
could be fixed (easy?), it would help focus effort on the remaining.
There are a few mismatched pointers that are also easy to fix
by casting. I have done that on previous builds, but left them
alone on this one.

>
> Seems however that win32config.h didn't get properly generated,
>the beginning should be:

That is correct. win32config.h was generated by renaming win32config.h.in
to win32config.h. At some point I will go into the project settings in
dev studio and get the appropriate preprocessor #defines defined.
You can see what I changed by diffing the modified source against
the "real" source. It's about 10 lines total. Mostly stuff commented
out. Also, I had to change socklen_t to u_int. Perusal of winsock.h
and winsock32.h proved fruitless for finding a better answer to that.

It is very impressive overall. It always amazes me when windows actually
manages to compile anything at all developed in a non-windows environment.

Dave D

>
>[...]
>#define HAVE_FCNTL_H
>
>#define LIBXML_VERSION 20100
>#define LIBXML_VERSION_STRING "2.1.0"
>
>[...]
>
> this is the reason for the following problem and this one is serious:
>
>parser.c(80) : warning C4047: 'initializing' : 'int ' differs in levels of indirection from 'cha
>r [17]'
>
>Daniel
>
>--
>Daniel.Veillard@w3.org | W3C, INRIA Rhone-Alpes | Today's Bookmarks :
>Tel : +33 476 615 257 | 655, avenue de l'Europe | Linux XML libxml WWW
>Fax : +33 476 615 207 | 38330 Montbonnot FRANCE | Gnome rpm2html rpmfind
> http://www.w3.org/People/all#veillard%40w3.org | RPM badminton Kaffe
>----
>Message from the list xml@xmlsoft.org
>Archived at : http://xmlsoft.org/messages/
>to unsubscribe: echo "unsubscribe xml" | mail majordomo@xmlsoft.org

----
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