3 messages in net.sourceforge.lists.courier-users[courier-users] courier server + make...
FromSent OnAttachments
aza zelMar 23, 2007 6:28 am 
Sam VarshavchikMar 23, 2007 3:19 pm 
fjar Uno al díaApr 9, 2007 2:05 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] courier server + make problem (2)Actions...
From:aza zel (aza@gmail.com)
Date:Mar 23, 2007 6:28:56 am
List:net.sourceforge.lists.courier-users

hi...

i have the following error when i make, and i dont know how to resolve them:

Compiling courierfilter.c courierfilter.c: In function `main': courierfilter.c:377: error: syntax error before ',' token *** Error code 1 The following command caused the error: echo Compiling courierfilter.c ; if gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I./.. -I./../libs -I./../.. -I../.. -I../../liblock -Wall -g -O2 -MT courierfilter.o -MD -MP -MF ".deps/courierfilter.Tpo" -c -o courierfilter.o courierfilter.c; \ then mv -f ".deps/courierfilter.Tpo" ".deps/courierfilter.Po"; else rm -f ".deps/courierfilter.Tpo"; exit 1; fi make: Fatal error: Command failed for target `courierfilter.o' Current working directory /export/home/maxi/courier/courier-0.54.2 /courier/filters *** Error code 1 The following command caused the error: failcom='exit 1'; \ for f in x $MAKEFLAGS; do \ case $f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo all-recursive | sed s/-recursive//`; \ list='libfilter perlfilter'; for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" make: Fatal error: Command failed for target `all-recursive' Current working directory /export/home/maxi/courier/courier-0.54.2 /courier/filters *** Error code 1 make: Fatal error: Command failed for target `all' Current working directory /export/home/maxi/courier/courier-0.54.2 /courier/filters *** Error code 1 The following command caused the error: failcom='exit 1'; \ for f in x $MAKEFLAGS; do \ case $f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo all-recursive | sed s/-recursive//`; \ list='libs filters doc webadmin module.uucp module.local module.fax module.esmtp module.dsn'; for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" make: Fatal error: Command failed for target `all-recursive' Current working directory /export/home/maxi/courier/courier-0.54.2/courier *** Error code 1 make: Fatal error: Command failed for target `all' Current working directory /export/home/maxi/courier/courier-0.54.2/courier *** Error code 1 The following command caused the error: failcom='exit 1'; \ for f in x $MAKEFLAGS; do \ case $f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo all-recursive | sed s/-recursive//`; \ list='afx gdbmobj numlib soxwrap md5 sha1 libhmac random128 unicode rfc822 rfc1035 rfc2045 liblock maildir waitlib tcpd threadlib makedat imap maildrop cgi http11 ldapaddressbook gpglib pcp webmail rootcerts webadmin courier'; for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" make: Fatal error: Command failed for target `all-recursive'

any suggest?