On Wed, Aug 30, 2006 at 02:42:04PM +0400, QA Team Robot wrote: > Package: python-module-adns-1.1.0-alt0.2.1 > Packager: L.A. Kostis > i586-alt-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -pipe -Wall -O2 -march=i586 -mtune=pentium4 -fPIC -DPIC -D_GNU_SOURCE -pipe -Wall -O2 -march=i586 -mtune=pentium4 -fPIC -I/usr/include/python2.4 -c adnsmodule.c -o build/temp.linux-i686-2.4/adnsmodule.o > adnsmodule.c:91: error: 'adns__rrt_typemask' undeclared here (not in a function) > adnsmodule.c: In function 'interpret_answer': > adnsmodule.c:187: error: invalid operands to binary & > adnsmodule.c:187: error: incompatible types in initialization Исправил adns. --- adns-1.3/src/adns.h- 2006-04-08 18:36:57 +0400 +++ adns-1.3/src/adns.h 2006-09-01 06:28:27 +0400 @@ -106,6 +106,7 @@ typedef enum { /* In general, or togethe typedef enum { adns_rrt_typemask= 0x0ffff, + adns__rrt_typemask= 0x0ffff,/* compatibility with adns-1.1 */ adns__qtf_deref= 0x10000,/* dereference domains; perhaps get extra data */ adns__qtf_mail822= 0x20000,/* return mailboxes in RFC822 rcpt field fmt */