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

[mgp-users-jp 00209] Re: freetype support



From: itojun@iijlab.net
Subject: [mgp-users-jp 00208] Re: freetype support
>> % ./configure --disable-vflib
>> % xmkmf -a
>> % make
>> とすると
>> | In file included from mgp.c:38:
>> | mgp.h:89: freetype.h: No such file or directory
>> と言われちゃいます (-I/usr/local/include が無い)。
> 	ちょいとチェックします。
> 	/usr/local/includeがない、つーのはconfigureのどこかで怒られて
> 	いませんか? freetype.hはどこですか?

% ls -l /usr/local/include/freetype.h
-rw-r--r--  1 p-katoh  staff  43656 Jun 11 13:10 /usr/local/include/freetype.h

で、

| checking if --disable-freetype option specified... no
| checking for freetype library/header... /usr/local/lib and /usr/local/include
| checking for TT_Init_FreeType in -lttf... yes
| checking for num_CharMaps field in TT_Face_Properties... no

なので、無いとは言われてないようです。
ちなみに config.cache を見ると、

| ac_cv_ft_include=${ac_cv_ft_include='/usr/local/include'}
| ac_cv_ft_lib=${ac_cv_ft_lib='/usr/local/lib'}

となっているので、ちゃんと見つけてはいるようです。

>> そういうもんなんでしょうか?
> 	すんません、英字フォントのみです。

残念。
日本語もサポートされるのを楽しみに待ってます :-)
# あいにくこの辺は貢献できそうにないので...

-- 
かとぺ / 加藤 貴司