namazu-dev(ring)


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: i18n (Re: gettext)



Satoru Takabayashi wrote:
> 
> namazu コマンドの gettext化が一通り終わりました。gettext化し
> た namazu コマンドの動作を確認してもらえると助かります。最新
> のコードは
> 
>   % cvs -d :pserver:guest@xxxxxxxxxxxxxxxxxx:/circus/cvsroot \
>     co -r namazu-1-9-4-libralization namazu
> 
> で取ってこれます。

少し前のコードを取ってきて、手元でconfigure.inとMakefile.amを修正
してmakeしたのですが、以下のようにエラーが出ましたので確認をお願い
します。

あとconfigureとMakefile.amの変更は先程commitしました。

  A A
= . . =
   V
end
Ryuji Abe


make  all-recursive
make[1]: Entering directory `/home/rug/work'
Making all in intl
make[2]: Entering directory `/home/rug/work/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/rug/work/intl'
Making all in po
make[2]: Entering directory `/home/rug/work/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/rug/work/po'
Making all in conf
make[2]: Entering directory `/home/rug/work/conf'
make[2]: Leaving directory `/home/rug/work/conf'
Making all in src
make[2]: Entering directory `/home/rug/work/src'
gcc -DLOCALEDIR=\"/home/rug/alpha/share/locale\" -DHAVE_CONFIG_H -I..
-I../intl    -g -O2 -Wall -c cgi.c
In file included from cgi.c:34:
util.h:68: conflicting types for `dprintf'
/usr/include/stdio.h:159: previous declaration of `dprintf'
make[2]: *** [cgi.o] Error 1
gcc -DLOCALEDIR=\"/home/rug/alpha/share/locale\" -DHAVE_CONFIG_H -I..
-I../intl    -g -O2 -Wall -c codeconv.c
In file included from codeconv.c:38:
util.h:68: conflicting types for `dprintf'
/usr/include/stdio.h:159: previous declaration of `dprintf'
make[2]: *** [codeconv.o] Error 1
gcc -DLOCALEDIR=\"/home/rug/alpha/share/locale\" -DHAVE_CONFIG_H -I..
-I../intl    -g -O2 -Wall -c conf.c
In file included from conf.c:33:
util.h:68: conflicting types for `dprintf'
/usr/include/stdio.h:159: previous declaration of `dprintf'
make[2]: *** [conf.o] Error 1
gcc -DLOCALEDIR=\"/home/rug/alpha/share/locale\" -DHAVE_CONFIG_H -I..
-I../intl    -g -O2 -Wall -c field.c
In file included from field.c:7:
util.h:68: conflicting types for `dprintf'
/usr/include/stdio.h:159: previous declaration of `dprintf'
make[2]: *** [field.o] Error 1
gcc -DLOCALEDIR=\"/home/rug/alpha/share/locale\" -DHAVE_CONFIG_H -I..
-I../intl    -g -O2 -Wall -c form.c
In file included from form.c:35:
util.h:68: conflicting types for `dprintf'
/usr/include/stdio.h:159: previous declaration of `dprintf'
make[2]: *** [form.o] Error 1
gcc -DLOCALEDIR=\"/home/rug/alpha/share/locale\" -DHAVE_CONFIG_H -I..
-I../intl    -g -O2 -Wall -c getopt.c
gcc -DLOCALEDIR=\"/home/rug/alpha/share/locale\" -DHAVE_CONFIG_H -I..
-I../intl    -g -O2 -Wall -c getopt1.c
gcc -DLOCALEDIR=\"/home/rug/alpha/share/locale\" -DHAVE_CONFIG_H -I..
-I../intl    -g -O2 -Wall -c hlist.c
In file included from hlist.c:34:
util.h:68: conflicting types for `dprintf'
/usr/include/stdio.h:159: previous declaration of `dprintf'
make[2]: *** [hlist.o] Error 1
gcc -DLOCALEDIR=\"/home/rug/alpha/share/locale\" -DHAVE_CONFIG_H -I..
-I../intl    -g -O2 -Wall -c message.c
In file included from message.c:32:
util.h:68: conflicting types for `dprintf'
/usr/include/stdio.h:159: previous declaration of `dprintf'
make[2]: *** [message.o] Error 1
gcc -DLOCALEDIR=\"/home/rug/alpha/share/locale\" -DHAVE_CONFIG_H -I..
-I../intl    -g -O2 -Wall -c namazu.c
In file included from namazu.c:41:
util.h:68: conflicting types for `dprintf'
/usr/include/stdio.h:159: previous declaration of `dprintf'
make[2]: *** [namazu.o] Error 1
gcc -DLOCALEDIR=\"/home/rug/alpha/share/locale\" -DHAVE_CONFIG_H -I..
-I../intl    -g -O2 -Wall -c output.c
In file included from output.c:8:
util.h:68: conflicting types for `dprintf'
/usr/include/stdio.h:159: previous declaration of `dprintf'
make[2]: *** [output.o] Error 1
gcc -DLOCALEDIR=\"/home/rug/alpha/share/locale\" -DHAVE_CONFIG_H -I..
-I../intl    -g -O2 -Wall -c parser.c
gcc -DLOCALEDIR=\"/home/rug/alpha/share/locale\" -DHAVE_CONFIG_H -I..
-I../intl    -g -O2 -Wall -c re.c
In file included from re.c:34:
util.h:68: conflicting types for `dprintf'
/usr/include/stdio.h:159: previous declaration of `dprintf'
make[2]: *** [re.o] Error 1
gcc -DLOCALEDIR=\"/home/rug/alpha/share/locale\" -DHAVE_CONFIG_H -I..
-I../intl    -g -O2 -Wall -c result.c
In file included from result.c:30:
util.h:68: conflicting types for `dprintf'
/usr/include/stdio.h:159: previous declaration of `dprintf'
make[2]: *** [result.o] Error 1
gcc -DLOCALEDIR=\"/home/rug/alpha/share/locale\" -DHAVE_CONFIG_H -I..
-I../intl    -g -O2 -