I'm getting a few different errors with the git master version - most
specifically, it seems that if I use a different path to the file, or
put the file path in quotes, I either get a different error, or it
actually works:

$ ./ledger -V
Ledger master-0-g7ca8149, the command-line accounting tool

$ ./ledger -f ~/totals.ledger bal
Assertion failed: (false), function visitation_impl, file
/opt/local/include/boost/variant/detail/visitation_impl.hpp, line 203.
Abort trap

$ cd ~
$ ledger -f totals.ledger bal
Bus error

$ cd ~/customer-data
$ ledger -f ledgers/total.ledger bal
Assertion failed: (this->is_initialized()), function get, file
/opt/local/include/boost/optional/optional.hpp, line 578.
Abort trap

$ ledger -f "ledgers/total.ledger" bal --anon
                   0  da39a3ee
          $-4,173.68    035eae60:aebe8b37
            $-550.25      0786ff3b
             $550.25      44357ae5:4b5e84be
          $-4,173.68      f9f38818
          $-1,640.78        2402ea36
            $-132.90        9be70f66
          $-2,400.00        b40e1543
           $4,173.68    d673d941:20e33862
             $550.25      97876b83
           $3,623.43      cad804ae:aebe8b37
--------------------
                   0

(system is OS X 10.6.2, with ledger compiled from git, and the other
dependencies compiled using MacPorts)

Thanks,
Zack

To unsubscribe from this group, send email to 
ledger-cli+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to