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
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
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
, 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
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
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
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
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
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