i'm getting the following errors while installing kfs.. i'm not able to install
the required softwares for kfs thats is cmake, log4cpp.
the errors i'm getting are..
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.Tp o" -c -o FileAppender.lo FileAppender.cp p; \
then mv -f ".deps/FileAppender.Tp o" ".deps/FileAppender.Pl o"; else rm -f ".deps/FileAppender.Tp o"; 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.Tp o -c FileAppender.cp p -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
error while installing cmake
[root@unknown001 320206696 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.c make in order to use Log4cpp.
-- Configuring done
thanks
the required softwares for kfs thats is cmake, log4cpp.
the errors i'm getting are..
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.Tp o" -c -o FileAppender.lo FileAppender.cp p; \
then mv -f ".deps/FileAppender.Tp o" ".deps/FileAppender.Pl o"; else rm -f ".deps/FileAppender.Tp o"; 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.Tp o -c FileAppender.cp p -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
error while installing cmake
[root@unknown001 320206696 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.c make in order to use Log4cpp.
-- Configuring done
thanks