On Tue, Jun 4, 2013 at 1:11 PM, Thorsten Schöning <tschoen...@am-soft.de>wrote:
> > > Is Log4cxx still being supported? Or is it dormant (or maybe dead)? > > That's an ongoing question, but it's likely that you won't get any > new/updated project files any time soon unless you create them on your > own. And share them of course on the list. ;-) > > Thanks. Well... are the projects known to compile under other tools (gnu, etc.)? If I can get them to build cleanly with GNU, for example, then I may be able to create a VS 2010 project and post it. I'm getting errors like: 1>C:\Users\darndt\Projects\log4cxx\apache-log4cxx-0.10.0\src\main\include\log4cxx/spi/loggingevent.h(155): error C2252: an explicit instantiation of a template can only occur at namespace scope 1>C:\Users\darndt\Projects\log4cxx\apache-log4cxx-0.10.0\src\main\include\log4cxx/spi/loggingevent.h(155): error C2252: an explicit instantiation of a template can only occur at namespace scope 1> appenderskeleton.cpp 1>C:\Users\darndt\Projects\log4cxx\apache-log4cxx-0.10.0\src\main\include\log4cxx/spi/loggingevent.h(155): error C2252: an explicit instantiation of a template can only occur at namespace scope 1>C:\Users\darndt\Projects\log4cxx\apache-log4cxx-0.10.0\src\main\include\log4cxx/spi/loggingevent.h(155): error C2252: an explicit instantiation of a template can only occur at namespace scope 1>..\src\main\cpp\appenderskeleton.cpp(25): fatal error C1083: Cannot open include file: 'apr_atomic.h': No such file or directory 1> aprinitializer.cpp etc. - da