php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13181 gd-1.8.3 or above
Submitted: 2001-09-06 14:05 UTC Modified: 2001-09-06 14:45 UTC
From: den at volginfo dot ru Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0.6 OS: FreeBSD 4.3
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: den at volginfo dot ru
New email:
PHP Version: OS:

 

 [2001-09-06 14:05 UTC] den at volginfo dot ru
When I try to compile php --with-gd=/usr/local, compile fails...
with gd-1.7.3 it seems to works fine, but I can't use ImageJpeg:
Warning: ImageJpeg: No JPG support in this PHP build 



gd.c: In function `php_if_imagecreatefromstring':                               
gd.c:1092: `gdImageCreateFromGifCtx' undeclared (first use in this function)    
gd.c:1092: (Each undeclared identifier is reported only once                    
gd.c:1092: for each function it appears in.)                                    
gd.c: In function `php_if_imagecreatefromgif':                                  
gd.c:1209: `gdImageCreateFromGif' undeclared (first use in this function)       
gd.c:1209: `gdImageCreateFromGifCtx' undeclared (first use in this function)    
gd.c: In function `php_if_imagegif':                                            
gd.c:1404: `gdImageGif' undeclared (first use in this function)                 
gd.c: In function `_php_image_convert':                                         
gd.c:3361: `gdImageCreateFromGif' used prior to declaration                     
gd.c:3361: warning: assignment makes pointer from integer without a cast        
*** Error code 1                                                                
                                                                                
Stop in /usr/ports/distfiles/php-4.0.6/ext/gd.                                  
*** Error code 1                                                           
...........................

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-06 14:45 UTC] sniper@php.net
Please ask support questions on the mailing lists:

http://www.php.net/support.php

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 07:01:31 2024 UTC