While attempting to compile fred-server from source I receive this error. Can I get some assistance with this error?
My System : 
Ubuntu 9.10 (karmic) up to date.
Linux backup-cssp 2.6.31-16-generic #53-Ubuntu SMP Tue Dec 8 04:01:29 UTC 2009 i686 GNU/Linux
Let me know what other information you need.
 
make[5]: Entering directory `/home/scott/FRED/autotools/fred-server-2.1.11/src/corba/epp'g++ -DHAVE_CONFIG_H -I. -I../../..  -I/usr/include/postgresql -pthread -I/usr/include  -I../../../util -I../../../src -I../../../src -I../../..   -g -O2 -MT epp_impl.o -MD -MP -MF .deps/epp_impl.Tpo -c -o epp_impl.o epp_impl.ccepp_impl.cc: In function âint countTailPads(const char*)â:epp_impl.cc:6963: error: invalid conversion from âconst char*â to âchar*âepp_impl.cc: In function âint testPad(const char*)â:epp_impl.cc:6981: error: invalid conversion from âconst char*â to âchar*âmake[5]: *** [epp_impl.o] Error 1make[5]: Leaving directory `/home/scott/FRED/autotools/fred-server-2.1.11/src/corba/epp'make[4]: *** [all-recursive] Error 1make[4]: Leaving directory `/home/scott/FRED/autotools/fred-server-2.1.11/src/corba'make[3]: *** [all] Error 2make[3]: Leaving directory `/home/scott/FRED/autotools/fred-server-2.1.11/src/corba'make[2]: *** [all-recursive] Error 1make[2]: Leaving directory `/home/scott/FRED/autotools/fred-server-2.1.11/src'make[1]: *** [all-recursive] Error 1make[1]: Leaving directory `/home/scott/FRED/autotools/fred-server-2.1.11'make: *** [all] Error 2root @ backup-cssp[/home/scott/FRED/autotools/fred-server-2.1.11] #
 
-David