|
From: Joshua L. <lj...@sw...> - 2004-02-06 01:36:47
|
Hi all,
I noticed that there hasn't been a whole lot of activity on the list in
a while but I hope there are still some people sticking around. I
downloaded log4cpp and tried to compile it using Mingw32 with gcc3.2 and
MSYS. I ran configure and when I was running make and got the error :
In file included from ../include/log4cpp/Appender.hh:21,
from Appender.cpp:11:
../include/log4cpp/Priority.hh:32:2: #error Naming collision for 'ERROR'
detected. Please read the FAQ for a workaround.
So I looked it up in the faq and I'm not quite sure how to apply the fix
for this. If I'm reading this right I need to go through all of log4cpp
and put in that #define LOG4CPP_FIX_ERROR_COLLISION 1? I'm trying to
compile 0.3.3, do I need to try the 0.3.4 beta version maybe?
Thanks,
Joshua.
|