On Jul 3, 2009, at 2:49 AM, Matt Lundin wrote:
When recently attempting to build ledger 2.6.2, I received the following error: ,---- | option.cc: In function ‘void ledger::<unnamed>::parse_price_setting (const char*)’: | option.cc:895: error: invalid conversion from ‘const char*’ to ‘char*’ | make: *** [libledger_la-option.lo] Error 1 `---- I'm using gcc 4.4.0 on Arch Linux.
Interesting, this is new. On line 895, just add "const" in front of the "char *".
Sigh, I guess this means 2.6.3 is in order... John
