Re: [Firebird-devel] Firebird 3 and zlib compression

2015-12-11 Thread preeves
On Fri, 11 Dec 2015 14:06:31 -0200 Adriano dos Santos Fernandes wrote: > Any chance an anti-virus program being deleting it? No. The builds are done on a VM. There is no anti-virus software installed there. New software is rarely installed on the firebird build VMs and when it is, it is checked

Re: [Firebird-devel] Firebird 3 and zlib compression

2015-12-11 Thread Adriano dos Santos Fernandes
On 11/12/2015 13:59, preeves wrote: > On Fri, 11 Dec 2015 18:33:54 +0300 > Dmitry Yemanov wrote: > >> 11.12.2015 18:21, Mark Rotteveel wrote: >> >>> Maybe because the Windows build doesn't have a /bin? >> By /bin I meant the binaries directory, referred via %FB_BIN_DIR%. >> It's inherited from the

Re: [Firebird-devel] Firebird 3 and zlib compression

2015-12-11 Thread preeves
On Fri, 11 Dec 2015 18:33:54 +0300 Dmitry Yemanov wrote: > 11.12.2015 18:21, Mark Rotteveel wrote: > > > Maybe because the Windows build doesn't have a /bin? > > By /bin I meant the binaries directory, referred via %FB_BIN_DIR%. > It's inherited from the v2.5 build but v3 defines as "fb-root" o

Re: [Firebird-devel] Firebird 3 and zlib compression

2015-12-11 Thread Dmitry Yemanov
11.12.2015 18:21, Mark Rotteveel wrote: > Maybe because the Windows build doesn't have a /bin? By /bin I meant the binaries directory, referred via %FB_BIN_DIR%. It's inherited from the v2.5 build but v3 defines as "fb-root" on Windows. So no, it should not be a problem. Also, as I said before

Re: [Firebird-devel] Firebird 3 and zlib compression

2015-12-11 Thread Mark Rotteveel
Maybe because the Windows build doesn't have a /bin? Mark - Reply message - Van: "paul (by way of preeves" Aan: Onderwerp: [Firebird-devel] Firebird 3 and zlib compression Datum: vr, dec. 11, 2015 10:22 On Fri, 11 Dec 2015 11:47:42 +0300 Dmitry Yemanov wrote: >

Re: [Firebird-devel] Firebird 3 and zlib compression

2015-12-11 Thread paul
On Fri, 11 Dec 2015 11:47:42 +0300 Dmitry Yemanov wrote: > 11.12.2015 11:30, preeves wrote: > > > I can see zlib.exe and the instructions to use it but it doesn't > > seem to be integrated into the build process. > > make_boot unpacks zlib and copies it into /bin. > > Hmmm... it gets unpacke

Re: [Firebird-devel] Firebird 3 and zlib compression

2015-12-11 Thread Dmitry Yemanov
11.12.2015 11:30, preeves wrote: > I can see zlib.exe and the instructions to use it but it doesn't seem > to be integrated into the build process. make_boot unpacks zlib and copies it into /bin. Dmitry -- Firebird-De

Re: [Firebird-devel] Firebird 3 and zlib compression

2015-12-11 Thread preeves
On Fri, 11 Dec 2015 00:13:09 +0300 Dmitry Yemanov wrote: > > It should be included. I see zlib1.dll present in snapshot builds > but, wierdly enough, not in the official RC1 packages. To be > investigated. > I can see zlib.exe and the instructions to use it but it doesn't seem to be integrated

Re: [Firebird-devel] Firebird 3 and zlib compression

2015-12-10 Thread Dmitry Yemanov
10.12.2015 23:56, Mark Kendall wrote: > I’ve just been trying out compression with Firebird 3 rc1. It took a > long time to get it working on a Windows 7 64 bit machine until I > discovered a post about whether or not zlib should be compiled into > Firebird or a separate dll should be used. From

[Firebird-devel] Firebird 3 and zlib compression

2015-12-10 Thread Mark Kendall
I've just been trying out compression with Firebird 3 rc1. It took a long time to get it working on a Windows 7 64 bit machine until I discovered a post about whether or not zlib should be compiled into Firebird or a separate dll should be used. From that snippet I guessed I needed to download