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

Re: svn - client build

From: <cmpilato_at_collab.net>
Date: 2002-01-17 16:25:29 CET

Miroslav Zubcic <mvz@crol.net> writes:

> Apr fails in shared memory, and in locks during the configuration.

I believe that APR does have a problem right now with a source file
#include-ing a non-existant shmem.h. That's the only problem I know
of, but it seems to be non-fatal.

> Why not build whole thing with M$VC than? Because I cannot compile
> neon library with msvc with openssl from cygwin - (I get 1000 errors
> with nmake).

Neon's Win32 build system is out of date (and hence, broken). At
least, it was last time I checked. I believe Branko has some local
mods to that system (and I might even have them as well on my Windows
box) to make Neon build.

> I need also to set -DNEON_SSL (I have it if I use cygwin, but than I
> have problem with apr).

Hm. Are you saying you don't know how to turn on external definitions
with MSVC, or that turning them on doesn't work. It certainly is
possible to turn them on. In the Project Settings dialog, to the
"C/C++" tag, choose 'Preprocessor' from the drop-down listbox, and
type "NEON_SSL" in the 'Preprocessor definitions' textfield.

> I tried autogen.sh and apr/buildconf under cygwin, and apr always
> fails on shared memory (no decision on shared memory), I have tried to
> comment out exit's in configure script for apr, but then I have broken
> header files.

No decision...that's different. Ben, you build with cygwin, what
decision for shared memory do you get these days (it was only recently
that shmem.c was removed from APR).

> I have read HACKING, and docs, I have two compilers and I can build
> some pieces with gcc and some with msvc, but all I want is to get that
> "svn.exe" with https:// URL schema support... I didn't sleep from last
> day. ;-(
>
> I hate lozers who are crying for help on lists, but now - I'm that
> luzer. :-\ Sorry bit I don't know to handle this on win32, only on
> unices.

Patience, dude. I appreciate that you've stuck with us this far given
the problems you're having with the build. Instead of using this
mailing list as a place to blow off steam, though, try using it as a
place to meet other folks, some of whom are probably having the same
problems you are but aren't confident enough to say so. If we all
devote a little more time to finding/fixing the problem, and a little
less time in colorful discussion about things tangential to the
*actual problem itself* -- the whole community will benefit.

Now, I haven't tried to build Subversion on Windows in a couple of
months, but I will find time today to attempt to this again, from
scratch, with no local mods. If I have to make local mods to get it
to work, patches will be distributed to the projects that deserve
them.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:56 2006

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.