Namazu-devel-ja(旧)


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

日本語 Solaris2.6 and 2.0.6rc5



>>>>> In [namazu-devel-ja : No.01803] 
>>>>> “knok” = knok@xxxxxxxxxxxxx (NOKUBI Takatsugu) wrote:
knok>   やっぱり gettext かな... ということで、以前の release では問題なかっ
knok> た potato 環境にて libtool のみ 1.4 にして再度 tarball を作成してみま
knok> した。<ftp://ftp.namazu.org/namazu/test/namazu-2.0.6rc5.tar.gz>

試してみました。

./configure --with-included-gettext

checking for getpagesize... yes
checking for working mmap... yes
checking for argz.h... yes
             ~~~~~~~~~~~~~
checking for limits.h... yes
checking for locale.h... yes
checking for nl_types.h... yes

となってて、make すると

textdomain.c:100: warning: implicit declaration of function `free'
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib  -g -O2 -Wall -pedantic  l10nflist.c
l10nflist.c:42:19: argz.h: ファイルもディレクトリもありません。
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
l10nflist.c: In function `_nl_make_l10nflist':
l10nflist.c:198: warning: implicit declaration of function `malloc'
l10nflist.c:296: warning: implicit declaration of function `free'
l10nflist.c: In function `_nl_normalize_codeset':

で、argz.h というのはどこにもなかったので、
namazu-2.0.6rc5/config.h 中を以下のようにして、

/* Define if you have the <argz.h> header file.  */
/* #define HAVE_ARGZ_H 1 */

make できて、make check は

===================
All 40 tests passed
===================
でした。

argz.h というものは何に含まれているの?
白井さんちには argz.h があるということなんだよね?
-- 
こせき @ Meadow のページも作成中
http://www.NetLaputa.ne.jp/~kose/Emacs/Meadow/
kose@xxxxxxxxxxxxxxxxxx