Well, since git updates didn't help me, I alleviated the compile
problem by using explicit type casting in three places (in account.cc
and post.cc). Ledger compiled (BTW, I'm using gcc 4.3.2 on Ubuntu
8.10), but -x option doesn't work for me:
j...@esperanza:~/src/ledger % ./ledger --price-db ~/.prices.db -x RUR
bal
While evaluating value expression:
  market(total_expr, (date, exchange))
                      ^^^^
While evaluating value expression:
  ansify_if(justify(scrub(display_total), (20, (-1, true))), ("red",
(color & (scrub(display_total) < 0))))
While calculating format expression:
  ansify_if(justify(scrub(display_total), (20, (-1, true))), ("red",
(color & (scrub(display_total) < 0))))
Error: Unknown identifier 'date'

Hmm, guess it's too early to start using 3.0 version. On the other
hand, I'm reluctant to use stable version which is signifcantly
different and I beleive would be outdated soon.
Eugene

Reply via email to