namazu-ml(avocado)


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

Re: namazu-112-proto-8.tar.gz



松村です。
# 同姓の方がいらっしゃるので、漢字で書いてみよう:-)

From: Satoru Takabayashi <ccsatoru@xxxxxxxxxxxxxxxxxx>
Subject: [namazu:00392] namazu-112-proto-8.tar.gz
Date: Wed, 25 Mar 1998 02:21:06 +0900
Message-ID: <199803241729.CAA05338@xxxxxxxxxxxxxxxxxx>

> 高林です
> 
> Namazu v1.1.2 の proto-8 を作りました。 proto-7 からの変更点は

たいしたことじゃないのですが、

- Makefile で変数 LANG が使われている
  環境変数 LANG がすでに定義されているので、make 時
  couldn't set locale correctly
  が出て、ちょっとうれしくない

- form.c で #include<string.h> して index() を使っている
  form.c: In function `headfootcat':
  form.c:199: warning: implicit declaration of function `index'
  なワーニングが出て、ちょっとうれしくないので strchr() にかえた。

環境は Solaris 2.5.1 + gcc 2.7.2.3 です。

by mmatsu