[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
help needed
- To: magicmail-users@linuxmagic.com
- Subject: help needed
- From: Domesto Pakistan <domestogjr@hotmail.com>
- Date: Mon, 08 Sep 2003 20:02:09 +0500
- Delivered-to: mailing list magicmail-users@linuxmagic.com
- Mailing-list: contact magicmail-users-help@linuxmagic.com; run by ezmlm
I m getting following error while running "make" form magic-smtpd 7.0
bash-2.03# make
gcc -Wall -I. -pipe -g -O0 -D_LMDEBUG -I./lmlibs -c -o magic-smtpd.o
magic-smtpd.c
In file included from magic-smtpd.c:61:
spam_check.h:43: parse error before `*'
magic-smtpd.c:73: parse error before `config_spam_rule_t'
magic-smtpd.c:73: warning: no semicolon at end of struct or union
magic-smtpd.c:75: parse error before `}'
magic-smtpd.c:75: warning: type defaults to `int' in declaration of
`rcpt_data_t'
magic-smtpd.c:75: warning: data definition has no type or storage class
magic-smtpd.c:77: parse error before `rcpt_list'
magic-smtpd.c:77: warning: type defaults to `int' in declaration of
`rcpt_list'
magic-smtpd.c:77: warning: data definition has no type or storage class
magic-smtpd.c:87: conflicting declarations of `spam_hit_flag'
magic-smtpd.c:74: `spam_hit_flag' previously declared here
magic-smtpd.c: In function `msd_quit_callback':
magic-smtpd.c:172: warning: implicit declaration of function
`config_spam_rule_free'
magic-smtpd.c:172: `global_spam_rules' undeclared (first use in this
function)
magic-smtpd.c:172: (Each undeclared identifier is reported only once
magic-smtpd.c:172: for each function it appears in.)
magic-smtpd.c: In function `msd_rcpt_callback':
magic-smtpd.c:962: `config_spam_rule_t' undeclared (first use in this
function)
magic-smtpd.c:962: parse error before `spam_rules'
magic-smtpd.c:1100: warning: implicit declaration of function
`config_spam_rule_load'
magic-smtpd.c:1100: `spam_rules' undeclared (first use in this function)
make: *** [magic-smtpd.o] Error 1
I m trying to install it on Solaris 8 on sparc
please advice me what to do
regards
arch