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

Re: Subversion 1.6.0 Release Candidate 2 Released

From: Barry Scott <barry_at_barrys-emacs.org>
Date: Sun, 22 Feb 2009 18:51:01 +0000

On 20 Feb 2009, at 19:09, Hyrum K. Wright wrote:

> I'm happy to announce Subversion 1.6.0-rc2 "Swordfish", available
> from:
>

I found that 1.6 will not build on Mac OS X as a universal application.
The problem is not subversion's its because of missing header files
in the MacOSX10.4u.sdk. None of the SASL header files are included.

I noticed that the SASL dylibs in MacOSX10.4u.sdk are the same vesrsion
as in MacOSX10.5.sdk. Which I hope means the headers for MacOSX10.5.sdk
can be used.

What I did as a work around was:

        sudo mkdir /Developer/SDKs/MacOSX10.4u.sdk/usr/include/sasl
        sudo cp -v /Developer/SDKs/MacOSX10.5.sdk/usr/include/sasl/* /
Developer/SDKs/MacOSX10.4u.sdk/usr/include/sasl

This allows subversion to be built. But I cannot vouch for correct
operation via SASL
as I have no idea how to test this.

You might like to release note this problem.

Barry

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1210369
Received on 2009-02-22 19:51:39 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.