Ryan Schmidt wrote:
> On Nov 4, 2006, at 17:05, Duncan Murdoch wrote:
>
>
>>>> And is it necessary to build Apache if I only want an http or
>>>> https client, not a server?
>>>>
>>> No, of course not. :) But you do need the Neon library, which
>>> Subversion uses to talk over http and https.
>>>
>> Does that come with Apache, is it already there on a Mac, or is
>> there another download necessary?
>>
>
> It is not part of nor related to Apache; it's not already on a Mac;
> you need to download it. As of Subversion 1.4.0, it's part of the
> subversion-deps download:
>
> http://subversion.tigris.org/project_packages.html#source-release
>
> In Subversion 1.3.2 and before, I believe it was part of the regular
> subversion package download.
I finally got around to doing the build. It went fairly smoothly,
though I was a little worried about repeated warnings from gcc:
i686-apple-darwin8-gcc-4.0.3: unrecognized option '-no-cpp-precomp'
Should I have done something differently when configuring to avoid this?
I used the options listed on the Apple Xcode page
http://developer.apple.com/tools/subversionxcode.html
except that I deleted the options relating to Apache, i.e. I used
./configure --prefix=/usr/local \
--mandir=/usr/local/share/man --with-ssl \
--with-zlib \
--enable-swig-bindings=no --without-berkeley-db
I also added
/usr/local/share/man
to my MANPATH, but it's sort of useless: the man pages mostly just tell
you to read the book.
Duncan Murdoch
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 9 04:54:51 2006