Re: USE_LIBXSLT in MSVC builds

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org, dpage(at)postgresql(dot)org
Subject: Re: USE_LIBXSLT in MSVC builds
Date: 2010-03-03 00:23:39
Message-ID: 4B8DAC0B.70200@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

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