From: Russell, M. <Mar...@cs...> - 2001-10-10 19:07:35
|
Has any progress been made on the Rolling File Appender? Mark A Russell E-Mail: mar...@cs... |
From: <rj...@ma...> - 2005-09-26 14:08:04
|
Hi, I am a new user of log4cpp. I download the package from the sourceforge. The version is 0.3.5rc3. I uncompressed it in windows 2000. Then I compile it using MSVC6. When I open the workspace named msvc6.dsw using MSVC6, it tell me browse for log4cppDLL_stlport_boost.dsp and etc.. I cann't find such project in the package. I don't know how to get such projects. Thank you very much! best regards, Jingwei |
From: Thomas W. <wa...@ho...> - 2005-09-26 17:41:27
|
whooo ... is there is anyone in this list which uses a windows box and have compiled log4cpp with MSVC6? Please help us guys to get it working again also under windows. For myself I have no windows box :-) Thanks alot ... Jingwei: Hope we find someone who has tested this. :-( Regards, waffel On Mon, 2005-09-26 at 22:08 +0800, =E4=BB=BB=E7=BB=8F=E7=BA=AC wrote: > Hi, > I am a new user of log4cpp. I download the package from the sourcefor= ge. > The version is 0.3.5rc3. I uncompressed it in windows 2000. Then I comp= ile=20 > it using MSVC6. When I open the workspace named msvc6.dsw using MSVC6, = it > tell me browse for log4cppDLL_stlport_boost.dsp and etc.. I cann't find= such project > in the package. I don't know how to get such projects. > Thank you very much! >=20 > best regards,=09 > =20 >=20 > Jingwei >=20 >=20 >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Dow= nload > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Log4cpp-devel mailing list > Log...@li... > https://lists.sourceforge.net/lists/listinfo/log4cpp-devel |
From: Fathi B. <fb...@fr...> - 2005-09-27 07:37:40
|
> > I am a new user of log4cpp. I download the package from the > > sourceforge. The version is 0.3.5rc3. I uncompressed it in windows 2000. > > Then I compile it using MSVC6. When I open the workspace named msvc6.dsw > > using MSVC6, it tell me browse for log4cppDLL_stlport_boost.dsp and etc.. > > I cann't find such project in the package. I don't know how to get such > > projects. > is there is anyone in this list which uses a windows box and have > compiled log4cpp with MSVC6? Please help us guys to get it working again > also under windows. For myself I have no windows box :-) > > Thank you very much! i tried to build it on windows 2000 - MSVC6. All 0.3.5rc builds are broken. the 0.3.4b version builds fine. Like said before, it seems that there's not the boost related projects in the source archive provided. Another error (under linux), typo in the file include/log4cpp/Manipulator.hh line 29 there's an extra "; " cheers, Fathi |
From: stensil <st...@li...> - 2005-09-27 07:47:28
|
FB> > > I am a new user of log4cpp. I download the package from the FB> > > sourceforge. The version is 0.3.5rc3. I uncompressed it in windows 2000. FB> > > Then I compile it using MSVC6. When I open the workspace named msvc6.dsw FB> > > using MSVC6, it tell me browse for log4cppDLL_stlport_boost.dsp and etc.. FB> > > I cann't find such project in the package. I don't know how to get such FB> > > projects. FB> FB> > is there is anyone in this list which uses a windows box and have FB> > compiled log4cpp with MSVC6? Please help us guys to get it working again FB> > also under windows. For myself I have no windows box :-) FB> > > Thank you very much! FB> FB> i tried to build it on windows 2000 - MSVC6. All 0.3.5rc builds are broken. FB> the 0.3.4b version builds fine. Like said before, it seems that there's not FB> the boost related projects in the source archive provided. I successfully compiled it on VC.NET2003 (after some corrections). FB> Another error (under linux), typo in the file include/log4cpp/Manipulator.hh FB> line 29 there's an extra "; " |
From: Amanjit G. <ama...@gm...> - 2005-09-27 07:58:55
|
Fathi Boudra wrote: > i tried to build it on windows 2000 - MSVC6. All 0.3.5rc builds are broken. > the 0.3.4b version builds fine. Like said before, it seems that there's not > the boost related projects in the source archive provided. Regarding MSVC6 Hi there, I am actually just fixing this right now, and will provide a patch if acceptable for the mailing list. If you want to go on manually, its not that hard ! 1. ignore the missing .dsp files. Kick out the TestDLL.dsp because the test does not exist ist /tests 2. Priority.hh: static const int MESSAGE_SIZE = 8; must move into the cpp file (for msvc6) --> const int log4cpp::Priority::MESSAGE_SIZE = 8; (in the namespace, of course). 3. the test files must link statically with the appropriate release and debug versions 4. with STLPort you need some changes aswell.. Greetings _________________________ Amanjit Gill Software Developer neofonie Technologieentwicklung und Informationsmanagement GmBH Robert-Koch-Platz 4 10115 Berlin am...@ne... DISCLAIMER Any opinion expressed in this post is the personal opinion of Amanjit Gill and can in no way be constructed as an official statement by his employer |
From: Amanjit G. <ama...@gm...> - 2005-09-27 08:49:25
|
任经纬 wrote: > Hi, > I am a new user of log4cpp. I download the package from the sourceforge. > The version is 0.3.5rc3. I uncompressed it in windows 2000. Then I compile > it using MSVC6. When I open the workspace named msvc6.dsw using MSVC6, it > tell me browse for log4cppDLL_stlport_boost.dsp and etc.. I cann't find such project > in the package. I don't know how to get such projects. > Thank you very much! > Hi, I have to go to work now, I have sent you a new msvc6 folder as a pm (zip.. contains no executables), which will do the job. If you do not use STLPort, the testPattern test will not work due to limitations of VC6 (dinkumware) STL. (String too long :)). Use STLport in that case (5.0CVS). In that case, ensure LOG4CPP_MISSING_INT64_OSTREAM_OP is not set in config-win32.h, because STLport provides this operator (will generate compile-time-ambiguity) Greetings, _________________________ Amanjit Gill Software Developer neofonie Technologieentwicklung und Informationsmanagement GmBH Robert-Koch-Platz 4 10115 Berlin am...@ne... DISCLAIMER Any opinion expressed in this post is the personal opinion of Amanjit Gill and can in no way be constructed as an official statement by his employer |
From: Thomas W. <wa...@ho...> - 2005-09-29 07:22:30
|
Hi, now I have commited the patches from Amanjit. Hopfully don't forget someth= ing! Can anyone test it (check it out from cvs)? If I got a positiv test f= eedback, I will create a new beta release for all mcvc6 freaks :-) Regards, waffel > =C8=CE=BE=AD=CE=B3 wrote: >=20 > > Hi, > > =20 I am a new user of log4cpp. I download the package from the source= forge. > > The version is 0.3.5rc3. I uncompressed it in windows 2000. Then I com= pile=20 > > it using MSVC6. When I open the workspace named msvc6.dsw using MSVC6,= it > > tell me browse for log4cppDLL_stlport_boost.dsp and etc.. I cann't fin= d such project > > in the package. I don't know how to get such projects. > > Thank you very much! > >=20 >=20 > Hi, I have to go to work now, I have sent you a new msvc6 folder as a pm= > (zip.. contains no executables), which will do the job. >=20 > If you do not use STLPort, the testPattern test will not work due to > limitations of VC6 (dinkumware) STL. (String too long :)). Use STLport > in that case (5.0CVS). In that case, ensure > LOG4CPP_MISSING_INT64_OSTREAM_OP is not set in config-win32.h, because > STLport provides this operator (will generate compile-time-ambiguity) >=20 > Greetings, > _________________________ > Amanjit Gill > Software Developer > neofonie > Technologieentwicklung und > Informationsmanagement GmBH >=20 > Robert-Koch-Platz 4 > 10115 Berlin > am...@ne... >=20 > DISCLAIMER > Any opinion expressed in this post is the personal opinion of Amanjit > Gill and can in no way be constructed as an official statement by his > employer >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Down= load > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. =20Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Log4cpp-devel mailing list > Log...@li... > https://lists.sourceforge.net/lists/listinfo/log4cpp-devel |
From: Amanjit G. <ama...@gm...> - 2005-10-04 19:06:58
|
Thomas Wabner wrote: > now I have commited the patches from Amanjit. Hopfully don't forget something! Can anyone test it (check it out from cvs)? If I got a positiv test feedback, I will create a new beta release for all mcvc6 freaks :-) Hi Thomas I sent you a patch with some small fixes via personal mail. Hopefully everything works now. Greetings _________________________ Amanjit Gill Software Developer neofonie Technologieentwicklung und Informationsmanagement GmBH Robert-Koch-Platz 4 10115 Berlin am...@ne... DISCLAIMER Any opinion expressed in this post is the personal opinion of Amanjit Gill and can in no way be constructed as an official statement by his employer |
From: Thomas W. <wa...@ho...> - 2005-10-05 17:15:24
|
Hi Amanjit, thanks for your patch. I have tried to apply it but got some rejections. I have converted for myself the files from dos2unix and commited them to cvs. Here comes the list of rejected files: atching file include/log4cpp/Priority.hh patching file msvc6/msvc6.dsw Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file msvc6/msvc6.dsw.rej patching file msvc6/log4cpp/log4cpp.dsp Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file msvc6/log4cpp/log4cpp.dsp.rej patching file msvc6/log4cppDLL/log4cppDLL.dsp Reversed (or previously applied) patch detected! Assume -R? [n] y patching file msvc6/testCategory/testCategory.dsp Reversed (or previously applied) patch detected! Assume -R? [n] y patching file msvc6/testDLL/testDLL.dsp Reversed (or previously applied) patch detected! Assume -R? [n] y patching file msvc6/testMain/testMain.dsp Reversed (or previously applied) patch detected! Assume -R? [n] y patching file msvc6/testNDC/testNDC.dsp Reversed (or previously applied) patch detected! Assume -R? [n] y patching file msvc6/testNTEventLog/testNTEventLog.dsp Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file msvc6/testNTEventLog/testNTEventLog.dsp.rej patching file msvc6/testPattern/testPattern.dsp Reversed (or previously applied) patch detected! Assume -R? [n] y patching file msvc6/testPropConfig/testPropConfig.dsp Hunk #1 FAILED at 49. Hunk #2 FAILED at 73. 2 out of 2 hunks FAILED -- saving rejects to file msvc6/testPropConfig/testPropConfig.dsp.rej patching file src/Priority.cpp But I hope all thinks are working now. Can you please verify this, thus I can create a new bugfix release? Many thanks again for your support! - waffel |
From: Thomas W. <wa...@ho...> - 2005-10-07 07:15:03
|
Hi, I have added the entry and commited to cvs. Amanjit: Can you please verify this short? If all thinks then ok I will create the new release :-) Thanks, - waffel On Thu, 2005-10-06 at 00:38 +0200, Amanjit Gill wrote: > Thomas Wabner wrote: > > But I hope all thinks are working now. Can you please verify this, thus > > I can create a new bugfix release? > > > > Many thanks again for your support! > > Thank _you_ for your support. I am sorry the patch failed but it wasn't > a complete waste of time. All normal libs (static and dlls) now build > (stlport boost doesnt) > > all we need is the inclusion of the AbortAppender.cpp file in the > log4cpp.dsp file (corresponds to the Makefile.am entry) > > in file log4cpp.dsp > ----------------cut------------------ > SOURCE=..\..\src\AbortAppender.cpp > # End Source File > # Begin Source File > ----------------cut------------------ > > it should be behind the line '# Begin Group "Source Files"' at ~ line > 88, where all other source files lie > > Hope thats it !!! > Greetings > > _________________________ > Amanjit Gill > Software Developer > neofonie > Technologieentwicklung und > Informationsmanagement GmBH > > Robert-Koch-Platz 4 > 10115 Berlin > am...@ne... > > DISCLAIMER > Any opinion expressed in this post is the personal opinion of Amanjit > Gill and can in no way be constructed as an official statement by his > employer |
From: Amanjit G. <ama...@gm...> - 2005-10-12 08:40:29
|
Thomas Wabner wrote: > Amanjit: Can you please verify this short? If all thinks then ok I will > create the new release :-) Hi, I didn't have the time to do sooner. - MSVC6 is no problem - With VC7 vcproj) we need the following changes (tested with Visual Studio 8 Beta 2): In log4cpp.proj: search for this xml -old------------------------------------- <Tool Name="VCCLCompilerTool" Optimization="0" -------------------------------------- -new------------------------------------- <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../../include" Optimization="0" -------------------------------------- - we have a problem with linefeeds (CR/Vs CR/LF vs LF) in Priority.h and Priority.cpp (I think it is somehow mixed?). I do not think my CVS client messed this up. This has to be checked and changed back to unix LF imho Greetings _________________________ Amanjit Gill Software Developer neofonie Technologieentwicklung und Informationsmanagement GmBH Robert-Koch-Platz 4 10115 Berlin am...@ne... DISCLAIMER Any opinion expressed in this post is the personal opinion of Amanjit Gill and can in no way be constructed as an official statement by his employer |
From: Thomas W. <wa...@ho...> - 2005-10-19 10:52:04
|
Hi, thank you Amanjit! I have committed the changes to cvs ... hope it works now. Regards, waffel On Wed, 2005-10-12 at 10:40 +0200, Amanjit Gill wrote: > Thomas Wabner wrote: > > > Amanjit: Can you please verify this short? If all thinks then ok I will > > create the new release :-) > > Hi, I didn't have the time to do sooner. > > - MSVC6 is no problem > - With VC7 vcproj) we need the following changes (tested with Visual > Studio 8 Beta 2): In log4cpp.proj: > > search for this xml > -old------------------------------------- > <Tool > Name="VCCLCompilerTool" > Optimization="0" > -------------------------------------- > > -new------------------------------------- > <Tool > Name="VCCLCompilerTool" > AdditionalIncludeDirectories="../../include" > Optimization="0" > -------------------------------------- > - we have a problem with linefeeds (CR/Vs CR/LF vs LF) in Priority.h and > Priority.cpp (I think it is somehow mixed?). I do not think my CVS > client messed this up. This has to be checked and changed back to unix > LF imho > > Greetings > > _________________________ > Amanjit Gill > Software Developer > neofonie > Technologieentwicklung und > Informationsmanagement GmBH > > Robert-Koch-Platz 4 > 10115 Berlin > am...@ne... > > DISCLAIMER > Any opinion expressed in this post is the personal opinion of Amanjit > Gill and can in no way be constructed as an official statement by his > employer |
From: Uwe <ja...@va...> - 2001-10-12 14:15:58
|
Actually, no, none, too busy ... Russell, Mark wrote: > Has any progress been made on the Rolling File Appender? > > Mark A Russell > E-Mail: mar...@cs... > > > > |