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

[debian-devel:10409] Re: Namazu with gettext



すぐわかるところだけ

At Sat, 18 Sep 1999 15:41:25 +0900,
NOKUBI Takatsugu <knok@xxxxxxxxxxxxx> wrote:

> gettext 0.10.35
> 
>   <ftp://alpha.gnu.org/pub/gnu/gettext-0.10.35.tar.gz> から
>   0.10.35 を取ってきた。
> 
>   ./configure --with-included-gettext && make すると、
>   次のエラーメッセージを出力して途中で止まってしまった。
> 
>     gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I../lib -I../intl -I../intl  -g -O2 -c po-gram.gen.c
>     In file included from ../../src/po-gram.y:27:
>     po-lex.h:39: parse error before `PARAMS'
>     po-lex.h:40: parse error before `PARAMS'
>     po-lex.h:41: parse error before `PARAMS'
>     po-lex.h:42: parse error before `PARAMS'
>     po-lex.h:43: parse error before `PARAMS'
>     In file included from ../../src/po-gram.y:28:
>     po-gram.h:26: parse error before `PARAMS'

PARAMS は config.h.in の

 #ifndef PARAMS
 # if __STDC__
 #  define PARAMS(args) args
 # else
 #  define PARAMS(args) ()
 # endif
 #endif

のはずなんですが define されていないみたいですね…?

-- 
鵜飼文敏