On 12/08/2020 21:09, Steve Kobes wrote: > Thanks for your response. > > On Wed, 12 Aug 2020 at 22:53, Daniele Nicolodi <[email protected] > <mailto:[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: ','
This has not been reported before. The code compiles and the tests pass on Linux and macOS, thus I think there may be some other weirdness in the MSVC compiler. I'll have a look at this when I'll have a spare minute. Cheers, Dan -- 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/ac071761-514a-7d3b-9d3f-8c674543a3da%40grinta.net.
