From owner-FreeBSD-users-jp@jp.FreeBSD.org Wed Apr 10 15:54:47 2002
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) id g3A6sl586171;
	Wed, 10 Apr 2002 15:54:47 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from ns.e-ams.co.jp (g185.spacelan.ne.jp [202.214.65.185])
	by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet id g3A6slv86166
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Wed, 10 Apr 2002 15:54:47 +0900 (JST)
	(envelope-from takada@e-ams.co.jp)
Received: from mail@localhost by ns.e-ams.co.jp (8.11.3/8.11.4) with SMTP id g3A6su905926 for <FreeBSD-users-jp@jp.FreeBSD.org>; Wed, 10 Apr 2002 15:54:57 +0900 (JST)
Message-Id: <200204100654.g3A6su905926@ns.e-ams.co.jp>
Date: Wed, 10 Apr 2002 15:55:17 +0900
From: Seiji Takada <takada@e-ams.co.jp>
X-Mailer: EdMax Ver2.84.4F
MIME-Version: 1.0
To: FreeBSD-users-jp@jp.FreeBSD.org
Content-Type: text/plain; charset=ISO-2022-JP
Content-Transfer-Encoding: 7bit
In-Reply-To: <86pu19l4ac.wl@marlone.asahi-net.or.jp>
References: <86pu19l4ac.wl@marlone.asahi-net.or.jp>
Reply-To: FreeBSD-users-jp@jp.FreeBSD.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+020409
X-Sequence: FreeBSD-users-jp 67955
Subject: [FreeBSD-users-jp 67955] Re: mod_dav
 =?ISO-2022-JP?B?GyRCJEskRCQkJEYbKEI=?= 
Errors-To: owner-FreeBSD-users-jp@jp.FreeBSD.org
Sender: owner-FreeBSD-users-jp@jp.FreeBSD.org
X-Originator: takada@e-ams.co.jp

$B9bED$H$$$$$^$9!#(B
[FreeBSD-users-jp 67942]$B$NJ}$HF1MM$N<ALd$r$5$;$F$$$?$@$-$^$9!#(B
$B;d$N4D6-$O!"(B
FreeBSD4.5-RELEASE
apache_1.3.24
mod_dav-1.0.3-1.3.6
mod_encoding-20011211a
$B$G$9!#(B

WebDAV$B$G(BLAN$BFb$G$N%G!<%?6&M-$r9T$*$&$H$7$F$$$^$9!#(B
mod_dav$B$N%$%s%9%H!<%k$^$G$O$G$-$^$7$?$,!"(Bmod_encoding$B$K$h$kF|K\8l2=$G(B
$B5M$^$C$F$7$^$$$^$7$?!#(B
ports$B$h$j(Biconv-2.0_1$B$H(Blibiconv-1.7_1$B$r%$%s%9%H!<%k$7$?>e$G!"(B
/usr/local/apache/bin/apxs -c -i -I /usr/local/include -L /usr/local/lib -
l iconv mod_encoding.c
$B$H$9$k$H0J2<$N%a%C%;!<%8$,JV$C$F$-$F%3%s%Q%$%k$G$-$^$;$s!#(B

gcc -funsigned-char -DUSE_EXPAT -I../lib/expat-lite -fpic -DSHARED_MODULE -I/usr
/local/apache/include -I/usr/local/include  -c mod_encoding.c
mod_encoding.c:70: syntax error before `iconv_t'
mod_encoding.c: In function `iconv_string':
mod_encoding.c:75: `srclen' undeclared (first use in this function)
mod_encoding.c:75: (Each undeclared identifier is reported only once
mod_encoding.c:75: for each function it appears in.)
mod_encoding.c:76: `r' undeclared (first use in this function)
mod_encoding.c:77: `srcbuf' undeclared (first use in this function)
mod_encoding.c:90: `cd' undeclared (first use in this function)
mod_encoding.c: At top level:
mod_encoding.c:115: syntax error before `iconv_t'
mod_encoding.c: In function `iconv_header':
mod_encoding.c:122: `r' undeclared (first use in this function)
mod_encoding.c:123: `cd' undeclared (first use in this function)
mod_encoding.c: In function `mod_enc_convert':
mod_encoding.c:390: syntax error before `cd'
mod_encoding.c:421: `cd' undeclared (first use in this function)
mod_encoding.c:421: `iconv_t' undeclared (first use in this function)
apxs:Break: Command failed with rc=1

$B$J$K$+<j=gEy$r4V0c$($F$$$k$N$G$7$g$&$+!)(B
$B$9$_$^$;$s$,!"$I$J$?$+65$($F$$$?$@$1$J$$$G$7$g$&$+!#(B

