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

[mgp-users-jp 01389] enable-gif



始めまして、大阪府大の松浦です。


これまでFreeBSD 3.3-RELEASEでmgp version 1.05a (990617)を使っていた
のですが、新しいパソコンにFreeBSD 5.3-RELEASEを入れた時にMagicpoint
も新しいmgp version 1.10a (20030624)をパッケージインストールしました。

ところが、昔自分が作ったファイルにはgifファイルを組み込んでいたため
読みこむことができません。

ネットニュースで
-------------------------------------------------------- cite
現在の /usr/ports/misc/magicpoint/Makefile を見ると

OPTIONS+=       FREETYPE        "With FreeType support" on \
                XFT             "With Xft2 support" on \
                GIF             "With gif image support" off \
                IMLIB           "With Imlib exclusive image processing" off
中略
.if defined(WITH_GIF)
LIB_DEPENDS+=   ungif.5:${PORTSDIR}/graphics/libungif
CONFIGURE_ARGS+=        --enable-gif
.else
CONFIGURE_ARGS+=        --disable-gif
.endif

っていうのがあります(デフォルト off ですが).

通常は WITH_GIF で十分でしょう(magicpoint は gif を "作成" はしないので).
-------------------------------------------------------- cite end

というアドバイスをもらったのでしばらくportsを色々いじくったのですが
どうにもこうにも先が見えません。

このパソコンには
/usr/local/lib/libun*
-rw-r--r--  1 root  wheel  34576 Oct 16 14:28 /usr/local/lib/libungif.a
-rwxr-xr-x  1 root  wheel    822 Oct 16 14:28 /usr/local/lib/libungif.la
lrwxr-xr-x  1 root  wheel     13 Oct 16 14:28 /usr/local/lib/libungif.so -> 
libu
ngif.so.5
-rwxr-xr-x  1 root  wheel  34112 Oct 16 14:28 /usr/local/lib/libungif.so.5

という風に必要なライブラリははいっているのに、どうもconfigureが

configure:5375: checking if gif handling is enabled
configure:5384: result: no

と判断しているようです。

何かアドバイス頂ければ幸いです。


--
Hiroto Matsuura@Osaka Pref. Univ., Energy System Eng.
松浦寛人@大阪府立大学工学研究科機械工学分野
e-mail: matsu@me.osakafu-u.ac.jp
Tel   : 081-(0)72-254-9226   Fax   : 081-(0)72-259-3340