vcbuild updates
* After Markos patch, now builds pgcrypto without zlib again
* Updates README with xml info
* xml requires xslt and iconv
* disable unnecessary warning about __cdecl()
* Add a buildenv.bat called from all other bat files to set up things
like PATH for flex/bison. (Can't just set it before calling, doesn't
always work when building from the GUI)
//Magnus
Attachments:
vcbuild.patchtext/plain; name=vcbuild.patchDownload+53-27
Magnus Hagander wrote:
* After Markos patch, now builds pgcrypto without zlib again
* Updates README with xml info
* xml requires xslt and iconv
* disable unnecessary warning about __cdecl()
* Add a buildenv.bat called from all other bat files to set up things
like PATH for flex/bison. (Can't just set it before calling, doesn't
always work when building from the GUI)
Is buildenv.bat a generated file, or was it supposed to be attached?
--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Alvaro Herrera wrote:
Magnus Hagander wrote:
* After Markos patch, now builds pgcrypto without zlib again
* Updates README with xml info
* xml requires xslt and iconv
* disable unnecessary warning about __cdecl()
* Add a buildenv.bat called from all other bat files to set up things
like PATH for flex/bison. (Can't just set it before calling, doesn't
always work when building from the GUI)Is buildenv.bat a generated file, or was it supposed to be attached?
No, you create it if it's needed. It's not necessary for building.
//Magnus
On 1/16/07, Magnus Hagander <magnus@hagander.net> wrote:
* xml requires xslt and iconv
Why xslt is requred? XML type doesn't depend on libxslt, only on libxml2.
--
Best regards,
Nikolay
Nikolay Samokhvalov wrote:
On 1/16/07, Magnus Hagander <magnus@hagander.net> wrote:
* xml requires xslt and iconv
Why xslt is requred? XML type doesn't depend on libxslt, only on libxml2.
Enabling xml in the vcbuild stuff also enalbes contrib/xml2 which does.
I'm considering splitting those two up, but until that's done it's a
requirement for the vcbuild environment.
//Magnus
On Mon, 2007-01-15 at 22:25 +0100, Magnus Hagander wrote:
* After Markos patch, now builds pgcrypto without zlib again
* Updates README with xml info
* xml requires xslt and iconv
* disable unnecessary warning about __cdecl()
* Add a buildenv.bat called from all other bat files to set up things
like PATH for flex/bison. (Can't just set it before calling, doesn't
always work when building from the GUI)
Applied, thanks for the patch.
-Neil