Re: Is RapidSVN available for MAC OSX Lion?

Martin Costabel <[email protected]> Mon, 05 Sep 2011 11:26:48 +0200
Newsgroups gmane.comp.version-control.subversion.rapidsvn.user
Message-ID <[email protected]>
On 5/09/11 05:04, Ed Danley wrote:
> I am willing to help build for OS X, in particular Lion (as I got caught off guard and didn't realize RapidSVN was still PowerPC).
>
> I'm attempting the build on a 10.6 Snow Leopard machine with Xcode 4.03 if that matters.
>
> I grabbed the latest (stable) wxMac, subversion, subversion-deps, and rapidsvn. I was able to build wxMac, subversion, and subversion-deps. I fail at the rapidsvn step.
>
> If I follow the letter of the install in the INSTALL, I die with:
> ...
> checking for APR... not found
> configure: error: APR is required. Try --with-apr-config.
>
> If I follow the Linux portion under the README file, I die a different death:
>
> ld: symbol(s) not found for architecture x86_64
> collect2: ld returned 1 exit status
> make[1]: *** [rapidsvn] Error 1
> make: *** [all-recursive] Error 1
>
> Any guesses?

My guess for the first error is: You don't have APR (Apache Portable 
Runtime) installed, and it is required.

My guess for the second error: You are linking a 64-bit executable, and 
one of the dynamic libraries you are trying to link with is only present 
in 32-bit form. Which library this is cannot be guessed from your 
message, because you don't show the actual error message.

Good luck for this task. I am sure many people would appreciate a 
working rapidsvn on MacOSX/Intel, although I myself have given up on it 
a long time ago and switched to SvnX.

-- 
Martin

------------------------------------------------------
http://rapidsvn.tigris.org/ds/viewMessage.do?dsForumId=671&dsMessageId=2835561

To unsubscribe from this discussion, e-mail: [[email protected]].