php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40663 ming doesn't compile
Submitted: 2007-02-27 17:32 UTC Modified: 2007-05-04 01:00 UTC
Votes:2
Avg. Score:4.0 ± 1.0
Reproduced:2 of 2 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: jayssite at gmail dot com Assigned: fmk (profile)
Status: No Feedback Package: Compile Failure
PHP Version: 5.2.1 OS: FreeBSD 6.x
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jayssite at gmail dot com
New email:
PHP Version: OS:

 

 [2007-02-27 17:32 UTC] jayssite at gmail dot com
Description:
------------
PHP 5.2.1 does not compile with ming 0.3.0

Actual result:
--------------
/bin/sh /home/sw/php-5.2.1/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/ming/ -I/home/sw/php-5.2.1/ext/ming/ -DPHP_ATOM_INC -I/home/sw/php-5.2.1/include -I/home/sw/php-5.2.1/main -I/home/sw/php-5.2.1 -I/usr/local/include/libxml2 -I/usr/local/include -I/home/sw/php-5.2.1/ext/date/lib -I/usr/local/include/freetype2 -I/home/sw/php-5.2.1/ext/mbstring/oniguruma -I/home/sw/php-5.2.1/ext/mbstring/libmbfl -I/home/sw/php-5.2.1/ext/mbstring/libmbfl/mbfl -I/usr/local/include/ming -I/sw/mysql-standard-5.0.24-freebsd6.0-i386/include -I/usr/local/include/pspell -I/home/sw/php-5.2.1/TSRM -I/home/sw/php-5.2.1/Zend    -I/usr/local/include -g -O2  -prefer-non-pic -c /home/sw/php-5.2.1/ext/ming/ming.c -o ext/ming/ming.lo
/home/sw/php-5.2.1/ext/ming/ming.c: In function `getFontOrFontChar':
/home/sw/php-5.2.1/ext/ming/ming.c:3850: error: `fontchar_class_entry_ptr' undeclared (first use in this function)
/home/sw/php-5.2.1/ext/ming/ming.c:3850: error: (Each undeclared identifier is reported only once
/home/sw/php-5.2.1/ext/ming/ming.c:3850: error: for each function it appears in.)
/home/sw/php-5.2.1/ext/ming/ming.c: In function `zm_startup_ming':
/home/sw/php-5.2.1/ext/ming/ming.c:4257: error: `SWFTEXTFIELD_USEFONT' undeclared (first use in this function)
/home/sw/php-5.2.1/ext/ming/ming.c:4258: error: `SWFTEXTFIELD_AUTOSIZE' undeclared (first use in this function)
/home/sw/php-5.2.1/ext/ming/ming.c:4278: error: `SWF_SOUND_NOT_COMPRESSED' undeclared (first use in this function)
/home/sw/php-5.2.1/ext/ming/ming.c:4279: error: `SWF_SOUND_ADPCM_COMPRESSED' undeclared (first use in this function)
/home/sw/php-5.2.1/ext/ming/ming.c:4280: error: `SWF_SOUND_MP3_COMPRESSED' undeclared (first use in this function)
/home/sw/php-5.2.1/ext/ming/ming.c:4281: error: `SWF_SOUND_NOT_COMPRESSED_LE' undeclared (first use in this function)
/home/sw/php-5.2.1/ext/ming/ming.c:4282: error: `SWF_SOUND_NELLY_COMPRESSED' undeclared (first use in this function)
/home/sw/php-5.2.1/ext/ming/ming.c:4283: error: `SWF_SOUND_5KHZ' undeclared (first use in this function)
/home/sw/php-5.2.1/ext/ming/ming.c:4284: error: `SWF_SOUND_11KHZ' undeclared (first use in this function)
/home/sw/php-5.2.1/ext/ming/ming.c:4285: error: `SWF_SOUND_22KHZ' undeclared (first use in this function)
/home/sw/php-5.2.1/ext/ming/ming.c:4286: error: `SWF_SOUND_44KHZ' undeclared (first use in this function)
/home/sw/php-5.2.1/ext/ming/ming.c:4287: error: `SWF_SOUND_8BITS' undeclared (first use in this function)
/home/sw/php-5.2.1/ext/ming/ming.c:4288: error: `SWF_SOUND_16BITS' undeclared (first use in this function)
/home/sw/php-5.2.1/ext/ming/ming.c:4289: error: `SWF_SOUND_MONO' undeclared (first use in this function)
/home/sw/php-5.2.1/ext/ming/ming.c:4290: error: `SWF_SOUND_STEREO' undeclared (first use in this function)
*** Error code 1

