[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Windows build still requires apr-util?

From: Ben Reser <ben_at_reser.org>
Date: Thu, 14 Mar 2013 09:43:08 -0700

On Thu, Mar 14, 2013 at 8:09 AM, Bert Huijben <bert_at_qqmail.nl> wrote:
> In the current state we haven't started adding 2.X compatibility, as officially it doesn't exist yet. (Anything can change until the first released 2.X. There are no compatibly promises between major versions)

Unix build works with APR 2.x (mostly thanks to Philip). I've been
using it off and on that way whenever I wanted to debug the full stack
(apr/httpd/subversion). I haven't noticed any issues.

At least for me I don't have time.h being included by apr.h in either
APR 2.x or 1.x:
$ egrep -i time.h /usr/include/apr-1.0/apr.h
#define APR_HAVE_SYS_TIME_H 1
#define APR_HAVE_TIME_H 1

$ egrep -i time.h /home/breser/httpd-trunk-root/include/apr-2/apr.h
#define APR_HAVE_SYS_TIME_H 1
#define APR_HAVE_TIME_H 1

It was removed from apr.hw in r892162 with the message "futher win32
synchronization"

However, as Bert has already pointed out this is probably something
that should be directed towards the APR dev list.
Received on 2013-03-14 17:43:48 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.