Re: Compiler option changes (and other patches)

2005-10-12 Thread Josh Clark
The current version from littletux.net has the PDB change in it twice.  This first time is too early (the lib.dir directory isn't set yet. see line 339 of build.xml.               Also, apr now has 1.2.2.  I don't need the patch file but I do error out the first time

Re: Compiler option changes (and other patches)

2005-10-06 Thread Josh Clark
Sorry.  One more thing... You are missing outputdebugstringappender.cpp in the src directory for your daily build. On 9/14/05, Andreas Fester <[EMAIL PROTECTED]> wrote: Hi Josh,Josh Clark wrote:> Hopefully this is the correct forum to post this. I'm new to the cvs/patch> thin

Re: Compiler option changes (and other patches)

2005-10-06 Thread Josh Clark
For the PDB changes to the build files... For aprutil-build.xml, the following line     needs to be changed to     On 9/14/05, Andreas Fester <[EMAIL PROTECTED]> wrote: Hi Josh,Josh Clark wrote:> Hopefully this is the correct forum to post this. I'm new to the cv

Re: Compiler option changes (and other patches)

2005-10-06 Thread Josh Clark
, but the build has issues running the patch (and stops patching).  I replaced the file with the one I had from CVS and eveyrthing worked. josh On 9/14/05, Andreas Fester <[EMAIL PROTECTED]> wrote: Hi Josh,Josh Clark wrote:> Hopefully this is the correct forum to post this. I'm new to

Re: cvs commit: logging-log4cxx/src odbcappender.cpp

2005-10-06 Thread Josh Clark
You are returning true from a function defined to return void. joshOn 3 Oct 2005 02:59:55 -, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote:carnold 2005/10/02 19:59:55  Modified:src  odbcappender.cpp   Log:  LOGCXX-104: ODBCAppender::close does not check if appender is already close

Re: Compiler option changes (and other patches)

2005-09-14 Thread Josh Clark
ave access to a Linux box at the momentOn 9/14/05, Andreas Fester < [EMAIL PROTECTED]> wrote:Hi Josh,Josh Clark wrote:> Hopefully this is the correct forum to post this. I'm new to the cvs/patch > thing, so let me know if there's a better way to do this...First, thanks for th

MySql Appender

2005-09-13 Thread Josh Clark
This one is probably only of use to me, but maybe someone else will need it... Our application stores its data in a MySql database.  We can't install the MySql odbc driver on each computer that uses our product so we are forced to use the MySql client library.  So, to be able to log to our databas

Fixes for ODBCAppender

2005-09-13 Thread Josh Clark
I noticed the ODBC appender wasn't working and I needed it so I fixed the bugs with it. The attached patch file for build.xml also includes a property called "use-odbc" that will define LOG4CXX_HAVE_ODBC so that odbc support will be compiled in. The other files are patches to the source.  I didn

Compiler option changes...

2005-09-13 Thread Josh Clark
Hopefully this is the correct forum to post this.  I'm new to the cvs/patch thing, so let me know if there's a better way to do this... I build log4cxx as a static library that I link into my own logging dll.  In debug builds (on Windows using VC 2003) of my dll, I would get warnings complaining t