Thanks for your response. On Wed, 12 Aug 2020 at 22:53, Daniele Nicolodi <[email protected]> wrote:
> You must likely didn't get a bunch of errors like the above, but just > one instance of it. Please be precise when reporting issues. > I apologize for the imprecision. There are 809 lines of output, 10 of which contain the word "error". However, I cannot say with confidence whether they are 10 instances of the same error, or if they represent two or more unrelated errors. The full output can be examined at the link that I posted. Please build the latest version from the v2 branch on Github. If you are > not familiar with git you can easily download the source code from > Github via this link: > > https://github.com/beancount/beancount/archive/v2.zip > > Unzip the archive ans run 'python setup.py install' in the sources > directory. I have cloned the git repository and attempted this command. It fails with different errors, a few of which I have pasted below. The full output is at: https://pastebin.com/raw/vVzUJGEt beancount/parser/lexer.l(279): error C2059: syntax error: '{' beancount/parser/lexer.l(279): error C2143: syntax error: missing ';' before ')'beancount/parser/lexer.l(298): warning C4003: not enough arguments for function-like macro invocation 'build_STR' beancount/parser/lexer.l(298): error C2059: syntax error: ')' beancount/parser/lexer.l(304): warning C4003: not enough arguments for function-like macro invocation 'build_STRING' beancount/parser/lexer.l(304): error C2059: syntax error: ',' Cheers, Steve -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/CALFNW76Mw0JKxpz_iMC7d-M6yxhoq7QAmmuTi0gNLRdWPnGM5w%40mail.gmail.com.
