I have not had any problem on OSX but I am guessing that is because I
build against the SQLite from MacPorts. I have never tried using the
SQLite that comes from Apple. I believe on older versions of OSX it
was older than the version that SVN wanted. Here is my configure
scripts:
CFLAGS=-Wall \
./configure \
--prefix=/Users/myid/local \
--enable-maintainer-mode \
--enable-javahl \
--disable-mod-activation \
--without-apache-libexecdir \
--disable-nls \
--with-apr=/opt/local/bin/apr-1-config \
--with-apr-util=/opt/local/bin/apu-1-config \
--with-neon=/opt/local \
--with-serf=/Users/myid/local \
--with-sqlite=/opt/local \
--with-junit=/opt/local/share/java/junit.jar
As you can see I get most of my dependencies from MacPorts. I believe
when Jeremy Whitlock builds the OSX binaries that he provides he
builds most of the dependencies himself.
On Mon, Oct 17, 2011 at 9:36 AM, mjparme <mjparmeley_at_west.com> wrote:
>
> Are Mac users out of luck until Subversion 1.7.1 then? Is it possible to
> apply that patch against the source I got from the tar ball? I tried, but
> get this:
>
> mjparme:~/temp/subversion-1.7.0:91> patch -p1 < patch.in
> can't find file to patch at input line 3
> Perhaps you used the wrong -p or --strip option?
> The text leading up to this was:
> --------------------------
> |--- subversion/libsvn_subr/sqlite.c (revision 1181650)
> |+++ subversion/libsvn_subr/sqlite.c (working copy)
> --------------------------
>
>
>
>
> Mark Phippard-3 wrote:
>>
>> The patch you refer to will be in the 1.7.1 source code. It is not in
>> the 1.7.0 code.
>>
>>
>
> --
> View this message in context: http://old.nabble.com/Can%27t-run-%22svn%22-after-compiling-on-1.7-Mac-OS-10.7-tp32667089p32667167.html
> Sent from the Subversion Users mailing list archive at Nabble.com.
>
>
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2011-10-17 16:09:15 CEST