Stop in /home/sw/php-5.2.1.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-27 17:38 UTC] bjori@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip


 [2007-02-27 17:56 UTC] jayssite at gmail dot com
It does not compile with the latest CVS, either:

/bin/sh /home/sw/php5.2-200702271730/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/ming/ -I/home/sw/php5.2-200702271730/ext/ming/ -DPHP_ATOM_INC -I/home/sw/php5.2-200702271730/include -I/home/sw/php5.2-200702271730/main -I/home/sw/php5.2-200702271730 -I/usr/local/include/libxml2 -I/usr/local/include -I/home/sw/php5.2-200702271730/ext/date/lib -I/usr/local/include/freetype2 -I/home/sw/php5.2-200702271730/ext/mbstring/oniguruma -I/home/sw/php5.2-200702271730/ext/mbstring/libmbfl -I/home/sw/php5.2-200702271730/ext/mbstring/libmbfl/mbfl -I/usr/local/include/ming -I/sw/mysql-standard-5.0.24-freebsd6.0-i386/include -I/usr/local/include/pspell -I/home/sw/php5.2-200702271730/TSRM -I/home/sw/php5.2-200702271730/Zend    -I/usr/local/include -g -O2  -prefer-non-pic -c /home/sw/php5.2-200702271730/ext/ming/ming.c -o ext/ming/ming.lo
/home/sw/php5.2-200702271730/ext/ming/ming.c: In function `getFontOrFontChar':
/home/sw/php5.2-200702271730/ext/ming/ming.c:3850: error: `fontchar_class_entry_ptr' undeclared (first use in this function)
/home/sw/php5.2-200702271730/ext/ming/ming.c:3850: error: (Each undeclared identifier is reported only once
/home/sw/php5.2-200702271730/ext/ming/ming.c:3850: error: for each function it appears in.)
/home/sw/php5.2-200702271730/ext/ming/ming.c: In function `zm_startup_ming':
/home/sw/php5.2-200702271730/ext/ming/ming.c:4257: error: `SWFTEXTFIELD_USEFONT' undeclared (first use in this function)
/home/sw/php5.2-200702271730/ext/ming/ming.c:4258: error: `SWFTEXTFIELD_AUTOSIZE' undeclared (first use in this function)
/home/sw/php5.2-200702271730/ext/ming/ming.c:4278: error: `SWF_SOUND_NOT_COMPRESSED' undeclared (first use in this function)
/home/sw/php5.2-200702271730/ext/ming/ming.c:4279: error: `SWF_SOUND_ADPCM_COMPRESSED' undeclared (first use in this function)
/home/sw/php5.2-200702271730/ext/ming/ming.c:4280: error: `SWF_SOUND_MP3_COMPRESSED' undeclared (first use in this function)
/home/sw/php5.2-200702271730/ext/ming/ming.c:4281: error: `SWF_SOUND_NOT_COMPRESSED_LE' undeclared (first use in this function)
/home/sw/php5.2-200702271730/ext/ming/ming.c:4282: error: `SWF_SOUND_NELLY_COMPRESSED' undeclared (first use in this function)
/home/sw/php5.2-200702271730/ext/ming/ming.c:4283: error: `SWF_SOUND_5KHZ' undeclared (first use in this function)
/home/sw/php5.2-200702271730/ext/ming/ming.c:4284: error: `SWF_SOUND_11KHZ' undeclared (first use in this function)
/home/sw/php5.2-200702271730/ext/ming/ming.c:4285: error: `SWF_SOUND_22KHZ' undeclared (first use in this function)
/home/sw/php5.2-200702271730/ext/ming/ming.c:4286: error: `SWF_SOUND_44KHZ' undeclared (first use in this function)
/home/sw/php5.2-200702271730/ext/ming/ming.c:4287: error: `SWF_SOUND_8BITS' undeclared (first use in this function)
/home/sw/php5.2-200702271730/ext/ming/ming.c:4288: error: `SWF_SOUND_16BITS' undeclared (first use in this function)
/home/sw/php5.2-200702271730/ext/ming/ming.c:4289: error: `SWF_SOUND_MONO' undeclared (first use in this function)
/home/sw/php5.2-200702271730/ext/ming/ming.c:4290: error: `SWF_SOUND_STEREO' undeclared (first use in this function)
*** Error code 1

Stop in /home/sw/php5.2-200702271730.
 [2007-04-26 09:22 UTC] tony2001@php.net
Is this still valid?
 [2007-05-04 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2007-09-14 10:07 UTC] marcred at interfree dot it
