Ming extension fails to compile with ming 0.3beta1
| Bug #35461 | Ming extension fails to compile with ming 0.3beta1 | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Submitted: | 2005-11-28 23:56 UTC | Modified: | 2005-12-21 22:44 UTC |
|
||||||||||
| From: | hostmaster at xenterra dot net | Assigned: | helly (profile) | |||||||||||
| Status: | Closed | Package: | Ming related | |||||||||||
| PHP Version: | 5CVS-2005-12-21 (cvs) | OS: | * | |||||||||||
| Private report: | No | CVE-ID: | None | |||||||||||
[2005-11-28 23:56 UTC] hostmaster at xenterra dot net
Description:
------------
No script; this is a compile error.
Configure options:
./configure --with-apxs=/usr/local/apache/bin/apxs \
--with-pgsql=/usr/local/pgsql \
--enable-dba \
--with-flatfile \
--with-openssl \
--enable-exif \
--with-gd=/usr/local/gd-2.0.33 \
--with-jpeg-dir=/usr/lib \
--with-png-dir=/usr/lib \
--with-zlib-dir=/usr/lib \
--with-xpm-dir=/usr/X11R6/lib \
--with-imap=/usr/local/imap-2002d \
--with-imap-ssl=/usr/local/ssl \
--with-curl \
--with-curlwrappers \
--enable-ftp \
--enable-soap \
--with-libxml-dir=/usr/local/lib \
--with-ming=/usr/local/lib \
--enable-sockets
Compilation also failed using CVS snapshot php5-200511282130 on Slackware 10.2, and on Slackware 10.1 using official release.
Ming version is ming-0.3beta1.
Reproduce code:
---------------
No code.
Expected result:
----------------
N/A
Actual result:
--------------
Following is gcc output right before "make" quit:
/usr/local/php-5.1.1/ext/ming/ming.c: In function `zif_swfbitmap___construct':
/usr/local/php-5.1.1/ext/ming/ming.c:386: warning: assignment from incompatible pointer type
/usr/local/php-5.1.1/ext/ming/ming.c: In function `zif_swfmovie_output':
/usr/local/php-5.1.1/ext/ming/ming.c:2267: error: too few arguments to function `SWFMovie_output'
/usr/local/php-5.1.1/ext/ming/ming.c: In function `zif_swfmovie_saveToFile':
/usr/local/php-5.1.1/ext/ming/ming.c:2329: error: too few arguments to function `SWFMovie_output'
/usr/local/php-5.1.1/ext/ming/ming.c: In function `zif_swfmovie_save':
/usr/local/php-5.1.1/ext/ming/ming.c:2380: error: too few arguments to function `SWFMovie_output'
/usr/local/php-5.1.1/ext/ming/ming.c:2399: error: too few arguments to function `SWFMovie_output'
/usr/local/php-5.1.1/ext/ming/ming.c: In function `zif_swftextfield_setFont':
/usr/local/php-5.1.1/ext/ming/ming.c:3741: warning: passing arg 2 of `SWFTextField_setFont' from incompatible pointer type
make: *** [ext/ming/ming.lo] Error 1
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2005-11-29 19:29 UTC] hostmaster at xenterra dot net
[2005-12-21 22:44 UTC] sniper@php.net