Chris, I expect digital unix is missing the EX__MAX definition (like a few others). Look at the conditional compile bit at the top of the file, and add whatever digital's precompiler thing is to the list.
The rest of the stuff you listed is just signed/unsigned conversion warnings, you can ignore those. C Chris Myers wrote: CM> cc -std -fprm d -ieee -D_INTRINSICS -I/usr/local/include -DLANGUAGE_C -O4 CM> spamd CM> /spamc.c -o spamd/spamc -L/usr/local/lib -ldbm -ldb -lm CM> cc: Error: spamd/spamc.c, line 60: In the initializer for CM> ESC_PASSTHROUGHRAW, "E CM> X__MAX" is not declared. (undeclared) CM> const int ESC_PASSTHROUGHRAW = EX__MAX+666; CM> -------------------------------^ _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk