Re: log4cxxl compile fails

2008-09-25 Thread Markus Kappeler
Hi C:\apr-util\dbd\apr_dbd_odbc.c(134) : error C2061: syntax error : identifier 'SQLLEN' Are you using the correct apr and apr-util version (I use 1.2.12). As far as I can remember with the newest version of apr-util you get this error. Best regards, Markus Kappeler

RE: log4cxxl compile fails

2008-09-25 Thread Winans, Don (Mission Systems)
, 2008 2:11 AM To: log4cxx-user@logging.apache.org Subject: Re: log4cxxl compile fails Hi C:\apr-util\dbd\apr_dbd_odbc.c(134) : error C2061: syntax error : identifier 'SQLLEN' Are you using the correct apr and apr-util version (I use 1.2.12). As far as I can remember with the newest version of apr

log4cxxl compile fails

2008-09-23 Thread Winans, Don (Mission Systems)
Compiling log4cxx in Microsoft Visual Studio 6.0 fails and the first error is below. SQLLEN is not defined anywhere. What am I doing wrong? Thanks! C:\apr-util\dbd\apr_dbd_odbc.c(134) : error C2061: syntax error : identifier 'SQLLEN' - Don