On 04/27/12 19:38, Alan Hourihane wrote:
> Just to note that subversion should also be using "apr-1-config --libs"
> to determine what libraries libapr needs as well.
>
> It doesn't seem to be doing it here, and the build fails here too. Does
> subversion's configure script do the above ?
>
>
Mmm,
Just to note that subversion should also be using "apr-1-config --libs"
to determine what libraries libapr needs as well.
It doesn't seem to be doing it here, and the build fails here too. Does
subversion's configure script do the above ?
Alan.
On 04/26/12 08:41, Daniel Shahaf wrote:
> Alan Hourihane wrote on Thu, Apr 26, 2012 at 08:24:52 +0100:
>> On 04/26/12 04:38, Daniel Shahaf wrote:
>>> Alan Hourihane wrote on Wed, Apr 25, 2012 at 23:41:24 +0100:
Yes, it doesn't work as you are checking /usr first, yet it should be
pkg-conf
Alan Hourihane wrote on Thu, Apr 26, 2012 at 08:24:52 +0100:
> On 04/26/12 04:38, Daniel Shahaf wrote:
> > Alan Hourihane wrote on Wed, Apr 25, 2012 at 23:41:24 +0100:
> >> Yes, it doesn't work as you are checking /usr first, yet it should be
> >> pkg-config first (or only)
> > Can't be "only"
On 04/26/12 04:38, Daniel Shahaf wrote:
> Alan Hourihane wrote on Wed, Apr 25, 2012 at 23:41:24 +0100:
>> Yes, it doesn't work as you are checking /usr first, yet it should be
>> pkg-config first (or only)
> Can't be "only" pkg-config, as that would break the build on systems
> that don't have
Alan Hourihane wrote on Wed, Apr 25, 2012 at 23:41:24 +0100:
> Yes, it doesn't work as you are checking /usr first, yet it should be
> pkg-config first (or only)
Can't be "only" pkg-config, as that would break the build on systems
that don't have it.
On Wed, Apr 25, 2012 at 7:02 PM, Philip Martin
wrote:
> Alan Hourihane writes:
>
> > Just to note that I'm passing --with-sqlite=/usr on the configure line
> too.
>
> Specifying a path and using pkg-config are incompatible.
>
>
>
This is why the RPM setup tools are best used with a restricted bui
Alan Hourihane writes:
> Just to note that I'm passing --with-sqlite=/usr on the configure line too.
Specifying a path and using pkg-config are incompatible.
--
Philip
Alan Hourihane writes:
> Yes, it doesn't work as you are checking /usr first, yet it should be
> pkg-config first (or only)
>
> This is what I get
>
> configure: checking sqlite library
> checking sqlite3.h usability... yes
> checking sqlite3.h presence... yes
> checking for sqlite3.h...
On 04/25/12 23:34, Philip Martin wrote:
> Alan writes:
>
>> It seems that subversion just tries linking explicitly with -lsqlite3
>> during configure, yet sqlite3 itself may be linked against other
>> libraries which need to be pulled in. And this can fail on some systems.
>>
>> The configure scri
On 04/25/12 23:34, Philip Martin wrote:
> Alan writes:
>
>> It seems that subversion just tries linking explicitly with -lsqlite3
>> during configure, yet sqlite3 itself may be linked against other
>> libraries which need to be pulled in. And this can fail on some systems.
>>
>> The configure scri
Alan writes:
> It seems that subversion just tries linking explicitly with -lsqlite3
> during configure, yet sqlite3 itself may be linked against other
> libraries which need to be pulled in. And this can fail on some systems.
>
> The configure script should use "pkg-config --libs sqlite3" to obt
12 matches
Mail list logo