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 03:23:56
Message-ID: 4B8DD64C.2050603@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
>
>> Baiji is now failing, however. Perhaps it is not finding the XSLT lib or
>> dll?
>>
>
> Curious indeed, because it passed yesterday, *after* I had made all
> those changes in contrib/xml2 itself. The only deltas since then are
> your MSVC script additions. Now presumably, the XSLT support was
> commented out in yesterday's run for lack of USE_LIBXSLT, and the "pass"
> was against the variant output file that allowed for that to fail.
> So I think you're right that there's something wrong with the link
> to libxslt, but how come no sign of trouble in the build log? Does
> Windows have an equivalent of "rpath" that maybe we're forgetting to
> add libxslt to?
>
>
>

There is something funny about the iconv setup (libxml requires iconv).
My paths on red_bat are a bit different from baiji's so it might not
expose the problem. I'm going to make the iconv setup work like the
other libraries, and hope it fixes baiji's problem.

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2010-03-03 03:34:30 Re: [GENERAL] to_timestamp() and quarters
Previous Message David E. Wheeler 2010-03-03 03:01:34 Re: plperl _init settings