php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7649 Error Compiling
Submitted: 2000-11-05 19:22 UTC Modified: 2001-01-17 18:43 UTC
From: pyaggi at aulamagna dot com dot ar Assigned:
Status: Closed Package: GD related
PHP Version: 4.0.3pl1 OS: Linux RedHat 6.1
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: pyaggi at aulamagna dot com dot ar
New email:
PHP Version: OS:

 

 [2000-11-05 19:22 UTC] pyaggi at aulamagna dot com dot ar
I'm trying to compile php and I get the following error.
The problem seems to be the TT_Engine struct is not defined,
but I have only installed t1lib and I using this parameters
to configure:
configure --prefix=/usr --with-apxs

--
make[1]: Entering directory `/home/Pablo/tmp/php-4.0.3pl1/ext/gd'
/bin/sh /home/Pablo/tmp/php-4.0.3pl1/libtool --silent --mode=compile gcc  -I. -I/home/Pablo/tmp/php-4.0.3pl1/ext/gd -I/home/Pablo/tmp/php-4.0.3pl1 -I/home/Pablo/tmp/php-4.0.3pl1/main -I/usr/include/apache -I/home/Pablo/tmp/php-4.0.3pl1/Zend -I/home/Pablo/tmp/php-4.0.3pl1 -I/usr/local/include/freetype -I/home/Pablo/tmp/php-4.0.3pl1/ext/mysql/libmysql -I/home/Pablo/tmp/php-4.0.3pl1/ext/xml/expat/xmltok -I/home/Pablo/tmp/php-4.0.3pl1/ext/xml/expat/xmlparse -I/home/Pablo/tmp/php-4.0.3pl1/TSRM  -DEAPI -DXML_BYTE_ORDER=12 -g -O2  -c gdttf.c
gdttf.c:79: parse error before `TT_Engine'
gdttf.c:79: warning: no semicolon at end of struct or union
gdttf.c:80: warning: data definition has no type or storage class
gdttf.c:81: parse error before `properties'
gdttf.c:81: warning: data definition has no type or storage class
gdttf.c:82: parse error before `instance'
gdttf.c:82: warning: data definition has no type or storage class
gdttf.c:83: parse error before `char_map_Unicode'
gdttf.c:83: warning: data definition has no type or storage class
gdttf.c:84: parse error before `char_map_Big5'
gdttf.c:84: warning: data definition has no type or storage class
gdttf.c:85: parse error before `char_map_Roman'
gdttf.c:85: warning: data definition has no type or storage class
gdttf.c:89: parse error before `matrix'
gdttf.c:89: warning: data definition has no type or storage class
gdttf.c:90: parse error before `imetrics'
gdttf.c:90: warning: data definition has no type or storage class
gdttf.c:92: parse error before `}'
gdttf.c:92: warning: data definition has no type or storage class
gdttf.c:98: parse error before `TT_Engine'
gdttf.c:98: warning: no semicolon at end of struct or union
gdttf.c:99: warning: data definition has no type or storage class
gdttf.c:104: parse error before `TT_Glyph'


...

---

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-27 07:14 UTC] sniper@php.net
reclassify
 [2000-12-07 19:49 UTC] sniper@php.net
Please try latest snapshot from http://snaps.php.net/

--Jani
 [2001-01-17 18:43 UTC] sniper@php.net
No feedback -> closed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC