Re: [Clamav-users] 0.80rc build fails (differently) on OSX @ mbox.c, with AND without --with-libcurl

2004-09-21 Thread Nigel Horne
On Tuesday 21 Sep 2004 01:50, OpenMacNews wrote: mbox.c: In function `checkURLs': mbox.c:2536: warning: assignment discards qualifiers from pointer target type mbox.c:2537: warning: assignment discards qualifiers from pointer target type mbox.c: At top level:

[Clamav-users] 0.80rc build fails (differently) on OSX @ mbox.c, with AND without --with-libcurl

2004-09-20 Thread OpenMacNews
hi, just starting to play with this ... config as: ./configure \ --prefix=/usr/local/clamav080rc \ --mandir=/usr/local/man \ --enable-shared \ --enable-static \ --with-user=clamav \ --with-group=clamav \ --with-tcpwrappers fails @ make with:

Re: [Clamav-users] 0.80rc build fails (differently) on OSX @ mbox.c, with AND without --with-libcurl

2004-09-20 Thread Tomasz Kojm
On Mon, 20 Sep 2004 17:50:45 -0700 OpenMacNews [EMAIL PROTECTED] wrote: results in a DIFFERENT failed make @: then mv -f .deps/dns.Tpo .deps/dns.Po; else rm -f .deps/dns.Tpo; exit 1; fi dns.c: In function `txtquery': dns.c:53: error: `C_IN' undeclared (first use in

Re: [Clamav-users] 0.80rc build fails (differently) on OSX @ mbox.c, with AND without --with-libcurl

2004-09-20 Thread OpenMacNews
hi tomasz, results in a DIFFERENT failed make @: then mv -f .deps/dns.Tpo .deps/dns.Po; else rm -f .deps/dns.Tpo; exit 1; fi dns.c: In function `txtquery': dns.c:53: error: `C_IN' undeclared (first use in this This problem can be fixed with --disable-dns h. tried that

Re: [Clamav-users] 0.80rc build fails (differently) on OSX @ mbox.c, with AND without --with-libcurl

2004-09-20 Thread Masaki Ogawa
On 2004/09/21, at 11:08, OpenMacNews wrote: results in a DIFFERENT failed make @: then mv -f .deps/dns.Tpo .deps/dns.Po; else rm -f .deps/dns.Tpo; exit 1; fi dns.c: In function `txtquery': dns.c:53: error: `C_IN' undeclared (first use in this This problem can be fixed with

Re: [Clamav-users] 0.80rc build fails (differently) on OSX @ mbox.c, with AND without --with-libcurl

2004-09-20 Thread OpenMacNews
The attached patch will fix. ok! i can verify that Masaki's patch (removing the check for resolv.h) does the trick and allows a successful make with: ./configure \ --prefix=/usr/local/clamav080rc \ --mandir=/usr/local/man \ --enable-shared \ --enable-static \