← Back to team overview

yade-dev team mailing list archive

Re: error compiling with log4cxx

 

> Checking for log4cxx::Logger::getLogger("") in C++ library log4cxx... yes
> ...
> core/yade.cpp: In function 'int main(int, char**)':
> core/yade.cpp:153: error: 'WARN' is not a member of 'log4cxx::Level'
> core/yade.cpp:199: error: 'INFO' is not a member of 'log4cxx::Level'
> core/yade.cpp:200: error: 'DEBUG' is not a member of 'log4cxx::Level'
>   
I looked at the log4cxx website and the documentation (except the
doxygen generated docs) is not updated to 0.10.0 yet, which was released
in March 2008. If you figure out how to make yade work with 0.10, please
let me know (I don't need it now, but it will be needed very likely at
some point); you should just have to redefine macros in
lib/base/Logging.hpp.

Vaclav
_______________________________________________
yade-dev mailing list
yade-dev@xxxxxxxxxxxxxxxx
https://lists.berlios.de/mailman/listinfo/yade-dev



References