> Hello all,
> 
> I've been using Ledger for some time now and would like to say thank
> you to John and everyone else for this incredibly useful tool.
> 
> 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.
> 
> Thanks,
> Matt


The same problem on Fedora 11 with ledger-2.6.2 and gcc-4.4.0.
I finally build ledger with gcc-3.4.6 by changing the Makefile: 

CC=gcc34
CXX=g++34

--Robert

Reply via email to