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

Re: FW: Subversion 1.0.1 Win32 version

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-25 16:57:27 CET

Martin Tomes wrote:

> I am willing to do a weekly build of subversion for Win32, I have built
> 1.0.1. I would need some help getting started, my build passes the
> client tests but I am not sure how to test the Apache modules. There
> would also need to be a definition of how the binaries should be
> packaged. In fact, if I knew how I would make the installer package as
> well!

Well, there have been 3 other significant efforts to get win32 1.0.1
binaries built in the last 24 hours, and we're very close:

   * cmpilato and I spent an hour trying at work yesterday, but ran into
all sorts of random linking problems.

   * I spent 3 hours last night trying to get apache building, and 2
hours this morning with Sander Striker doing the same. We both ended up
walking each other through the svn INSTALL instructions, he using VC7
and I using VC6. We eventually got apache, zlib, and openssl built, and
grabbed branko's prebuilt db42 libs, then got gen-make.py working.
Neither one of us could get the svn build to find the apr headers, so we
both resorted to copying apr* directories from the httpd dir to the svn
dir (cheating, probably). We both managed to get the svn apache modules
to build, too. I got stuck on these following errors building libsvn_subr:

D:\svnbuild\svn\subversion\libsvn_subr\config_win.c(47) : error C2065:
'CSIDL_CO
MMON_APPDATA' : undeclared identifier
D:\svnbuild\svn\subversion\libsvn_subr\config_win.c(48) : error C2065:
'CSIDL_FL
AG_CREATE' : undeclared identifier

... and Sander *did* get his whole svn tree to compile, apache modules
and all. He sent me a 1.0.1 zipfile that looks just like branko's 1.0.0
zipfile. But when I run Sander's binary, I get errors about MSVCR70.dll
not being found in %PATH%. Ugh.

So: Sander and I are both extreeeeemly close. Maybe we'll get it right
tonight. Maybe Martin can help us in IRC. (I'm determined to learn how
to do this!)

Martin: take a look at Branko's zipfile for 1.0.0. It must contain (1)
binaries with ssl and db42 support built in, (2) ssl libraries, (3) db42
libraries, (4) apache modules, (5) the whole iconv tree. It's a tall
order. It looks like you're close as well.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 25 16:59:08 2004

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

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