On Tue, Feb 3, 2009 at 1:26 AM, John Wiegley wrote:
>
> On Feb 2, 2009, at 3:43 PM, Manish wrote:
>
>> | master% git submodule update
>> | fatal: The remote end hung up unexpectedly
>> | Unable to checkout 'fccfbd741a0fd974945bb259854768cc70258f07' in
>> submodule path 'lib/cppunit'
>
> Youch, I'll figure this out today.
>
>> | src/amount.cc: In function �void
>> ledger::<unnamed>::stream_out_mpq(std::ostream&, __mpq_struct*,
>> uint_least16_t, const boost::op
>> | tional<ledger::commodity_t&>&)�:
>> | src/amount.cc:572: error: �mpfr_asprintf� was not declared in this scope
>
> I forgot to mention to the list: MPFR 2.4.0 is now a required dependency.
>
> I'm using MPFR, which is a library based on GMP, for doing reliable,
> multi-precision conversion of rationals to approximated floating-point.

Unfortunately Debian unstable is still at 2.3.2. :-/

,----
| master% sudo apt-cache policy libmpfr1ldbl libmpfr-dev
| libmpfr1ldbl:
|   Installed: 2.3.2.dfsg.1-1
|   Candidate: 2.3.2.dfsg.1-1
|   Version table:
|  *** 2.3.2.dfsg.1-1 0
|         500 http://the.earth.li unstable/main Packages
|         100 /var/lib/dpkg/status
|      2.3.1.dfsg.1-2 0
|         500 ftp://ftp.free.fr lenny/main Packages
| libmpfr-dev:
|   Installed: 2.3.2.dfsg.1-1
|   Candidate: 2.3.2.dfsg.1-1
|   Version table:
|  *** 2.3.2.dfsg.1-1 0
|         500 http://the.earth.li unstable/main Packages
|         100 /var/lib/dpkg/status
|      2.3.1.dfsg.1-2 0
|         500 ftp://ftp.free.fr lenny/main Packages
`----

Thanks,
-- 
Manish

Reply via email to