php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38126 buiding error
Submitted: 2006-07-17 21:41 UTC Modified: 2006-07-25 01:00 UTC
From: paac80 at hotmail dot com Assigned:
Status: No Feedback Package: GD related
PHP Version: 5.1.4 OS: Fedora core 4
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: paac80 at hotmail dot com
New email:
PHP Version: OS:

 

 [2006-07-17 21:41 UTC] paac80 at hotmail dot com
Description:
------------
I installed gd-2.0.33 and its libreries then i tried to build php 5.1.4 follow the next steps and I got a error message

./configure --with-mysql--with-apxs2=/usr/local/apache2/bin/apxs --with-freetype --enable-calendar --with-freetype-dir=/usr --with-jpeg-dir=/usr --with-gd=/usr --with-png-dir=/usr/local --with-zlib-dir=/usr/src/libpng-1.2.12

make clean
make

and then show errors messages

Reproduce code:
---------------
some errors after type make

In file included from /usr/src/php-5.1.4/ext/gd/gd.c:68:
/usr/include/gdfontt.h:27: error: syntax error before 'gdFontPtr'
/usr/include/gdfontt.h:28: error: syntax error before 'gdFontGetTiny'
In file included from /usr/src/php-5.1.4/ext/gd/gd.c:69:
/usr/include/gdfonts.h:26: error: syntax error before 'gdFontPtr'
/usr/include/gdfonts.h:27: error: syntax error before 'gdFontGetSmall'
/usr/src/php-5.1.4/ext/gd/libgd/wbmp.h:48: confused by earlier errors, bailing out
make: *** [ext/gd/gd.lo] Error 1


Expected result:
----------------
It must build succesfull


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-07-18 00:06 UTC] iliaa@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip


 [2006-07-25 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 09:01:29 2024 UTC