On Wed, Jun 30, 2004 at 03:33:28PM +0100, Nigel Horne wrote: > On Wednesday 30 Jun 2004 15:07, Everton da Silva Marques wrote: > > Clamav 0.74 is giving me this: > > > > mbox.c: In function `cl_mbox': > > mbox.c:473: error: `SIGSEGV' undeclared (first use in this function) > <snip> > > OS: Solaris 7 > > I believe this problem only relates to older systems such as the one > you have. I think it is now fixed in CVS, please test.
This surprised me because it's the first time I found issues compiling clamav. I'm still seeing it, from cvs: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib \ -I./mspack -L/usr/local/lib -g -O2 -MT mbox.lo \ -MD -MP -MF .deps/mbox.Tpo -c mbox.c -fPIC -DPIC -o .libs/mbox.lo mbox.c: In function `cl_mbox': mbox.c:473: error: `SIGSEGV' undeclared (first use in this function) mbox.c:473: error: (Each undeclared identifier is reported only once mbox.c:473: error: for each function it appears in.) mbox.c:473: warning: assignment makes pointer from integer without a cast make[2]: *** [mbox.lo] Error 1 make[2]: Leaving directory `/local/src/tgz/clamav/cvs/2004-06-30/clamav-devel/libclamav' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/local/src/tgz/clamav/cvs/2004-06-30/clamav-devel' make: *** [all] Error 2 [EMAIL PROTECTED]:/local/src/tgz/clamav/cvs/2004-06-30/clamav-devel$ -- Everton ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Clamav-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-devel
