|
Log4Cpp does not build with GCC 4.3.1: msg#00114t2.devel
This is a multi-part message in MIME format. Hi, The log4cpp package from the current head revision does not build for me. I think I have tracked down two of the problems to wrong/outdated #includes, and have attached my patches for those. Can someone please take a look at them and check whether I addressed the problems correctly and that the naming of the files is OK. But there is another problem that I cannot get around. Apparently there is a mixup of <limits.h> of some sort. The ERROR-LOG is attached as well. Ciao, MM -- Marian Aldenhövel, Rosenhain 23, 53123 Bonn http://www.marian-aldenhoevel.de "I ran some quick calculations on it. He's about 80% on the right track. That leaves him only 20% dead when he crashes." Bob C abs() for integers is not defined in <cmath>, but in <cstdlib> --- log4cpp-1.0/src/PatternLayout.cpp.vanilla 2008-08-21 23:34:28.000000000 +0200 +++ log4cpp-1.0/src/PatternLayout.cpp 2008-08-21 23:34:49.000000000 +0200 @@ -21,6 +21,7 @@ #include <strstream> #endif +#include <cstdlib> #include <iomanip> #include <ctime> #include <cmath> include <memory> for the declaration of auto_ptr. --- log4cpp-1.0/src/BasicLayout.cpp.vanilla 2008-08-21 23:50:15.000000000 +0200 +++ log4cpp-1.0/src/BasicLayout.cpp 2008-08-21 23:50:37.000000000 +0200 @@ -15,6 +15,8 @@ #include <sstream> #endif +#include <memory> + namespace log4cpp { BasicLayout::BasicLayout() { Command Wrapper Debug: running 'i486-t2-linux-uclibc-gcc --version' .. i486-t2-linux-uclibc-gcc is /home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-i486-cross/TOOLCHAIN/tools.cross/wrapper/i486-t2-linux-uclibc-gcc Old Command: i486-t2-linux-uclibc-gcc --version ENVPREFIX = 'CMD' OTHERS = '' INSERT = '--help?:-pipe -Os -march=i486' REMOVE = '-O -O[0-9s] -mtune* -march* -mcpu* -g*' APPEND = '-s */X11R6/include?-I/usr/X11/include */X11R6/lib?-L/usr/X11/lib */X11R6/lib64?-L/usr/X11/lib64' FILTER = 'sed -e 's,^\(-[LI]\)*\(/\|/usr/\|/usr/[^/]*/\|/opt/[^/]*/\)\(include\|lib\),\1/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-i486-cross\2\3,'' conditonal arg: --help?:-pipe. conditonal: --help, lhs: , rhs: -pipe. Insert: -pipe Insert: -Os Insert: -march=i486 Copy: --version Append: -s conditonal arg: */X11R6/include?-I/usr/X11/include. conditonal: */X11R6/include, lhs: -I/usr/X11/include, rhs: . conditonal arg: */X11R6/lib?-L/usr/X11/lib. conditonal: */X11R6/lib, lhs: -L/usr/X11/lib, rhs: . conditonal arg: */X11R6/lib64?-L/usr/X11/lib64. conditonal: */X11R6/lib64, lhs: -L/usr/X11/lib64, rhs: . Run Filter: sed -e 's,^\(-[LI]\)*\(/\|/usr/\|/usr/[^/]*/\|/opt/[^/]*/\)\(include\|lib\),\1/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-i486-cross\2\3,' Old PATH: /home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-i486-cross/TOOLCHAIN/tools.cross/wrapper:/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-i486-cross/TOOLCHAIN/tools.cross/bin:/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-i486-cross/TOOLCHAIN/tools.cross/crosscc:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games New PATH: /home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-i486-cross/TOOLCHAIN/tools.cross/bin:/home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-i486-cross/TOOLCHAIN/tools.cross/crosscc:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games New Command: i486-t2-linux-uclibc-gcc -pipe -Os -march=i486 --version -s i486-t2-linux-uclibc-gcc (GCC) 4.3.1 Copyright (C) 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. [ writing debug log to /home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/cmd_wrapper.log ] `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/archdir/log4cpp-1.0.tar.bz2' -> `/home/kbox/t2/download/mirror/l/log4cpp-1.0.tar.bz2' Running main build function 'build_this_package' ... Extracting log4cpp-1.0.tar.bz2 (--use-compress-program=bzip2 -xf) ... Fixing ownership and permissions ... Removing CVS, .svn, {arch} and .arch-ids directories ... Changeing into /home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0 ... Apply patch /home/kbox/t2/package/develop/log4cpp/gcc-4.3.1-auto_ptr.patch ... patching file src/BasicLayout.cpp Apply patch /home/kbox/t2/package/develop/log4cpp/gcc-4.3.1-use-cstdlib.patch ... patching file src/PatternLayout.cpp Creating /home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-i486-cross/usr/<..> if required ... Autodetection for option impossible: --disable-debug passed thru. Autodetection for option impossible: --disable-nls passed thru. Autodetection for option impossible: --without-libpam passed thru. Autodetection for option impossible: --without-pam passed thru. Autodetection for option impossible: --disable-libpam passed thru. Autodetection for option impossible: --disable-pam passed thru. Running ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libdir=/usr/lib --datadir=/usr/share --includedir=/usr/include --infodir=/usr/info --mandir=/usr/man --sysconfdir=/etc --localstatedir=/var --disable-debug --disable-nls --without-libpam --without-pam --disable-libpam --disable-pam --build=i686-nocross-linux-gnu --host=i486-t2-linux-uclibc --cache-file=./config.cache configure: loading cache ./config.cache checking for a BSD-compatible install... /home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-i486-cross/TOOLCHAIN/tools.cross/wrapper/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for i486-t2-linux-uclibc-strip... i486-t2-linux-uclibc-strip checking build system type... i686-nocross-linux-gnu checking host system type... i486-t2-linux-uclibc checking for style of include used by make... GNU checking for i486-t2-linux-uclibc-gcc... i486-t2-linux-uclibc-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i486-t2-linux-uclibc-gcc accepts -g... yes checking for i486-t2-linux-uclibc-gcc option to accept ISO C89... none needed checking dependency style of i486-t2-linux-uclibc-gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ld used by i486-t2-linux-uclibc-gcc... i486-t2-linux-uclibc-ld checking if the linker (i486-t2-linux-uclibc-ld) is GNU ld... yes checking for i486-t2-linux-uclibc-ld option to reload object files... -r checking for BSD-compatible nm... i486-t2-linux-uclibc-nm checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... i486-t2-linux-uclibc-cpp checking for ANSI C header files... (cached) yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether i486-t2-linux-uclibc-g++ accepts -g... yes checking dependency style of i486-t2-linux-uclibc-g++... gcc3 checking how to run the C++ preprocessor... i486-t2-linux-uclibc-g++ -E checking for i486-t2-linux-uclibc-g77... F77_not_available_in_stage_1 checking whether we are using the GNU Fortran 77 compiler... no checking whether F77_not_available_in_stage_1 accepts -g... no checking the maximum length of command line arguments... 98304 checking command to parse i486-t2-linux-uclibc-nm output from i486-t2-linux-uclibc-gcc object... ok checking for objdir... .libs checking for i486-t2-linux-uclibc-ar... i486-t2-linux-uclibc-ar checking for i486-t2-linux-uclibc-ranlib... i486-t2-linux-uclibc-ranlib checking for i486-t2-linux-uclibc-strip... (cached) i486-t2-linux-uclibc-strip checking for correct ltmain.sh version... yes checking if i486-t2-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for i486-t2-linux-uclibc-gcc option to produce PIC... -fPIC checking if i486-t2-linux-uclibc-gcc PIC flag -fPIC works... yes checking if i486-t2-linux-uclibc-gcc static flag -static works... yes checking if i486-t2-linux-uclibc-gcc supports -c -o file.o... yes checking whether the i486-t2-linux-uclibc-gcc linker (i486-t2-linux-uclibc-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by i486-t2-linux-uclibc-g++... i486-t2-linux-uclibc-ld checking if the linker (i486-t2-linux-uclibc-ld) is GNU ld... yes checking whether the i486-t2-linux-uclibc-g++ linker (i486-t2-linux-uclibc-ld) supports shared libraries... yes checking for i486-t2-linux-uclibc-g++ option to produce PIC... -fPIC checking if i486-t2-linux-uclibc-g++ PIC flag -fPIC works... yes checking if i486-t2-linux-uclibc-g++ static flag -static works... yes checking if i486-t2-linux-uclibc-g++ supports -c -o file.o... yes checking whether the i486-t2-linux-uclibc-g++ linker (i486-t2-linux-uclibc-ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for F77_not_available_in_stage_1 option to produce PIC... -fPIC checking if F77_not_available_in_stage_1 PIC flag -fPIC works... no checking if F77_not_available_in_stage_1 static flag -static works... no checking if F77_not_available_in_stage_1 supports -c -o file.o... no checking whether the F77_not_available_in_stage_1 linker (i486-t2-linux-uclibc-ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for a BSD-compatible install... /home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-i486-cross/TOOLCHAIN/tools.cross/wrapper/install -c checking whether make sets $(MAKE)... (cached) yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether i486-t2-linux-uclibc-g++ accepts -g... (cached) yes checking dependency style of i486-t2-linux-uclibc-g++... (cached) gcc3 checking how to run the C++ preprocessor... i486-t2-linux-uclibc-g++ -E checking for unistd.h... (cached) yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking for int64_t... yes checking for working snprintf... no checking for syslog... yes checking for gettimeofday... yes checking for ftime... yes checking for localtime_r... yes checking for socket in -lsocket... no checking for gethostbyname in -lnsl... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking whether the compiler implements namespaces... yes checking whether the compiler has stringstream... yes checking for doxygen... no configure: creating log4cpp-config.in configure: creating log4cpp.pc.in configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating log4cpp.spec config.status: creating log4cpp.pc config.status: creating log4cpp-config config.status: WARNING: log4cpp-config.in seems to ignore the --datarootdir setting config.status: creating config/Makefile config.status: creating doc/Makefile config.status: creating doc/Doxyfile config.status: creating doc/html/Makefile config.status: creating src/Makefile config.status: creating include/Makefile config.status: creating include/log4cpp/Makefile config.status: creating include/log4cpp/threading/Makefile config.status: creating tests/Makefile config.status: creating msvc6/Makefile config.status: creating msvc6/log4cpp/Makefile config.status: creating msvc6/log4cppDLL/Makefile config.status: creating msvc6/testCategory/Makefile config.status: creating msvc6/testDLL/Makefile config.status: creating msvc6/testMain/Makefile config.status: creating msvc6/testNDC/Makefile config.status: creating msvc6/testNTEventLog/Makefile config.status: creating msvc6/testPattern/Makefile config.status: creating bcb5/Makefile config.status: creating bcb5/log4cpp/Makefile config.status: creating bcb5/testCategory/Makefile config.status: creating bcb5/testConfig/Makefile config.status: creating bcb5/testFixedContextCategory/Makefile config.status: creating bcb5/testmain/Makefile config.status: creating bcb5/testNDC/Makefile config.status: creating bcb5/testPattern/Makefile config.status: creating openvms/Makefile config.status: creating include/config.h config.status: executing depfiles commands creating include/log4cpp/config.h - prefix LOG4CPP for include/config.h defines dirname: extra operand `/boot' Try `dirname --help' for more information. /* automatically generated bcb5/ config/ doc/ include/ m4/ msvc6/ openvms/ src Running make -j2 CC=i486-t2-linux-uclibc-gcc CPP=i486-t2-linux-uclibc-cpp CXX=i486-t2-linux-uclibc-g++ prefix=/usr CC_FOR_BUILD=cc BUILDCC=cc BUILD_CC=cc HOSTCC=cc HOST_CC=cc STRIP=i486-t2-linux-uclibc-strip AR=i486-t2-linux-uclibc-ar LD=i486-t2-linux-uclibc-ld RANLIB=i486-t2-linux-uclibc-ranlib NM=i486-t2-linux-uclibc-nm Making all in msvc6 make[1]: Entering directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/msvc6' Making all in log4cpp make[2]: Entering directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/msvc6/log4cpp' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/msvc6/log4cpp' Making all in log4cppDLL make[2]: Entering directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/msvc6/log4cppDLL' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/msvc6/log4cppDLL' Making all in testCategory make[2]: Entering directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/msvc6/testCategory' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/msvc6/testCategory' Making all in testDLL make[2]: Entering directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/msvc6/testDLL' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/msvc6/testDLL' Making all in testMain make[2]: Entering directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/msvc6/testMain' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/msvc6/testMain' Making all in testNDC make[2]: Entering directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/msvc6/testNDC' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/msvc6/testNDC' Making all in testNTEventLog make[2]: Entering directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/msvc6/testNTEventLog' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/msvc6/testNTEventLog' Making all in testPattern make[2]: Entering directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/msvc6/testPattern' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/msvc6/testPattern' make[2]: Entering directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/msvc6' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/msvc6' make[1]: Leaving directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/msvc6' Making all in bcb5 make[1]: Entering directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/bcb5' Making all in log4cpp make[2]: Entering directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/bcb5/log4cpp' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/bcb5/log4cpp' Making all in testCategory make[2]: Entering directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/bcb5/testCategory' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/bcb5/testCategory' Making all in testFixedContextCategory make[2]: Entering directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/bcb5/testFixedContextCategory' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/bcb5/testFixedContextCategory' Making all in testmain make[2]: Entering directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/bcb5/testmain' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/bcb5/testmain' Making all in testNDC make[2]: Entering directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/bcb5/testNDC' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/bcb5/testNDC' Making all in testPattern make[2]: Entering directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/bcb5/testPattern' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/bcb5/testPattern' Making all in testConfig make[2]: Entering directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/bcb5/testConfig' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/bcb5/testConfig' make[2]: Entering directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/bcb5' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/bcb5' make[1]: Leaving directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/bcb5' Making all in config make[1]: Entering directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/config' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/config' Making all in src make[1]: Entering directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/src' /bin/sh ../libtool --tag=CXX --mode=compile i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT Appender.lo -MD -MP -MF .deps/Appender.Tpo -c -o Appender.lo Appender.cpp /bin/sh ../libtool --tag=CXX --mode=compile i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT AppenderSkeleton.lo -MD -MP -MF .deps/AppenderSkeleton.Tpo -c -o AppenderSkeleton.lo AppenderSkeleton.cpp mkdir .libs i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT AppenderSkeleton.lo -MD -MP -MF .deps/AppenderSkeleton.Tpo -c AppenderSkeleton.cpp -fPIC -DPIC -o .libs/AppenderSkeleton.o i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT Appender.lo -MD -MP -MF .deps/Appender.Tpo -c Appender.cpp -fPIC -DPIC -o .libs/Appender.o i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT AppenderSkeleton.lo -MD -MP -MF .deps/AppenderSkeleton.Tpo -c AppenderSkeleton.cpp -o AppenderSkeleton.o >/dev/null 2>&1 i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT Appender.lo -MD -MP -MF .deps/Appender.Tpo -c Appender.cpp -o Appender.o >/dev/null 2>&1 mv -f .deps/AppenderSkeleton.Tpo .deps/AppenderSkeleton.Plo /bin/sh ../libtool --tag=CXX --mode=compile i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT AppendersFactory.lo -MD -MP -MF .deps/AppendersFactory.Tpo -c -o AppendersFactory.lo AppendersFactory.cpp mv -f .deps/Appender.Tpo .deps/Appender.Plo /bin/sh ../libtool --tag=CXX --mode=compile i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT BufferingAppender.lo -MD -MP -MF .deps/BufferingAppender.Tpo -c -o BufferingAppender.lo BufferingAppender.cpp i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT AppendersFactory.lo -MD -MP -MF .deps/AppendersFactory.Tpo -c AppendersFactory.cpp -fPIC -DPIC -o .libs/AppendersFactory.o i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT BufferingAppender.lo -MD -MP -MF .deps/BufferingAppender.Tpo -c BufferingAppender.cpp -fPIC -DPIC -o .libs/BufferingAppender.o i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT AppendersFactory.lo -MD -MP -MF .deps/AppendersFactory.Tpo -c AppendersFactory.cpp -o AppendersFactory.o >/dev/null 2>&1 BufferingAppender.cpp: In member function 'virtual void log4cpp::BufferingAppender::_append(const log4cpp::LoggingEvent&)': BufferingAppender.cpp:17: warning: suggest explicit braces to avoid ambiguous 'else' i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT BufferingAppender.lo -MD -MP -MF .deps/BufferingAppender.Tpo -c BufferingAppender.cpp -o BufferingAppender.o >/dev/null 2>&1 mv -f .deps/AppendersFactory.Tpo .deps/AppendersFactory.Plo /bin/sh ../libtool --tag=CXX --mode=compile i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT FactoryParams.lo -MD -MP -MF .deps/FactoryParams.Tpo -c -o FactoryParams.lo FactoryParams.cpp mv -f .deps/BufferingAppender.Tpo .deps/BufferingAppender.Plo /bin/sh ../libtool --tag=CXX --mode=compile i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT LayoutsFactory.lo -MD -MP -MF .deps/LayoutsFactory.Tpo -c -o LayoutsFactory.lo LayoutsFactory.cpp i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT FactoryParams.lo -MD -MP -MF .deps/FactoryParams.Tpo -c FactoryParams.cpp -fPIC -DPIC -o .libs/FactoryParams.o i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT LayoutsFactory.lo -MD -MP -MF .deps/LayoutsFactory.Tpo -c LayoutsFactory.cpp -fPIC -DPIC -o .libs/LayoutsFactory.o i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT FactoryParams.lo -MD -MP -MF .deps/FactoryParams.Tpo -c FactoryParams.cpp -o FactoryParams.o >/dev/null 2>&1 mv -f .deps/FactoryParams.Tpo .deps/FactoryParams.Plo /bin/sh ../libtool --tag=CXX --mode=compile i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT LevelEvaluator.lo -MD -MP -MF .deps/LevelEvaluator.Tpo -c -o LevelEvaluator.lo LevelEvaluator.cpp i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT LayoutsFactory.lo -MD -MP -MF .deps/LayoutsFactory.Tpo -c LayoutsFactory.cpp -o LayoutsFactory.o >/dev/null 2>&1 i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT LevelEvaluator.lo -MD -MP -MF .deps/LevelEvaluator.Tpo -c LevelEvaluator.cpp -fPIC -DPIC -o .libs/LevelEvaluator.o mv -f .deps/LayoutsFactory.Tpo .deps/LayoutsFactory.Plo /bin/sh ../libtool --tag=CXX --mode=compile i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT Localtime.lo -MD -MP -MF .deps/Localtime.Tpo -c -o Localtime.lo Localtime.cpp i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT LevelEvaluator.lo -MD -MP -MF .deps/LevelEvaluator.Tpo -c LevelEvaluator.cpp -o LevelEvaluator.o >/dev/null 2>&1 i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT Localtime.lo -MD -MP -MF .deps/Localtime.Tpo -c Localtime.cpp -fPIC -DPIC -o .libs/Localtime.o i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT Localtime.lo -MD -MP -MF .deps/Localtime.Tpo -c Localtime.cpp -o Localtime.o >/dev/null 2>&1 mv -f .deps/Localtime.Tpo .deps/Localtime.Plo /bin/sh ../libtool --tag=CXX --mode=compile i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT PassThroughLayout.lo -MD -MP -MF .deps/PassThroughLayout.Tpo -c -o PassThroughLayout.lo PassThroughLayout.cpp mv -f .deps/LevelEvaluator.Tpo .deps/LevelEvaluator.Plo /bin/sh ../libtool --tag=CXX --mode=compile i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT TriggeringEventEvaluatorFactory.lo -MD -MP -MF .deps/TriggeringEventEvaluatorFactory.Tpo -c -o TriggeringEventEvaluatorFactory.lo TriggeringEventEvaluatorFactory.cpp i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT PassThroughLayout.lo -MD -MP -MF .deps/PassThroughLayout.Tpo -c PassThroughLayout.cpp -fPIC -DPIC -o .libs/PassThroughLayout.o i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT TriggeringEventEvaluatorFactory.lo -MD -MP -MF .deps/TriggeringEventEvaluatorFactory.Tpo -c TriggeringEventEvaluatorFactory.cpp -fPIC -DPIC -o .libs/TriggeringEventEvaluatorFactory.o i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT PassThroughLayout.lo -MD -MP -MF .deps/PassThroughLayout.Tpo -c PassThroughLayout.cpp -o PassThroughLayout.o >/dev/null 2>&1 i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT TriggeringEventEvaluatorFactory.lo -MD -MP -MF .deps/TriggeringEventEvaluatorFactory.Tpo -c TriggeringEventEvaluatorFactory.cpp -o TriggeringEventEvaluatorFactory.o >/dev/null 2>&1 mv -f .deps/PassThroughLayout.Tpo .deps/PassThroughLayout.Plo /bin/sh ../libtool --tag=CXX --mode=compile i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT LayoutAppender.lo -MD -MP -MF .deps/LayoutAppender.Tpo -c -o LayoutAppender.lo LayoutAppender.cpp i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT LayoutAppender.lo -MD -MP -MF .deps/LayoutAppender.Tpo -c LayoutAppender.cpp -fPIC -DPIC -o .libs/LayoutAppender.o mv -f .deps/TriggeringEventEvaluatorFactory.Tpo .deps/TriggeringEventEvaluatorFactory.Plo /bin/sh ../libtool --tag=CXX --mode=compile i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT FileAppender.lo -MD -MP -MF .deps/FileAppender.Tpo -c -o FileAppender.lo FileAppender.cpp i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT LayoutAppender.lo -MD -MP -MF .deps/LayoutAppender.Tpo -c LayoutAppender.cpp -o LayoutAppender.o >/dev/null 2>&1 i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT FileAppender.lo -MD -MP -MF .deps/FileAppender.Tpo -c FileAppender.cpp -fPIC -DPIC -o .libs/FileAppender.o mv -f .deps/LayoutAppender.Tpo .deps/LayoutAppender.Plo /bin/sh ../libtool --tag=CXX --mode=compile i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT RollingFileAppender.lo -MD -MP -MF .deps/RollingFileAppender.Tpo -c -o RollingFileAppender.lo RollingFileAppender.cpp i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT RollingFileAppender.lo -MD -MP -MF .deps/RollingFileAppender.Tpo -c RollingFileAppender.cpp -fPIC -DPIC -o .libs/RollingFileAppender.o i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT FileAppender.lo -MD -MP -MF .deps/FileAppender.Tpo -c FileAppender.cpp -o FileAppender.o >/dev/null 2>&1 i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT RollingFileAppender.lo -MD -MP -MF .deps/RollingFileAppender.Tpo -c RollingFileAppender.cpp -o RollingFileAppender.o >/dev/null 2>&1 mv -f .deps/FileAppender.Tpo .deps/FileAppender.Plo /bin/sh ../libtool --tag=CXX --mode=compile i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT FixedContextCategory.lo -MD -MP -MF .deps/FixedContextCategory.Tpo -c -o FixedContextCategory.lo FixedContextCategory.cpp i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT FixedContextCategory.lo -MD -MP -MF .deps/FixedContextCategory.Tpo -c FixedContextCategory.cpp -fPIC -DPIC -o .libs/FixedContextCategory.o mv -f .deps/RollingFileAppender.Tpo .deps/RollingFileAppender.Plo /bin/sh ../libtool --tag=CXX --mode=compile i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT IdsaAppender.lo -MD -MP -MF .deps/IdsaAppender.Tpo -c -o IdsaAppender.lo IdsaAppender.cpp i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT FixedContextCategory.lo -MD -MP -MF .deps/FixedContextCategory.Tpo -c FixedContextCategory.cpp -o FixedContextCategory.o >/dev/null 2>&1 i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT IdsaAppender.lo -MD -MP -MF .deps/IdsaAppender.Tpo -c IdsaAppender.cpp -fPIC -DPIC -o .libs/IdsaAppender.o i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT IdsaAppender.lo -MD -MP -MF .deps/IdsaAppender.Tpo -c IdsaAppender.cpp -o IdsaAppender.o >/dev/null 2>&1 mv -f .deps/IdsaAppender.Tpo .deps/IdsaAppender.Plo /bin/sh ../libtool --tag=CXX --mode=compile i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT OstreamAppender.lo -MD -MP -MF .deps/OstreamAppender.Tpo -c -o OstreamAppender.lo OstreamAppender.cpp mv -f .deps/FixedContextCategory.Tpo .deps/FixedContextCategory.Plo /bin/sh ../libtool --tag=CXX --mode=compile i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT StringQueueAppender.lo -MD -MP -MF .deps/StringQueueAppender.Tpo -c -o StringQueueAppender.lo StringQueueAppender.cpp i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT OstreamAppender.lo -MD -MP -MF .deps/OstreamAppender.Tpo -c OstreamAppender.cpp -fPIC -DPIC -o .libs/OstreamAppender.o i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT StringQueueAppender.lo -MD -MP -MF .deps/StringQueueAppender.Tpo -c StringQueueAppender.cpp -fPIC -DPIC -o .libs/StringQueueAppender.o i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT OstreamAppender.lo -MD -MP -MF .deps/OstreamAppender.Tpo -c OstreamAppender.cpp -o OstreamAppender.o >/dev/null 2>&1 mv -f .deps/OstreamAppender.Tpo .deps/OstreamAppender.Plo /bin/sh ../libtool --tag=CXX --mode=compile i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT SyslogAppender.lo -MD -MP -MF .deps/SyslogAppender.Tpo -c -o SyslogAppender.lo SyslogAppender.cpp i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT StringQueueAppender.lo -MD -MP -MF .deps/StringQueueAppender.Tpo -c StringQueueAppender.cpp -o StringQueueAppender.o >/dev/null 2>&1 i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT SyslogAppender.lo -MD -MP -MF .deps/SyslogAppender.Tpo -c SyslogAppender.cpp -fPIC -DPIC -o .libs/SyslogAppender.o mv -f .deps/StringQueueAppender.Tpo .deps/StringQueueAppender.Plo /bin/sh ../libtool --tag=CXX --mode=compile i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT RemoteSyslogAppender.lo -MD -MP -MF .deps/RemoteSyslogAppender.Tpo -c -o RemoteSyslogAppender.lo RemoteSyslogAppender.cpp i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT RemoteSyslogAppender.lo -MD -MP -MF .deps/RemoteSyslogAppender.Tpo -c RemoteSyslogAppender.cpp -fPIC -DPIC -o .libs/RemoteSyslogAppender.o i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT SyslogAppender.lo -MD -MP -MF .deps/SyslogAppender.Tpo -c SyslogAppender.cpp -o SyslogAppender.o >/dev/null 2>&1 mv -f .deps/SyslogAppender.Tpo .deps/SyslogAppender.Plo /bin/sh ../libtool --tag=CXX --mode=compile i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT SimpleLayout.lo -MD -MP -MF .deps/SimpleLayout.Tpo -c -o SimpleLayout.lo SimpleLayout.cpp i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT RemoteSyslogAppender.lo -MD -MP -MF .deps/RemoteSyslogAppender.Tpo -c RemoteSyslogAppender.cpp -o RemoteSyslogAppender.o >/dev/null 2>&1 i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT SimpleLayout.lo -MD -MP -MF .deps/SimpleLayout.Tpo -c SimpleLayout.cpp -fPIC -DPIC -o .libs/SimpleLayout.o mv -f .deps/RemoteSyslogAppender.Tpo .deps/RemoteSyslogAppender.Plo /bin/sh ../libtool --tag=CXX --mode=compile i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT BasicLayout.lo -MD -MP -MF .deps/BasicLayout.Tpo -c -o BasicLayout.lo BasicLayout.cpp i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT SimpleLayout.lo -MD -MP -MF .deps/SimpleLayout.Tpo -c SimpleLayout.cpp -o SimpleLayout.o >/dev/null 2>&1 i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT BasicLayout.lo -MD -MP -MF .deps/BasicLayout.Tpo -c BasicLayout.cpp -fPIC -DPIC -o .libs/BasicLayout.o mv -f .deps/SimpleLayout.Tpo .deps/SimpleLayout.Plo /bin/sh ../libtool --tag=CXX --mode=compile i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT PatternLayout.lo -MD -MP -MF .deps/PatternLayout.Tpo -c -o PatternLayout.lo PatternLayout.cpp i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT BasicLayout.lo -MD -MP -MF .deps/BasicLayout.Tpo -c BasicLayout.cpp -o BasicLayout.o >/dev/null 2>&1 i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT PatternLayout.lo -MD -MP -MF .deps/PatternLayout.Tpo -c PatternLayout.cpp -fPIC -DPIC -o .libs/PatternLayout.o mv -f .deps/BasicLayout.Tpo .deps/BasicLayout.Plo /bin/sh ../libtool --tag=CXX --mode=compile i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT Category.lo -MD -MP -MF .deps/Category.Tpo -c -o Category.lo Category.cpp i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT Category.lo -MD -MP -MF .deps/Category.Tpo -c Category.cpp -fPIC -DPIC -o .libs/Category.o In file included from /home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-i486-cross/usr/include/c++/4.3.1/climits:48, from StringUtil.hh:15, from Category.cpp:19: /home/kbox/t2/build/kbox-8.0-trunk-kbox-x86-i486-cross/usr/include/limits.h:124:26: error: no include path in which to search for limits.h In file included from Category.cpp:19: StringUtil.hh:52: error: 'INT_MAX' was not declared in this scope StringUtil.hh:65: error: 'INT_MAX' was not declared in this scope i486-t2-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -O2 -DNDEBUG -Wall -Wno-unused -pedantic -MT PatternLayout.lo -MD -MP -MF .deps/PatternLayout.Tpo -c PatternLayout.cpp -o PatternLayout.o >/dev/null 2>&1 make[1]: *** [Category.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... mv -f .deps/PatternLayout.Tpo .deps/PatternLayout.Plo make[1]: Leaving directory `/home/kbox/t2/src.log4cpp.kbox.20080822.002439.32208.kboxdev/log4cpp-1.0/src' make: *** [all-recursive] Error 1 Due to previous errors, no 1-log4cpp.log file! (Try enabling xtrace in the config to track an error inside the build system.) --- BUILD ERROR --- Creating file list and doing final adaptions ... Searching for orphaned files ... Found 6 files for this package. Found 1 orphaned files for this package. Clear (old) md5sums ... Creating md5sum files ... done. Creating package description ... Making post-install adaptions. |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: dhcpd patch: 00114, René Rebe |
|---|---|
| Next by Date: | named bind9 patch: 00114, Martin Papadopoulos |
| Previous by Thread: | dhcpd patchi: 00114, Martin Papadopoulos |
| Next by Thread: | Re: Log4Cpp does not build with GCC 4.3.1: 00114, René Rebe |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |