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

hmmmm. tried that already; unfortunately does not work for me ...

after an appropriate "make distclean"

a subsequent:

       ./configure \
       --prefix=/usr/local/clamav080rc \
       --mandir=/usr/local/man \
       --enable-shared \
       --enable-static \
       --with-user=clamav \
       --with-group=clamav \
       --with-tcpwrappers \
       --without-libcurl \
       --disable-dns

still results in a failed make ...

       Making all in freshclam
       if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libclamav    -g 
-O2 -MT dns.o -MD -MP -MF ".deps/dns.Tpo" -c -o dns.o dns.c; \
       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 function)
       dns.c:53: error: (Each undeclared identifier is reported only once
       dns.c:53: error: for each function it appears in.)
       dns.c:53: error: `T_TXT' undeclared (first use in this function)
       dns.c:58: error: `HEADER' undeclared (first use in this function)
       dns.c:73: error: `INT16SZ' undeclared (first use in this function)
       make[2]: *** [dns.o] Error 1
       make[1]: *** [all-recursive] Error 1
       make: *** [all] Error 2


richard


------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to