Re: [xml] Release of libxml-2.3.9



Hi all,

I'm not sure this is the right place to write it, but
I try.

I'm trying to compile the latest version 2.3.9 on a
Windows 2000 with MSVC++ 6.0.

1. It fails by default, when using the libxml2_a.wsp.
I get errors that are related to winsock is not
included when compiling. 

2. I try to fix (1) by including the macro
INCLUDE_WINSOCK (Thanks Ming Lu) in the settings for
Visual C++. But then I get some  warnings like
#defines are redefined etc. This is really easy to
fix, but who is the Windows guy for libxml?
There also some conversions that are not handled
correctly. 
I include the error log.

/Magnus.

--------------------Configuration: libxml2_a - Win32
Debug--------------------
Compiling...
debugXML.c
encoding.c
entities.c
error.c
hash.c
HTMLparser.c
HTMLtree.c
list.c
nanoftp.c
nanohttp.c
parser.c
parserInternals.c
SAX.c
strio.c
tree.c
uri.c
E:\CVSHome\Source\lib\libxml2-2.3.9\uri.c(14) :
warning C4005: 'INCLUDE_WINSOCK' : macro redefinition
        unknown(0) : see previous definition of
'INCLUDE_WINSOCK'
valid.c
xinclude.c
xlink.c
xmlIO.c
C:\Program Files\Microsoft Visual
Studio\VC98\INCLUDE\errno.h(106) : warning C4005:
'ENAMETOOLONG' : macro redefinition
        ..\..\include\win32config.h(43) : see previous
definition of 'ENAMETOOLONG'
C:\Program Files\Microsoft Visual
Studio\VC98\INCLUDE\errno.h(109) : warning C4005:
'ENOTEMPTY' : macro redefinition
        ..\..\include\win32config.h(46) : see previous
definition of 'ENOTEMPTY'
E:\CVSHome\Source\lib\libxml2-2.3.9\xmlIO.c(147) :
warning C4133: 'function' : incompatible types - from
'struct stat *' to 'struct _stat *'
Generating Code...
E:\CVSHome\Source\lib\libxml2-2.3.9\valid.c(3414) :
warning C4761: integral size mismatch in argument;
conversion supplied
E:\CVSHome\Source\lib\libxml2-2.3.9\nanohttp.c(774) :
warning C4761: integral size mismatch in argument;
conversion supplied
E:\CVSHome\Source\lib\libxml2-2.3.9\nanoftp.c(870) :
warning C4761: integral size mismatch in argument;
conversion supplied
Compiling...
xmlmemory.c
xpath.c
E:\CVSHome\Source\lib\libxml2-2.3.9\xpath.c(173) :
warning C4244: '=' : conversion from 'double ' to
'float ', possible loss of data
xpointer.c
E:\CVSHome\Source\lib\libxml2-2.3.9\xpointer.c(2697) :
warning C4244: '=' : conversion from 'double ' to 'int
', possible loss of data
E:\CVSHome\Source\lib\libxml2-2.3.9\xpointer.c(2703) :
warning C4244: '=' : conversion from 'double ' to 'int
', possible loss of data
Generating Code...
Creating library...

libxml2.lib - 0 error(s), 10 warning(s)


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]