From owner-FreeBSD-users-jp@jp.freebsd.org  Fri Jul 18 18:29:17 1997
Received: by jaz.jp.freebsd.org (8.8.6+2.7Wbeta5/8.7.3) id SAA20762
	Fri, 18 Jul 1997 18:29:17 +0900 (JST)
Received: by jaz.jp.freebsd.org (8.8.6+2.7Wbeta5/8.7.3) with ESMTP id SAA20752
	for <FreeBSD-users-jp@jp.freebsd.org>; Fri, 18 Jul 1997 18:29:15 +0900 (JST)
Received: from ns1.fujixerox.co.jp ([129.249.118.101] (may be forged))
	by fxwidegw.fujixerox.co.jp (8.8.6/3.5Wpl7) with ESMTP
	id SAA20593
	for <FreeBSD-users-jp@jp.freebsd.org>;
	Fri, 18 Jul 1997 18:29:14 +0900 (JST)
Received: from trident.pedev.ksp.fujixerox.co.jp (trident.pedev.ksp.fujixerox.co.jp [129.249.178.139]) by ns1.fujixerox.co.jp (8.8.6/3.5W) with ESMTP id SAA00668 for <FreeBSD-users-jp@jp.freebsd.org>; Fri, 18 Jul 1997 18:25:22 +0900 (JST)
Received: (from guzzi@localhost) by trident.pedev.ksp.fujixerox.co.jp (8.8.5/3.5Wpl7-06/09/97) id SAA15744; Fri, 18 Jul 1997 18:29:16 +0900 (JST)
Date: Fri, 18 Jul 1997 18:29:16 +0900 (JST)
Message-Id: <199707180929.SAA15744@trident.pedev.ksp.fujixerox.co.jp>
From: Yasuichiro YAMAGUCHI <guzzi@pedev.ksp.fujixerox.co.jp>
To: FreeBSD-users-jp@jp.freebsd.org
In-Reply-To: Your message of "Fri, 18 Jul 1997 17:42:47 +0900".
	<199707180842.IAA01028@azuki.nakayoshi.or.jp>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-2022-JP
X-Mailer: mnews [version 1.20PL4] 1997-06/01(Sun)
Reply-To: FreeBSD-users-jp@jp.freebsd.org
Precedence: bulk
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=20]
X-Sequence: FreeBSD-users-jp 16143
Subject: [FreeBSD-users-jp 16143] Re: Make Error in distribute
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org

$B;38}(B@XEROX$B$G$9!#(B

In [FreeBSD-users-jp 16139]
<199707180842.IAA01028@azuki.nakayoshi.or.jp>
flathill@leo.bekkoame.or.jp writes:
> ML$B$N%a!<%k$KHV9f$,IU$+$J$$$N$G!"(Bdistribute 2.1-pl19$B$r<h$C$FMh$^$7$?!#(B
> $B$G$9$,!"(Bmake$B$N;~$K%(%i!<$,=P$^$9!#(B
> 
> azuki % make
> cc -g -DSYSLOG -DISSUE -DSUBJALIAS -DADDVERSION -DSYSLOG_FACILITY=LOG_LOCAL4 -DDEF_DOMAINNAME=\"mcn.shikoku.or.jp\"  -DDEF_SEQ_PATH=\"/usr/local/majordomo/lists\"  -DDEF_RECIPIENT_PATH=\"/usr/local/majordomo/lists/\"  -DDEF_MAJORDOMO_RECIPIENT_PATH=\"/usr/local/majordomo/lists/\" -DRELEASESTATE=\"Alpha\" -c distribute.c
> distribute.c: In function `send_message':
> distribute.c:1108: `notanews' undeclared (first use this function)
> distribute.c:1108: (Each undeclared identifier is reported only once
> distribute.c:1108: for each function it appears in.)
> distribute.c:1114: `badheader' undeclared (first use this function)
> distribute.c:1120: `administrative' undeclared (first use this function)
> distribute.c:1126: `notallowed' undeclared (first use this function)
> *** Error code 1
> 
> Stop.


distribute.c $B$,(B include $B$7$F$$$k(B mestab.h $B$O$A$c$s$H=PMh$F$^$9$+(B?
perl5 $B$r%$%s%9%H!<%k$7$F$$$F!"$=$l$,(B PATH $B$N@h$NJ}$K$"$C$?$j$7$^$;$s$+(B?

Makefile $B$N$J$+$G(B

> mestab.h: message.tmpl tmpl2c.pl
>	perl tmpl2c.pl <message.tmpl >mestab.h

$B$H$d$C$F:n$C$F$k$N$G$9$,!"(B 
perl5 $B$,(B /usr/local/bin/perl $B$J$s$FL>A0$G(B PATH $B$N@h$NJ}$K$"$k$H!"(B
$B%9%/%j%W%H%(%i!<$G<:GT$7!"%5%$%:(B0$B$N%U%!%$%k$,=PMh$^$9!#(B
$B$3$N$;$$$G$9!#(B


> $B$I$J$?$+!"(Bdistribute$B$r(BFreeBSD$B$G(Bmake$B$9$k$?$a$KI,MW$J(Bpatch$B$r(B
> $B$*;}$A$G$J$$$G$7$g$&$+!)(B

Makefile $B$r=$@5$7$F!"(B/usr/bin/perl $B$r8F$V$h$&$K$9$l$P$$$$$G$7$g$&!#(B

$B$b$&0l$D8@$C$F$*$/$H(B...
distribute $B$,A[Dj$7$F$$$k(B sendmail $B$N>l=j$O(B /usr/lib/sendmail
$B$G$9$,(B (see config.h)$B!"(BFreeBSD $B$G$O(B /usr/sbin/sendmail $B$G$9$M!#(B

config.h $B$r=$@5$9$k$+!"%3%s%Q%$%k%*%W%7%g%s$K(B
	-D_PATH_SENDMAIL=\"/usr/sbin/sendmail\"
$B$r2C$($k$s$G$7$g$&$M!#(B



$B%Q%C%A:n$C$?$i!"(Bports $B$K$7$F(B contribute $B$7$F$M!#(B:-)
---
yama@net.ksp.or.jp                      JP6LKI/1
guzzi@pedev.ksp.fujixerox.co.jp
Yasuichiro.Yamaguchi@fujixerox.co.jp  $B;38}J]0lO:(B
