Building log4cxx on visual 2005

Posted by retto on Stack Overflow See other posts from Stack Overflow or by retto
Published on 2009-08-11T12:57:14Z Indexed on 2010/06/08 10:02 UTC
Read the original article Hit count: 429

Hello,

When I build the log4cxx on Visual 2005 according to instructions http://logging.apache.org/log4cxx/building/vstudio.html, I am getting error below;

1>------ Build started: Project: apr, Configuration: Debug Win32 ------
1>Compiling...
1>userinfo.c
1>c:\program files\microsoft visual studio 8\vc\platformsdk\include\rpcndr.h(145) :   error C2059: syntax error : ':'
1>c:\program files\microsoft visual studio 8\vc\platformsdk\include\rpcndr.h(898) : error C2059: syntax error : ','
.
.
.
1>c:\program files\microsoft visual studio 8\vc\platformsdk\include\rpcndr.h(3119) : fatal error C1003: error count exceeds 100; stopping compilation

When clicking the first error moves to code below

/****************************************************************************
 *  Other MIDL base types / predefined types:
 ****************************************************************************/

typedef unsigned char byte;

typedef ::byte cs_byte;   // error indicates here

Is there any comment??

Thanks

© Stack Overflow or respective owner

Related posts about c++

Related posts about visual-studio-2005