Namazu-users-ja(旧)


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

namazuのmake chexk時にintlにてエラーが発生する。



こんにちは、土肥と申します。
Solaris2.6のUNIXサーバにnamazuのインストール作業を行っているのですが、
make check時にintl部分で以下のエラーが発生します。
調査したのですが原因がわかりませんでした。
何が問題で発生しているのかご教示下さい。

--------------------------------------------------------------------
【エラー内容】
 ・
 ・
 ・
Making check in intl
gmake[1]: Entering directory
`/export/home/mastv01/namazu/namazu-2.0.12/intl'
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\"
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\"
-DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I
../intl  -g -O2 -Wall -pedantic  loadmsgcat.c
In file included from loadmsgcat.c:34:
/usr/include/sys/stat.h:168: parse error before `blkcnt_t'
/usr/include/sys/stat.h:168: warning: no semicolon at end of struct or
union
/usr/include/sys/stat.h:171: parse error before `}'
/usr/include/sys/stat.h:171: warning: ANSI C does not allow extra `;'
outside of a function
In file included from loadmsgcat.c:75:
gettextP.h:66: warning: ANSI does not permit the keyword `inline'
gettextP.h:162: warning: ANSI C forbids zero-size array `domainname'
loadmsgcat.c:142: warning: ANSI C forbids specifying structure member to

initialize
loadmsgcat.c:143: warning: ANSI C forbids specifying structure member to

initialize
loadmsgcat.c:147: warning: ANSI C forbids specifying structure member to

initialize
loadmsgcat.c:148: warning: ANSI C forbids specifying structure member to

initialize
loadmsgcat.c:149: warning: ANSI C forbids specifying structure member to

initialize
loadmsgcat.c:151: warning: ANSI C forbids specifying structure member to

initialize
loadmsgcat.c:156: warning: ANSI C forbids specifying structure member to

initialize
loadmsgcat.c:157: warning: ANSI C forbids specifying structure member to

initialize
loadmsgcat.c:158: warning: ANSI C forbids specifying structure member to

initialize
loadmsgcat.c:160: warning: ANSI C forbids specifying structure member to

initialize
loadmsgcat.c:162: warning: ANSI C forbids specifying element to
initialize
loadmsgcat.c:163: warning: ANSI C forbids specifying element to
initialize
loadmsgcat.c: In function `_nl_load_domain':
loadmsgcat.c:349: storage size of `st' isn't known
loadmsgcat.c:349: warning: unused variable `st'
gmake[1]: *** [loadmsgcat.o] Error 1
gmake[1]: Leaving directory
`/export/home/mastv01/namazu/namazu-2.0.12/intl'
gmake: *** [check-recursive] Error 1
--------------------------------------------------------------------

ドメイン名がないという文がありますが、ドメイン名が設定されていないと使用

できないのでしょうか?

以下に情報を明記します。

%uname -a
SunOS sunsrv08 5.6 Generic_105181-35 sun4u sparc SUNW,Ultra-4
%perl -v

This is perl, v5.6.1 built for sun4-solaris

Copyright 1987-2001, Larry Wall

Perl may be copied only under the terms of either the Artistic License
or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on

this system using `man perl' or `perldoc perl'.  If you have access to
the
Internet, point your browser at http://www.perl.com/, the Perl Home
Page.

%gcc -v
Reading specs from
/usr/local/lib/gcc-lib/sparc-sun-solaris2.5/2.7.2/specs
gcc version 2.7.2
%nkf -v
USAGE:  nkf(nkf32,wnkf,nkf2) -[flags] [in file] .. [out file for -O
flag]
Flags:
b,u      Output is bufferred (DEFAULT),Output is unbufferred
j,s,e    Outout code is JIS 7 bit (DEFAULT), Shift JIS, AT&T JIS (EUC)
J,S,E    Input assumption is JIS 7 bit , Shift JIS, AT&T JIS (EUC)
t        no conversion
i_       Output sequence to designate JIS-kanji (DEFAULT B)
o_       Output sequence to designate ASCII (DEFAULT B)
r        {de/en}crypt ROT13/47
v        Show this usage
m[BQ0]   MIME decode [B:base64,Q:quoted,0:no decode]
l        ISO8859-1 (Latin-1) support
f        Folding: -f60 or -f
Z[0-2]   Convert X0208 alphabet to ASCII  1: Kankaku to space,2: 2
spaces
X,x      Assume X0201 kana in MS-Kanji, -x preserves X0201
B[0-2]   Broken input  0: missing ESC,1: any X on ESC-[($]-X,2: ASCII on

NL
O        Output to File (DEFAULT 'nkf.out')
d,c      Delete \r in line feed, Add \r in line feed
Network Kanji Filter Version 1.7 (1/9811/Shinji Kono)
Copyright (C) 1987, FUJITSU LTD. (I.Ichikawa),1998 S. Kono, COW

よろしくお願い致します。

以上