Re: 64-bit compilation broken today

2007-05-26 Thread Ben Hodgetts
Clinton Stimpson wrote: > >>> The confusing thing to me is that I *do* have the libxml2-dev package >>> installed, and see no errors about a missing header... >>> >>> If it didn't recognize the xmlNodePtr type, shouldn't it have choked on >>> line 52 first? >>> >>> -J >>> >>> >>> Bryan DeGrendel wr

Re: 64-bit compilation broken today

2007-05-26 Thread Clinton Stimpson
The confusing thing to me is that I *do* have the libxml2-dev package installed, and see no errors about a missing header... If it didn't recognize the xmlNodePtr type, shouldn't it have choked on line 52 first? -J Bryan DeGrendel wrote: A couple of libxml2 externs were recently added

Re: 64-bit compilation broken today

2007-05-26 Thread Bryan DeGrendel
On 5/26/07, Evil Jay <[EMAIL PROTECTED]> wrote: The confusing thing to me is that I *do* have the libxml2-dev package installed, and see no errors about a missing header... If it didn't recognize the xmlNodePtr type, shouldn't it have choked on line 52 first? -J Bryan DeGrendel wrote: > A co

Re: 64-bit compilation broken today

2007-05-26 Thread Evil Jay
The confusing thing to me is that I *do* have the libxml2-dev package installed, and see no errors about a missing header... If it didn't recognize the xmlNodePtr type, shouldn't it have choked on line 52 first? -J Bryan DeGrendel wrote: > A couple of libxml2 externs were recently added to > dl

Re: 64-bit compilation broken today

2007-05-25 Thread Bryan DeGrendel
A couple of libxml2 externs were recently added to dlls/msxml3/msxml_private.h Both functions have a xmlNodePtr as a parameter, which is defined in the libxml2 header. However, both externs were added outside msxml_private.h's libxml2 preprocessor check, so I believe it causes a compilation erro

64-bit compilation broken today

2007-05-25 Thread Evil Jay
This might already be known, but sometime in the last eight hours or so, git seems to have broken: gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith