[Ledger-discuss] errors when compiling ledger:
Brought to you by:
jwiegley
From: James M. O'C. <Jam...@gm...> - 2010-01-06 05:31:11
|
Howdy, all; Problem in compiling: 'make install' results in the following: /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -DHAVE_EXPAT=1 -g -O2 -MT libledger_la-option.lo -MD -MP -MF .deps/libledger_la-option.Tpo -c -o libledger_la-option.lo `test -f 'option.cc' || echo './'`option.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -DHAVE_EXPAT=1 -g -O2 -MT libledger_la-option.lo -MD -MP -MF .deps/libledger_la-option.Tpo -c option.cc -fPIC -DPIC -o .libs/libledger_la-option.o 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 Now, I'm not a programmer -- I'm an accountant setting up some data-entry for a visually-impared co-worker who uses a text-based screen-reader, so I don't really know what my options are in terms of 'how to proceed'. Assistance is appreciated. Regards, -JO'C |