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

[debian-devel:04397] Re: Upload xfree86-freetype_3.3.2.f-13



>  http://www.io.com/~kazushi/unix/xtt/FT.xs.19980501.jp1
> 
> を当てたら、どうなりますか?

今度はmakeの結果が下に添付するようなって止まりました。なにか、
非常につまらない失敗をしているような気がします。操作手順は下
記の通りですけど…。

tar zxpf FT.xs.19980501.tgz && \
(cd FreeType.xs/FreeType && patch < ../../FT.xs.19980501.jp1 && \
perl Makefile.PL && make)

ccに渡っているオプションを見ると、バージョンが1.00になってい
ます。これがいけないのでしょうか。だけど、FreeType.pmの中に
は$VERSION = '1.00';という記述がありますけど…。

<<<<<<<<<<<<<<<<<<<<
mkdir ./blib
mkdir ./blib/lib
mkdir ./blib/arch
mkdir ./blib/arch/auto
mkdir ./blib/arch/auto/FreeType
mkdir ./blib/lib/auto
mkdir ./blib/lib/auto/FreeType
mkdir ./blib/man3
cp jcode-tscustom.pl ./blib/lib/jcode-tscustom.pl
cp FreeType.pm ./blib/lib/FreeType.pm
AutoSplitting FreeType (./blib/lib/auto/FreeType)
/bin/perl -I/usr/lib/perl5/i386-linux/5.004 -I/usr/lib/perl5 /usr/lib/perl5/ExtUtils/xsubpp  -typemap /usr/lib/perl5/ExtUtils/typemap -typemap typemap FreeType.xs >FreeType.tc && mv FreeType.tc FreeType.c
Please specify prototyping behavior for FreeType.xs (see perlxs manual)
cc -c -I/usr/local/X11R6.3/include -Dbool=char -DHAS_BOOL -D_REENTRANT -O2    -DVERSION=\"1.00\" -DXS_VERSION=\"1.00\" -fpic -I/usr/lib/perl5/i386-linux/5.004/CORE  FreeType.c
FreeType.xs: In function `conv_outline_to_hash_obj':
FreeType.xs:288: structure has no member named `n_contours'
FreeType.xs:289: structure has no member named `n_points'
FreeType.xs:290: structure has no member named `n_points'
FreeType.xs:290: subscripted value is neither array nor pointer
FreeType.xs:290: structure has no member named `n_points'
FreeType.xs:290: subscripted value is neither array nor pointer
FreeType.xs:291: structure has no member named `n_points'
FreeType.xs:291: structure has no member named `flags'
FreeType.xs:292: structure has no member named `n_contours'
FreeType.xs:292: subscripted value is neither array nor pointer
FreeType.xs: In function `conv_hash_obj_to_outline':
FreeType.xs:336: structure has no member named `n_points'
FreeType.xs:337: structure has no member named `n_contours'
FreeType.xs:338: structure has no member named `n_points'
FreeType.xs:338: subscripted value is neither array nor pointer
FreeType.xs:338: structure has no member named `n_points'
FreeType.xs:338: structure has no member named `n_points'
FreeType.xs:338: subscripted value is neither array nor pointer
FreeType.xs:339: structure has no member named `n_points'
FreeType.xs:339: structure has no member named `flags'
FreeType.xs:340: structure has no member named `n_contours'
FreeType.xs:340: subscripted value is neither array nor pointer
FreeType.xs: In function `XS_FreeType_TT_Get_Name_String':
FreeType.xs:673: warning: passing arg 4 of `TT_Get_Name_String' from incompatible pointer type
make: *** [FreeType.o] Error 1
>>>>>>>>>>>>>>>>>>>>

-- 
川村 尚生