|
From: Daniar, M. <da...@ya...> - 2002-10-27 12:22:24
|
Hi : Downloaded 0.3.3 through CVS, Got this error for log4cpp.lib, d:\log4cpp\src\patternlayout.cpp(127) : error C2258: illegal pure syntax, must be '= 0' d:\log4cpp\src\patternlayout.cpp(127) : error C2252: 'FORMAT_ISO8601' : pure specifier can only be specified for functions d:\log4cpp\src\patternlayout.cpp(128) : error C2258: illegal pure syntax, must be '= 0' d:\log4cpp\src\patternlayout.cpp(128) : error C2252: 'FORMAT_ABSOLUTE' : pure specifier can only be specified for functions d:\log4cpp\src\patternlayout.cpp(129) : error C2258: illegal pure syntax, must be '= 0' d:\log4cpp\src\patternlayout.cpp(129) : error C2252: 'FORMAT_DATE' : pure specifier can only be specified for functions PortabilityImpl.cpp fatal error C1083: Cannot open source file: 'D:\log4cpp\src\PortabilityImpl.cpp': No such file or directory Had to add BasicConfigurator.cpp / .hh in log4cpp.dsp btw: Tried to compile it using Visual C++ 7, Seems like MS fix the std:: problem (no need to workaround) but there's some new warnings and error, will mail them if interested. thanks, Mohamad --- Bastiaan Bakker <bas...@li...> wrote: > Hi, > > I've put 0.3.3 on SourceForge. It's a relatively > small update to 0.3.2, > the two most important changes are: > * build fixes for MSVC. 0.3.3 introduces > PortabilityImpl.hh, an internal > header file for portibality stuff that should not be > part of the API. It > contains aliases in namespace 'std' for the > functions in <cstlib> and > <cstring> we use but MSVC mistakenly puts in the > global namespace. > * a new PatternLayout implementation. It preparses > the conversionpattern > into a vector of PatternComponents. This should make > it speedier and > more flexible. PatternLayout now also support > formatting specifiers like > '%-5.5p'. > > Please report any bugs/problems through the normal > channels (bug tracker > or mailing list). > > Cheers, > > Bastiaan > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: ApacheCon, > November 18-21 in > Las Vegas (supported by COMDEX), the only Apache > event to be > fully supported by the ASF. http://www.apachecon.com > _______________________________________________ > Log4cpp-devel mailing list > Log...@li... > https://lists.sourceforge.net/lists/listinfo/log4cpp-devel __________________________________________________ Do you Yahoo!? Y! Web Hosting - Let the expert host your web site http://webhosting.yahoo.com/ |