Hello,

Eric will need to look at these points.  The only thing I remember was taking 
the README, finding everything (which I then uploaded to the www.bacula.org 
site), applying the patches, building, then having to fight with the VSS 
headers for a bit because of the changes to more recent gccs that complicate 
programmers lives.

Eric and I will be reviewing the Win64 build problems during the week of the 
13th.

One thing that I don't understand is the need to build the Win64 version, 
unless you have changes that you have not sent to the project.  In that case, 
I kindly ask you to tell me where I can find the changes so that I can 
download them as the license requires.  We will help you as much as we can, 
and you in turn should help the project :-)

Best regards,

Kern

On Thursday 02 July 2009 10:40:27 Graham Keeling wrote:
> Hello,
> I sent this message yesterday morning, but it doesn't look like it got
> through to the list, so I'm sending it again.
>
> On Fri, Jun 26, 2009 at 03:52:05PM +0100, Graham Keeling wrote:
> > zlib, pcre, and pthreads all seem to build and install fine.
> > The first problem with depkg-mingw64 is that openssl does not work. It
> > complains about not being able to find zlib.h when trying to compile
> > c_zlib.c.
> >
> > openssl-w64.patch seems to contain a lot of irrelevant lines. For
> > example, it creates Configure.orig and sha512.c.orig from scratch, both
> > of which are (I assume) not used in the build.
> > I have been giving --with-zlib-include to the Configure script, and I
> > have checked that I have a zlib.h in the right directory
> > (depkgs-mingw-w64/include).
> >
> > I eventually realised that openssl.patch (rather than openssl-w64.patch)
> > contains patches that add the --with-zlib-include functionality. So I
> > thought that perhaps I needed to use both patch files. This is not the
> > case, as some patches fail when I tried that.
> > So I ended up combining various patches from each patch file to get
> > openssl to build.
>
> I still have this problem.
>
> What options should I be giving to openssl's Configure?
> I have been trying to use this:
>
>            ./Configure --prefix=${DEPPKG_DIR} \
>                        shared zlib-dynamic \
>                        threads \
>                        --with-zlib-include=${DEPPKG_DIR}/include \
>                        mingw64 > make.log 2>&1
>
> However, that is not going to work, because openssl-w64.patch does not
> change Configure to understand --with-zlib-include=.
>
> But Kern says that he used openssl-w64.patch.
>
> Does this mean that everybody else has been using openssl without zlib?
> For example...?
>
>            ./Configure --prefix=${DEPPKG_DIR} \
>                        shared \
>                        threads \
>                        mingw64 > make.log 2>&1
>
>
> ---------------------------------------------------------------------------
>--- _______________________________________________
> Bacula-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bacula-devel



------------------------------------------------------------------------------
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to