On Tue, Feb 3, 2009 at 2:27 AM, Manish wrote:
> On Tue, Feb 3, 2009 at 2:14 AM, Manish wrote:
>> On Tue, Feb 3, 2009 at 2:07 AM, John Wiegley wrote:
>>>
>>> On Feb 2, 2009, at 4:31 PM, Manish wrote:
>>>
>>>> | src/op.h:335: error: multiple parameters named �op�
>>>
>>> This is fixed and pushed.
>>
>> Thanks. I am trying a fresh clone also. Looks like my earlier repo is
>> not completely healthy (submodules failing etc.)
>
> Fresh clone and acprep worked flawlessly. Apologies for noise earlier.
>
> And sorry for another silly question: earlier passing --libdir to
> configure seemed to work but I am getting following error now.
>
> ,----
> | configure: error: "Could not find mpfr library 2.4.0 or higher (set
> CPPFLAGS and LDFLAGS?)"
> `----

For the sake of record, I was told to use this on irc and it works
great.

--8<---------------cut here---------------start------------->8---
C_INCLUDE_PATH=$C_INCLUDE_PATH:/usr/local/include
LIBRARY_PATH=$LIBRARY_PATH:/usr/local/lib
export C_INCLUDE_PATH LIBRARY_PATH
./configure
--8<---------------cut here---------------end--------------->8---


Now it fails with this.

,----
|     CXX libledger_util_la-utils.lo
|     CXX libledger_util_la-error.lo
|     CXX libledger_util_la-times.lo
|     CXX libledger_util_la-mask.lo
|     CXX libledger_util_la-stream.lo
|     CXX libledger_util_la-binary.lo
|     CXX libledger_util_la-sha1.lo
|     LD libledger_util.la
|     CXX libledger_math_la-amount.lo
|     CXX libledger_math_la-commodity.lo
|     CXX libledger_math_la-balance.lo
|     CXX libledger_math_la-balpair.lo
|     CXX libledger_math_la-value.lo
|     LD libledger_math.la
|     CXX libledger_expr_la-token.lo
|     CXX libledger_expr_la-parser.lo
|     CXX libledger_expr_la-op.lo
|     CXX libledger_expr_la-expr.lo
|     CXX libledger_expr_la-scope.lo
|     CXX libledger_expr_la-predicate.lo
|     CXX libledger_expr_la-format.lo
|     CXX libledger_expr_la-option.lo
| In file included from src/option.cc:32:
| src/option.h:54: error: multiple parameters named �name�
| make[1]: *** [libledger_expr_la-option.lo] Error 1
| make[1]: Leaving directory `/data/desktop/johnw/ledger'
| make: *** [all] Error 2
`----

Thanks
-- 
Manish

Reply via email to