Hi! make's error in PHP 5.2.4 with latest CVS ming:

(from make...).../php-5.2.4/ext/ming/ming.c -o ext/ming/ming.lo 
/Applications/_App_MAC/HandlingSoft_App/installs/php5/php-5.2.4/ext/
ming/ming.c: In function `getFontOrFontChar':
/Applications/_App_MAC/HandlingSoft_App/installs/php5/php-5.2.4/ext/
ming/ming.c:3854: error: `fontchar_class_entry_ptr' undeclared (first 
use in this function)
/Applications/_App_MAC/HandlingSoft_App/installs/php5/php-5.2.4/ext/
ming/ming.c:3854: error: (Each undeclared identifier is reported only 
once
/Applications/_App_MAC/HandlingSoft_App/installs/php5/php-5.2.4/ext/
ming/ming.c:3854: error: for each function it appears in.)
/Applications/_App_MAC/HandlingSoft_App/installs/php5/php-5.2.4/ext/
ming/ming.c: In function `zm_startup_ming':
/Applications/_App_MAC/HandlingSoft_App/installs/php5/php-5.2.4/ext/
ming/ming.c:4241: error: `SWFTEXTFIELD_USEFONT' undeclared (first use 
in this function)
/Applications/_App_MAC/HandlingSoft_App/installs/php5/php-5.2.4/ext/
ming/ming.c:4242: error: `SWFTEXTFIELD_AUTOSIZE' undeclared (first use 
in this function)
/Applications/_App_MAC/HandlingSoft_App/installs/php5/php-5.2.4/ext/
ming/ming.c:4262: error: `SWF_SOUND_NOT_COMPRESSED' undeclared (first 
use in this function)
/Applications/_App_MAC/HandlingSoft_App/installs/php5/php-5.2.4/ext/
ming/ming.c:4263: error: `SWF_SOUND_ADPCM_COMPRESSED' undeclared 
(first use in this function)
/Applications/_App_MAC/HandlingSoft_App/installs/php5/php-5.2.4/ext/
ming/ming.c:4264: error: `SWF_SOUND_MP3_COMPRESSED' undeclared (first 
use in this function)
/Applications/_App_MAC/HandlingSoft_App/installs/php5/php-5.2.4/ext/
ming/ming.c:4265: error: `SWF_SOUND_NOT_COMPRESSED_LE' undeclared 
(first use in this function)
/Applications/_App_MAC/HandlingSoft_App/installs/php5/php-5.2.4/ext/
ming/ming.c:4266: error: `SWF_SOUND_NELLY_COMPRESSED' undeclared 
(first use in this function)
/Applications/_App_MAC/HandlingSoft_App/installs/php5/php-5.2.4/ext/
ming/ming.c:4267: error: `SWF_SOUND_5KHZ' undeclared (first use in 
this function)
/Applications/_App_MAC/HandlingSoft_App/installs/php5/php-5.2.4/ext/
ming/ming.c:4268: error: `SWF_SOUND_11KHZ' undeclared (first use in 
this function)
/Applications/_App_MAC/HandlingSoft_App/installs/php5/php-5.2.4/ext/
ming/ming.c:4269: error: `SWF_SOUND_22KHZ' undeclared (first use in 
this function)
/Applications/_App_MAC/HandlingSoft_App/installs/php5/php-5.2.4/ext/
ming/ming.c:4270: error: `SWF_SOUND_44KHZ' undeclared (first use in 
this function)
/Applications/_App_MAC/HandlingSoft_App/installs/php5/php-5.2.4/ext/
ming/ming.c:4271: error: `SWF_SOUND_8BITS' undeclared (first use in 
this function)
/Applications/_App_MAC/HandlingSoft_App/installs/php5/php-5.2.4/ext/
ming/ming.c:4272: error: `SWF_SOUND_16BITS' undeclared (first use in 
this function)
/Applications/_App_MAC/HandlingSoft_App/installs/php5/php-5.2.4/ext/
ming/ming.c:4273: error: `SWF_SOUND_MONO' undeclared (first use in 
this function)
/Applications/_App_MAC/HandlingSoft_App/installs/php5/php-5.2.4/ext/
ming/ming.c:4274: error: `SWF_SOUND_STEREO' undeclared (first use in 
this function)
make: *** [ext/ming/ming.lo] Error 1

$>/php-5.2.4 root# fink list ming
Information about 1998 packages read in 7 seconds.
 i   ming                                           0.2a-4                              
C library to make SWF ("Flash") format movies
 i   ming-shlibs                                    0.2a-4                              
Shared Libraries for ming
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 10:01:28 2024 UTC