Re: kfs
i have been getting the following errors while installing the softwares required for installing kosmos filesystem.
1.error while installing log4cpp
make[1]: Leaving directory `/usr/local/log4cpp-0.3.5rc3/config'
Making install in src
make[1]: Entering directory `/usr/local/log4cpp-0.3.5rc3/src'
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -Wall -Wno-unused -pedantic -MT FileAppender.lo -MD -MP -MF ".deps/FileAppender.Tpo" -c -o FileAppender.lo FileAppender.cpp; \
then mv -f ".deps/FileAppender.Tpo" ".deps/FileAppender.Plo"; else rm -f ".deps/FileAppender.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -Wall -Wno-unused -pedantic -MT FileAppender.lo -MD -MP -MF .deps/FileAppender.Tpo -c FileAppender.cpp -fPIC -DPIC -o .libs/FileAppender.o
../include/log4cpp/Manipulator.hh:29: error: extra ';'
make[1]: *** [FileAppender.lo] Error 1
make[1]: Leaving directory `/usr/local/log4cpp-0.3.5rc3/src'
make: *** [install-recursive] Error 1
2.error while installing cmake
[root@unknown001320206696 build]# cmake /code/kfs/
-- Check for working C compiler: /usr/lib/ccache/gcc
-- Check for working C compiler: /usr/lib/ccache/gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: /usr/lib/ccache/c++
-- Check for working CXX compiler: /usr/lib/ccache/c++ -- works
CMake Error: Log4cpp_DIR is not set. It must be set to the directory containing Log4cppConfig.cmake in order to use Log4cpp.
-- Configuring done
how do i correct them?