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

From Tom Lane
Subject Re: USE_LIBXSLT in MSVC builds
Date
Msg-id 387.1267583481@sss.pgh.pa.us
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 <andrew@dunslane.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?
        regards, tom lane


pgsql-hackers by date:

Previous
From: KaiGai Kohei
Date:
Subject: Re: renameatt() can rename attribute of index, sequence, ...
Next
From: "David E. Wheeler"
Date:
Subject: Re: plperl _init settings