On Oct 15, 2009, at 23:30, Tena Sakai wrote:
> Ryan Schmidt wrote:
>
>> On Oct 15, 2009, at 22:19, Tena Sakai wrote:
>>
>> > In terms of running configure script, how would I
>> > tell I want apr 0.9.x be used (instead of 1.2.x)?
>> > Ie., how would I ask:
>> > $ ./configure --please-use-apr-0.9.x
>>
>> $ ./configure \
>> --with-apr=/path/to/apr-config \
>> --with-apr-util=/path/to/apu-config
>
> $ ./configure --with-apr=./apr --with-apr-util=./apr-util
> checking for APR... configure: error: the --with-apr parameter is
> incorrect. It must specify an install prefix, a build directory, or
> an apr-config file.
> configure failed for serf
>
> $ ./configure --with-apr=./apr/apr-1-config --with-apr-util=./apr-
> util/apu-1-config
> checking for APR... configure: error: the --with-apr parameter is
> incorrect. It must specify an install prefix, a build directory, or
> an apr-config file.
> configure failed for serf
>
> In the first case, I am specifying a build directory, am I not?
I would think so, but I have not done it this way myself before.
> And in the second case, I am sapecifying an apr-config file, am
> I not? So, I fail to understand what it's upset about.
Well, yes... Now, what I showed you was how MacPorts installs
Subversion, but in that case, apr and apr-util have already been
installed into the system separately. I don't know how to build
Subversion and apr and apr-util and all the other dependencies all
directly out of the single Subversion distribution directory so I
should let someone else respond.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2408258
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-16 17:32:08 CEST