Re: USE_LIBXSLT in MSVC builds - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: USE_LIBXSLT in MSVC builds
Date
Msg-id 4B8DAC0B.70200@dunslane.net
Whole thread Raw
In response to Re: USE_LIBXSLT in MSVC builds  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: USE_LIBXSLT in MSVC builds
List pgsql-hackers

Andrew Dunstan wrote:
>
>
> Tom Lane wrote:
>> BTW, now that I look at red_bat's failure, it seems that the MSVC build
>> scripts try to run the contrib/xml2 test even when xml2 hasn't been
>> built for lack of libxml.  This doesn't explain mastodon's problem
>> but maybe a second look is needed at all the conditionals around that.
>>
>>            
>>   
>
> Well, the trouble is to some extent that the MSVC build system tries 
> to be a bit more maximal than the stardard build system.
>
> I'm going to make a patch to fix that immediate problem, and test it 
> very quickly on red_bat. Maybe Magnus and I need to have another go 
> round on the general logic, however.
>
>

OK, I have made patches that get red_bat working both with and without 
XML and with XML+XSLT configured. It has now gone green again, so I'm 
fairly sure the patches I have applied are right.

Baiji is now failing, however. Perhaps it is not finding the XSLT lib or 
dll?

cheers

andrew


pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Hot Standby query cancellation and Streaming Replication integration
Next
From: Bruce Momjian
Date:
Subject: Re: Could we do pgindent on just utils/adt/xml.c in the 8.3 branch?