B
Bit Byte
I'm having problem compiling one of my projects with VS2005. The
problems arise with VS2005 (apparent?) inability to compile log4cpp.
Has anyone succesfully compiled log4cpp using VS2005?
Here are the errors I get:
Error 1 error C2039: 'iterator_category' : is not a member of
'log4cplus::helpers::string_append_iterator<_Container>' c:\program
files\microsoft visual studio 8\vc\include\xutility 572
Error 2 error C2146: syntax error : missing ';' before identifier
'iterator_category' c:\program files\microsoft visual studio
8\vc\include\xutility 572
Error 3 error C4430: missing type specifier - int assumed. Note: C++
does not support default-int c:\program files\microsoft visual studio
8\vc\include\xutility 572
Error 4 error C2602: 'std::iterator_traits<_Iter>::iterator_category' is
not a member of a base class of 'std::iterator_traits<_Iter>' c:\program
files\microsoft visual studio 8\vc\include\xutility 572
Error 5 error C2868: 'std::iterator_traits<_Iter>::iterator_category' :
illegal syntax for using-declaration; expected qualified-name c:\program
files\microsoft visual studio 8\vc\include\xutility 572
Ideas, suggestions and (most of all) fixes welcome ...
problems arise with VS2005 (apparent?) inability to compile log4cpp.
Has anyone succesfully compiled log4cpp using VS2005?
Here are the errors I get:
Error 1 error C2039: 'iterator_category' : is not a member of
'log4cplus::helpers::string_append_iterator<_Container>' c:\program
files\microsoft visual studio 8\vc\include\xutility 572
Error 2 error C2146: syntax error : missing ';' before identifier
'iterator_category' c:\program files\microsoft visual studio
8\vc\include\xutility 572
Error 3 error C4430: missing type specifier - int assumed. Note: C++
does not support default-int c:\program files\microsoft visual studio
8\vc\include\xutility 572
Error 4 error C2602: 'std::iterator_traits<_Iter>::iterator_category' is
not a member of a base class of 'std::iterator_traits<_Iter>' c:\program
files\microsoft visual studio 8\vc\include\xutility 572
Error 5 error C2868: 'std::iterator_traits<_Iter>::iterator_category' :
illegal syntax for using-declaration; expected qualified-name c:\program
files\microsoft visual studio 8\vc\include\xutility 572
Ideas, suggestions and (most of all) fixes welcome ...