XML Receiver, connecting log4net and log4cxx

2006-04-14 Thread Eduard Rameder
Hi! I am trying to connect log4net and log4cxx by using a central logSocketServer. The requirements define, that the logSocketServer has to be implemented in c++ (there will be no .Net framework on the logSocketServer machine). My Problems: * there is an XMLAppender on log4net side, just sending

Compile for Mac OS X (10.4)?

2006-04-14 Thread Marc Respass
Hi All, I'm new to the list and new to log4cxx. I've been trying to compile for Mac OS X Tiger (10.4.6 on Intel). I did a search and can't find anything that helps. I can't even get past the configure script. I got the latest release from Subversion and get the following error when I run

Re: Compile for Mac OS X (10.4)?

2006-04-14 Thread Andreas Fester
Hi Marc, Marc Respass wrote: > Hi All, > > I'm new to the list and new to log4cxx. I've been trying to compile for Welcome :-) > Mac OS X Tiger (10.4.6 on Intel). I did a search and can't find anything > that helps. I can't even get past the configure script. I got the latest > release from Subv

Re: Compile for Mac OS X (10.4)?

2006-04-14 Thread Marc Respass
On Apr 14, 2006, at 8:54 AM, Andreas Fester wrote: Hi Marc, Marc Respass wrote: Hi All, I'm new to the list and new to log4cxx. I've been trying to compile for Welcome :-) Mac OS X Tiger (10.4.6 on Intel). I did a search and can't find anything that helps. I can't even get past the conf

Ahmed Riaz/EXTERN/o2-Germany is out of OFFICE....

2006-04-14 Thread Ahmed . Riaz
I will be out of the office starting 14.04.2006 and will not return until 15.05.2006. Hi, I will be on vacation from 14.04.2006 to 12.05.2006. I have been moved to EAI RCS team. All issues with respect to (w.r.t) SPAIN Enviroments/Installations (DEV, CT, SCM & PROD), Please contact Roland - 5268

Re: XML Receiver, connecting log4net and log4cxx

2006-04-14 Thread Curt Arnold
On Apr 14, 2006, at 7:10 AM, Eduard Rameder wrote: Hi! I am trying to connect log4net and log4cxx by using a central logSocketServer. The requirements define, that the logSocketServer has to be implemented in c++ (there will be no .Net framework on the logSocketServer machine). My Problem