vcbuild updates

Started by Magnus Haganderover 19 years ago6 messagespatches
Jump to latest
#1Magnus Hagander
magnus@hagander.net

* 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
#2Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Magnus Hagander (#1)
Re: vcbuild updates

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

#3Magnus Hagander
magnus@hagander.net
In reply to: Alvaro Herrera (#2)
Re: vcbuild updates

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

#4Nikolay Samokhvalov
samokhvalov@gmail.com
In reply to: Magnus Hagander (#1)
Re: vcbuild updates

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

#5Magnus Hagander
magnus@hagander.net
In reply to: Nikolay Samokhvalov (#4)
Re: vcbuild updates

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

#6Neil Conway
neilc@samurai.com
In reply to: Magnus Hagander (#1)
Re: vcbuild updates

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