Re: [Log4c-devel] Bug in log4c-1.2.4 layout_type_dated_local_r.c
Brought to you by:
valtri
|
From: František D. <va...@ci...> - 2016-01-30 22:25:09
|
Hello, fixed the syntax error, thanks! How I understand, it still doesn't compile though, because of the va_copy() macro? Frantisek Klaus-Günter Höft píše v Čt 21. 01. 2016 v 15:54 +0100: > Hi, > > I wanted to compile the sources of log4c-1.2.4 with "Microsoft > Visual > Studio 10.0" and got an error in line 42 of > "layout_type_dated_local_r.c": > . > . > . > (42) SYSTEMTIME stime, stime; > . > . > . > > I corrected the statement: > . > . > . > (42) SYSTEMTIME ltime, stime; > . > . > and I could compile the sources. > It also seems that "Microsoft Visual Studio 10.0" does not know the > "va_copy" macro. I created a "config.h" file in the build directory > (see > README) which contains the necessary directives and statements. > > Best regards > Klaus-Günter Höft > |