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

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

 New Comment:

Remi, can you take a look please?


Previous Comments:
------------------------------------------------------------------------
[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