[PHP-users 17984]Re: PHP4.1.2へGD2.0.15の組み込み。

Youichi Iwakiri yiwakiri @ st.rim.or.jp
2003年 9月 19日 (金) 17:24:38 JST


いわきりです

Y.Umezawa wrote in <20030919171213.265D88C8.rudlf @ ume.jt7.net> :
>PHPを make しようとすると、
>GDの部分で以下のようなエラーが出てしまします。
>In file included from gd.c:83:
>gd_ctx.c: In function `_php_image_output_ctx':
>gd_ctx.c:70: structure has no member named `free'
>gd_ctx.c:98: structure has no member named `free'
>gd.c: In function `_php_image_create_from':
>gd.c:1176: structure has no member named `free'
>これらの原因すら、回避法すらわからず
>もはや数時間、戦っております。

>どのようにしたらよいか、教えて頂けますか?

http://ns1.php.gr.jp/pipermail/php-users/2002-October/011199.html

4.1.2に付属のext/gd.cを修正するか、cvsから
gdを取ってくれば対応済みです。ただし、cvsの方は、
拡張モジュールの作成方法が変更(php-4.3.0以降に対応)になっているので
そのままでは、make出来ません。

上記方法で対処できない場合は、
gdをGD2.0.3に落とせば、4.1.2に付属のGD拡張モジュールの
makeが出来るはずです。

-- 
Youichi Iwakiri



PHP-users メーリングリストの案内