php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11610 compilation with gd
Submitted: 2001-06-21 18:22 UTC Modified: 2001-06-21 21:03 UTC
From: an dot cappellini at tiscalinet dot it Assigned:
Status: Closed Package: GD related
PHP Version: 4.0.5 OS: slackware 7.0
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: an dot cappellini at tiscalinet dot it
New email:
PHP Version: OS:

 

 [2001-06-21 18:22 UTC] an dot cappellini at tiscalinet dot it
i have some problem in compilation with gd (1.8.4)

first of all i have the same problem described in http://www.php.net/bugs.php?id=11096&edit=1
(i resolve it commenting the line).

but now i have some error compiling gdttf.c, for example:

gdttf.c: In function `glyphTest':
gdttf.c:442: `a' undeclared (first use in this function)
gdttf.c:442: parse error before `)'
gdttf.c:443: `b' undeclared (first use in this function)
gdttf.c:443: parse error before `)'

[there are 148 lines of errors]

my configure line is: 
./configure --with-mysql=/opt/mysql --with-apache=../apache_1.3.14 --enable-track-vars --with-gd --with-gd-dir=/usr/local/include --enable-calendar  --with-jpeg-dir=/usr/lib --with-xpm-dir=/usr/X11R6/lib/ --with-ftp

thanx
alex

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-21 19:27 UTC] sniper@php.net
You should NOT comment any lines in sources.
Please try with PHP 4.0.6, (released tomorrow) as this
is fixed in it. 

http://www.php.net/~andi/php-4.0.6.tar.gz


--Jani

 [2001-06-21 21:03 UTC] an dot cappellini at tiscalinet dot it
thanx a lot!
it works perfectly with apache 1.3.20!

alex
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Dec 26 15:01:32 2024 UTC