namazu-dev(ring)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gettext (Re: directory structure)
- From: knok@xxxxxxxxxxxxx (NOKUBI Takatsugu)
- Date: Mon, 20 Sep 99 17:57:48 JST
<199909160426.NAA12935@xxxxxxxxxxxxxx>の記事において
satoru-t@xxxxxxxxxxxxxxxxxxさんは書きました。
>> ./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'
この問題は解決されました? debian-develに振ってみたところ、次のような
フォローを頂きました。直接のフォローにはなっていませんが...
# これ以外のフォローは特にありませんでした。
: Date: Mon, 20 Sep 1999 06:18:38 +0900
: From: Fumitoshi UKAI <ukai@xxxxxxxxxxxx>
: Subject: [debian-devel:10409] Re: Namazu with gettext
: Message-Id: <14309.21248.276293.68187Y@lavender>
:
: すぐわかるところだけ
:
: 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 されていないみたいですね…?
:
: --
: 鵜飼文敏
こちらでも以下の環境でmakeしてみましたが、特に問題なくコンパイルでき
ました。
Linux 2.2.10
gcc 2.91.66
glibc 2.1.2-pre12
binutils 2.9.1.0.25
--
野首 貴嗣
E-mail: knok@xxxxxxxxxxxxx (private)
nokubi@xxxxxxxxx (official)