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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
21 + 34 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Mar 29 12:01:27 2024 UTC