Re: Socket appender improvements

2014-07-02 Thread Lucas Vickers
Hello, I've tried using ant, and we're making progress but there are still some issues. This is all currently on OS X. 1 - Despite the command line options it will not build a static library. I've tried -Denable-shared=no -Denable-static=yes -Denable-static=yes both times it

Re: Socket appender improvements

2014-07-02 Thread Thorsten Schöning
Guten Tag Lucas Vickers, am Mittwoch, 2. Juli 2014 um 19:04 schrieben Sie: 1 - Despite the command line options it will not build a static library.   I've tried        -Denable-shared=no -Denable-static=yes       -Denable-static=yes   both times it just makes a dylib It looks to me

Re: Socket appender improvements

2014-07-02 Thread Lucas Vickers
1) Creating static libraries makes things easier for me. However, not a great sign that the test is failing. 2) The mentioned path (dynamic install path on OS X) needs to be changed all together. 3) This makes ant a poor/non option for my purposes Sounds like ant won't work for me. How are the

Re: Socket appender improvements

2014-07-02 Thread Thorsten Schöning
Guten Tag Lucas Vickers, am Mittwoch, 2. Juli 2014 um 20:17 schrieben Sie: Sounds like ant won't work for me.  How are the release binaries built for the various operating systems? Does the project provide some?! ;-) The only thing I can see are source releases. I can give Maverick a shot

Re: Socket appender improvements

2014-07-02 Thread Lucas Vickers
Does the project provide some?! ;-) The only thing I can see are source releases. Ha, that's right, isn't it. Ant is capable of generating projects, although I didn't ever test myself, or the old releases contain some which could be used as templates. AFAIR we didn't add or rename files,

Re: Socket appender improvements

2014-07-02 Thread Thorsten Schöning
Guten Tag Lucas Vickers, am Mittwoch, 2. Juli 2014 um 21:11 schrieben Sie: Ha, that's right, isn't it. I didn't want to be rude, I'll only had in mind that there was a new team forming around Log4cxx and I simply really don't know if there are any official binaries out there. :-) I do

Re: Socket appender improvements

2014-07-02 Thread Lucas Vickers
I didn't want to be rude, I'll only had in mind that there was a new team forming around Log4cxx and I simply really don't know if there are any official binaries out there. :-) Not rude at all! I will put a little time into updating project files and perhaps post them on github or somewhere