Re: Error compiling with serf 1.3.1 on Windows

2013-08-20 Thread Mario Brandt
>From http://code.google.com/p/serf/ "serf 1.2.x is the default client library of Apache Subversion and Apache OpenOffice " At the moment I had no success either with serf

Re: Compiling with VC2012

2013-08-13 Thread Mario Brandt
How it worked: open zlib\win32\Makefile.msc replace line 31 with ASFLAGS = -coff -Zi -safeseh $(LOC) Thanks for the tip! Mario On 13 August 2013 17:18, Mario Brandt wrote: > Hi Bert, > > how can I enable that in zlib? > > > Cheers > Mario > > On 13 August 2013

Re: Compiling with VC2012

2013-08-13 Thread Mario Brandt
ery small performance and > security cost. > > Vs2008 didn't warn for this as it was very common to fail this test at > the time it was released. > > Bert > (mobile phone) From: Mario Brandt > Sent: 13/08/2013 12:50 > To: Subversion Development > Subject: Compilin

Compiling with VC2012

2013-08-13 Thread Mario Brandt
Hi, I try to compile svn against Apache 2.4.6. That worked with VC2008, but with VC2012 I get a lot of "zlibstat.lib(inffas32.obj) : error LNK2026: module unsafe for SAFESEH image" errors. What is the correct way to get it compiling? What I did C:\python27\python gen-make.py --release -t vcproj

Re: Making the Windows Build Easier

2013-04-15 Thread Mario Brandt
On 14 April 2013 02:46, Ben Reser wrote: > Unfortunately, it does not work with Visual Studio 2012 Windows > Desktop Express due to the lack of devenv.(com|exe). However, the > script is written to produce a the binaries in a way that they can be > packaged. There's still some work to do here in

Re: Windows build still requires apr-util?

2013-03-14 Thread Mario Brandt
Hi, On 13 March 2013 18:51, wrote: > Doesn't Apache officially only support vc6 builds for httpd on Windows? The ASF supports no binaries at all. Indeed Bill used to compile httpd with VC6, but the plans are to go to newer compiler. You may have noticed that there weren't any windows binaries

Re: No Apache httpd for Windows?

2012-11-10 Thread Mario Brandt
Hi Mark, on www.apachehaus.com there are zips for 2.2.x and 2.4.x Cheers Mario

Re: mod_svn 1.7.3 fails to build apache 2.4.1

2012-03-13 Thread Mario Brandt
Hi, On Tue, Mar 13, 2012 at 10:36, Daniel Shahaf wrote: > Do you see the same set of FAILs in both cases?  (The tests are known to > PASS against 2.2 on all platforms and FS backends; so the fact you see > you see 68 fails indicates something's wrong, but it is likely > independent of the httpd-2

Re: mod_svn 1.7.3 fails to build apache 2.4.1

2012-03-12 Thread Mario Brandt
Hi, the tests took felt forever. However. Against apache 2.2 without the patch C:\python27\python win-tests.py -r --httpd-dir=C:\Apache22-x86 Summary of test results: 1452 tests PASSED 73 tests SKIPPED 21 tests XFAILED (1 WORK-IN-PROGRESS) 68 tests FAILED against apache 2.4 with the pa

Re: mod_svn 1.7.3 fails to build apache 2.4.1

2012-03-10 Thread Mario Brandt
In 1.7.x branch[1] svn fails to compile against apache 2.4. In trunk it is already fixed. Cheers Mario [1] http://svn.apache.org/repos/asf/subversion/branches/1.7.x/subversion/mod_dav_svn/ Index: util.c === --- util.c (revisi

Re: mod_svn 1.7.3 fails to build apache 2.4.1

2012-02-24 Thread Mario Brandt
Hi, > What's configure.js? sorry I meant the gen-make.py. I mixed that up in my head with the php configure script. > That's a wrong change -- it will break the build against 2.2. Of cause using the AP_MODULE_MAGIC_AT_LEAST() is much more elegant, since the code is than compatible with httpd 2.x

Re: mod_svn 1.7.3 fails to build apache 2.4.1

2012-02-22 Thread Mario Brandt
Hi Daniel, > (At the time of this writing, httpd-2.4.1 is not blessed as GA.) It was, but the announcement was out that time. However not it is released ;-) > Are you sure your compiler's include path (-I flags) is correct, and not > picking up any httpd-2.x headers? I'm sure I picked up the r

Re: mod_svn 1.7.3 fails to build apache 2.4.1

2012-02-19 Thread Mario Brandt
The whole build log http://pastebin.com/raw.php?i=evBEMKep On Sun, Feb 19, 2012 at 23:49, Mario Brandt wrote: > Hi, > it fails to build the mod_dav_svn against apache 2.4.1 > > the build errors http://pastebin.com/raw.php?i=Q3b08hDy > > Any idea how to fix that? > > > Cheers > Mario

mod_svn 1.7.3 fails to build apache 2.4.1

2012-02-19 Thread Mario Brandt
Hi, it fails to build the mod_dav_svn against apache 2.4.1 the build errors http://pastebin.com/raw.php?i=Q3b08hDy Any idea how to fix that? Cheers Mario