Edit report at https://bugs.php.net/bug.php?id=64707&edit=1

 ID:                 64707
 Updated by:         r...@php.net
 Reported by:        s...@php.net
 Summary:            gdImageCreateFromJpegPtrEx changes break the build
-Status:             Assigned
+Status:             Closed
 Type:               Bug
 Package:            GD related
 Operating System:   Oracle Linux 5.9
 PHP Version:        5.5Git-2013-04-24 (Git)
 Assigned To:        remi
 Block user comment: N
 Private report:     N

 New Comment:

Automatic comment on behalf of remi
Revision: 
http://git.php.net/?p=php-src.git;a=commit;h=182fef46a989fa1f8d4ea1a7e3e22040f04e7c51
Log: Fixed bug #64707 missing declaration after dd0399f


Previous Comments:
------------------------------------------------------------------------
[2013-04-25 03:49:21] paj...@php.net

Remi, can you take a look please?

------------------------------------------------------------------------
[2013-04-24 23:26:02] s...@php.net

Description:
------------
Compiling gd fails in 5.5 & master.

My configure options are:
'--with-gd' \
'--with-curl' \
'--with-jpeg-dir' \
'--with-png-dir' \
'--enable-gd-native-ttf'

The compilation error is:

/home/cjones/php-5.5/ext/gd/libgd/gd_jpeg.c: In function 
‘php_gd_gdImageCreateFromJpegPtr’:
/home/cjones/php-5.5/ext/gd/libgd/gd_jpeg.c:289: warning: implicit declaration 
of function ‘gdImageCreateFromJpegPtrEx’
/home/cjones/php-5.5/ext/gd/libgd/gd_jpeg.c:289: warning: return makes pointer 
from integer without a cast
/home/cjones/php-5.5/ext/gd/libgd/gd_jpeg.c: At top level:
/home/cjones/php-5.5/ext/gd/libgd/gd_jpeg.c:293: error: conflicting types for 
‘gdImageCreateFromJpegPtrEx’
/home/cjones/php-5.5/ext/gd/libgd/gd_jpeg.c:289: error: previous implicit 
declaration of ‘gdImageCreateFromJpegPtrEx’ was here
make: *** [ext/gd/libgd/gd_jpeg.lo] Error 1





------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=64707&edit=1

Reply via email to