On 05/28/2017 03:23 PM, John Wiegley wrote: >>>>>> "SB" == Segundo Bob <[email protected]> writes: > SB> But so far as I can tell, I have not yet produced an executable ledger > SB> 2.6.3. > > After a 'make' there should be a 'ledger' binary somewhere within your build > tree, and you should be able to run it directly from there, although you may > have to change LD_LIBRARY_PATH to point at where the .so lives.
Thanks. I used "git status" to show me the files produced by the make--without looking into .gitignore which happens to tell git to ignore almost all the files produced by make. Then I did some finds, but not the right find. Anyway, the following command line executes ledger 2.6.3 on my system: LD_LIBRARY_PATH='/pri/git/Ledger4/2.6.3/ledger-2.6.3/.libs' '/pri/git/Ledger4/2.6.3/ledger-2.6.3/ledger' And I have produced an 8,441 line ledger file from my GnuCash file with the following command: LD_LIBRARY_PATH='/pri/git/Ledger4/2.6.3/ledger-2.6.3/.libs' '/pri/git/Ledger4/2.6.3/ledger-2.6.3/ledger' -f '/pri/git/Ledger4/2.6.3/ledger-2.6.3/data/joint' print > journal.txt Take away my boneheaded mistakes, and this was easy. Thanks. You are a super programmer, John Wiegley. -- Segundo Bob [email protected] -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
