On 30.09.2008 19:12, Jason Staudenmayer wrote:
Nope I'm still getting the error. The un-patch compiles fine, I don't understand why that variable is suddenly causing problems now.
[...]
> -----Original Message-----
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Török Edwin
> Sent: Tuesday, September 30, 2008 1:19 PM
[...]
> use_stderr is a variable added by your patch. All I can say > is that you
> should verify that the patch was applied correctly.

I concur. Specifically, it looks like the hunk:

*** clamav-0.94-orig/shared/output.h    2008-09-01 13:19:46.000000000 -0400
--- clamav-0.94/shared/output.h 2008-09-30 10:27:50.000000000 -0400
***************
*** 26,31 ****
--- 26,32 ----
  #include <stdlib.h>
  #include "cfgparser.h"

+ int use_stderr;
  #ifdef __GNUC__
  int mdprintf(int desc, const char *str, ...) __attribute__((format(printf, 
2,3)));
  #else

wasn't applied.

Did you verify that the line added by that hunk, which declares the
variable "use_stderr", does appear in shared/output.h after applying
the patch?

HTH
T.

--
Tilman Schmidt
Phoenix Software GmbH
Bonn, Germany

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to