Results 1 to 1 of 1
Hello,
I was attempting to configure log4cpp to monitor some logs on my *nix box, and when I run 'make' I get this error message:
[user@sandbox]# make
[... lots of ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-30-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 27
log4cpp make error extra ';' in Manipulator.hh
Hello,
I was attempting to configure log4cpp to monitor some logs on my *nix box, and when I run 'make' I get this error message:
[user@sandbox]# make
[... lots of output snipped ...]
g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -02 -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 `/home/user/unzip/log4cpp-0.3.5rc3/src'
make: *** [all-recursive] Errro1
[user@sandbox]#
I tried playing around with the Manipulator.hh file (removing/moving/adding ';'s) to no avail, and am now stuck. Any help is appreciated!
Extra info, if necessary:
gcc version 4.1.0 20060304 (Red Hat 4.1.0-3)
Source: http://www.thescripts.com/forum/thread571976.html


Reply With Quote
