Re: USE_LIBXSLT in MSVC builds

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: USE_LIBXSLT in MSVC builds
Дата
Msg-id 4B8DAC0B.70200@dunslane.net
обсуждение исходный текст
Ответ на Re: USE_LIBXSLT in MSVC builds  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: USE_LIBXSLT in MSVC builds  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Hot Standby query cancellation and Streaming Replication integration
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Could we do pgindent on just utils/adt/xml.c in the 8.3 branch?