From: Dimitri P. <dim...@gm...> - 2004-04-06 13:31:24
|
Hello! I'm trying to make log4cpp-0.2.8 on a Windows machine with cygwin. configure works, but make results in an error: <make-output-fragment> Making all in tests make[1]: Entering directory `/cygdrive/c/work/daoes/sw-thirdparty/log4cpp-0.2.8/ tests' source=3D'testmain.cpp' object=3D'testmain.o' libtool=3Dno \ depfile=3D'.deps/testmain.Po' tmpdepfile=3D'.deps/testmain.TPo' \ depmode=3Dgcc3 /bin/bash ../config/depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -Wall -pedantic -c -o testmain.o `test -f 'testmain.cpp' || echo './'`testmain.cpp /bin/bash ../libtool --mode=3Dlink g++ -g -O2 -Wall -pedantic -o testmain.exe testmain.o ../src/liblog4cpp.la mkdir .libs g++ -g -O2 -Wall -pedantic -o testmain.exe testmain.o ../src/.libs/liblog4cpp.a source=3D'Clock.cpp' object=3D'Clock.o' libtool=3Dno \ depfile=3D'.deps/Clock.Po' tmpdepfile=3D'.deps/Clock.TPo' \ depmode=3Dgcc3 /bin/bash ../config/depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -Wall -pedantic -c -o Clock.o `test -f 'Clock.cpp' || echo './'`Clock.cpp In file included from Clock.cpp:17: Clock.hh:13: error: ISO C++ does not support `long long' Clock.cpp:21:53: warning: use of C99 long long integer constant make[1]: *** [Clock.o] Error 1 make[1]: Leaving directory `/cygdrive/c/work/daoes/sw-thirdparty/log4cpp-0.2.8/t ests' make: *** [all-recursive] Error 1 </make-output-fragment> How can I solve this problem? TIA dap |