Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-users: [Ethereal-users] errors while compiling amavis-0.3.12

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: nkc balaji <nkcproject@xxxxxxxx>
Date: Fri, 15 Apr 2005 22:20:58 +0600 (IST)
Hi to all,
 
   I was configuring amavis 0.3.12 using 
   ./configure, it works perfectly.
 
   But while making amavis 0.3.12 using make command
 it shows following errors.
 
 [root@210-210-124-22 amavis-0.3.12]# make
 make  all-recursive
 make[1]: Entering directory `/usr/local/src/amavis-0.3.12'
 Making all in amavis
 make[2]: Entering directory `/usr/local/src/amavis-0.3.12/amavis'
 Makefile:324: *** missing separator.  Stop.
 make[2]: Leaving directory `/usr/local/src/amavis-0.3.12/amavis'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/usr/local/src/amavis-0.3.12'
 make: *** [all] Error 2
 -------------------------------------------------
 
 I trace 324th line of Makefile.  I paste that line below
 
 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
 I am using Redhat linux fc2.
 
 what cai i do?
 
 can anybody help me.
 
 regards nkc