From: Marco V. <mar...@ma...> - 2002-05-15 15:11:47
Attachments:
l4c_ace.tar.gz
|
Porting of log4cpp 0.3.1 for thread of ACE library 5.2 (http://www.cs.wustl.edu/~schmidt/ACE.html). Environment: SunOs 5.6 with Forte 6.1 (Sun CC 5.2). I do not know automake, autoconf, m4, etc. I have modified .\src\makefile and .\tests\makefile. File list: .\config.log Generated automatically by configure. .\log4cpp-config Generated automatically by configure. .\log4cpp.log Generated automatically by configure; log of initial error (read line 330). .\Makefile Generated automatically by configure. .\config\Makefile Generated automatically by configure. .\include\config.h Generated automatically by configure. .\include\Makefile Generated automatically by configure. .\include\stamp-h Generated automatically by configure. .\include\log4cpp\config.h Generated automatically by configure. .\include\log4cpp\Makefile Generated automatically by configure. .\include\log4cpp\RollingFileAppender.hh Small correction for Sun CC 5.2. .\include\log4cpp\threading\AceThreads.hh ADDED. .\include\log4cpp\threading\Makefile Generated automatically by configure. .\include\log4cpp\threading\Threading.hh MODIFIED. .\src\Makefile HANDMADE to solve error at line 330 of .\log4cpp.log. .\src\Makefile.am HANDMADE to solve error at line 330 of .\log4cpp.log (??? useless ???) .\tests\Makefile HANDMADE to solve error at line 330 of .\log4cpp.log. .\tests\testFilter.cpp Small correction for Sun CC 5.2. .\tests\testmain.000.cpp ADDED FOR TEST. .\tests\testmain.001.cpp ADDED FOR TEST. .\tests\testmain.005.cpp ADDED FOR TEST. .\tests\testmain.006.cpp ADDED FOR TEST. .\tests\testmain.007.cpp ADDED FOR TEST. .\tests\testmain.008.cpp ADDED FOR TEST. .\tests\testmain.cpp MODIFIED FOR TEST. I have compiled all tests. All tests run successfully. I hope that these files could be useful for you. (See attached file: l4c_ace.tar.gz) Best regards. Marco Villani |
From: Bastiaan B. <bas...@li...> - 2002-05-15 22:24:07
|
Hi Marco, Thanks for your contribution. I'll add the AceThreads files, but someone using Ace and with a little knowledge of autoconf will need to help with the integration. Do you know whether Ace has autoconf macros, tha should make ik much easier to fit it in. Also I noticed you added 'const' to the maxFileSize and maxBackupIndex parameters. Doe Sun CC need this for all parameters with defaults? Cheers, Bastiaan Marco Villani wrote: >Porting of log4cpp 0.3.1 for thread of ACE library 5.2 >(http://www.cs.wustl.edu/~schmidt/ACE.html). > >Environment: SunOs 5.6 with Forte 6.1 (Sun CC 5.2). > >I do not know automake, autoconf, m4, etc. >I have modified .\src\makefile and .\tests\makefile. > >File list: >.\config.log Generated automatically by configure. >.\log4cpp-config Generated automatically by configure. >.\log4cpp.log Generated automatically by configure; log of initial error (read line 330). >.\Makefile Generated automatically by configure. >.\config\Makefile Generated automatically by configure. >.\include\config.h Generated automatically by configure. >.\include\Makefile Generated automatically by configure. >.\include\stamp-h Generated automatically by configure. >.\include\log4cpp\config.h Generated automatically by configure. >.\include\log4cpp\Makefile Generated automatically by configure. >.\include\log4cpp\RollingFileAppender.hh Small correction for Sun CC 5.2. >.\include\log4cpp\threading\AceThreads.hh ADDED. >.\include\log4cpp\threading\Makefile Generated automatically by configure. >.\include\log4cpp\threading\Threading.hh MODIFIED. >.\src\Makefile HANDMADE to solve error at line 330 of .\log4cpp.log. >.\src\Makefile.am HANDMADE to solve error at line 330 of .\log4cpp.log (??? useless ???) >.\tests\Makefile HANDMADE to solve error at line 330 of .\log4cpp.log. >.\tests\testFilter.cpp Small correction for Sun CC 5.2. >.\tests\testmain.000.cpp ADDED FOR TEST. >.\tests\testmain.001.cpp ADDED FOR TEST. >.\tests\testmain.005.cpp ADDED FOR TEST. >.\tests\testmain.006.cpp ADDED FOR TEST. >.\tests\testmain.007.cpp ADDED FOR TEST. >.\tests\testmain.008.cpp ADDED FOR TEST. >.\tests\testmain.cpp MODIFIED FOR TEST. > >I have compiled all tests. >All tests run successfully. > >I hope that these files could be useful for you. >(See attached file: l4c_ace.tar.gz) > >Best regards. > >Marco Villani > |