php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57533 Error when compile freeimage
Submitted: 2007-02-16 07:44 UTC Modified: 2015-04-04 17:17 UTC
From: lopez-s at voila dot fr Assigned: kalle (profile)
Status: Closed Package: FreeImage (PECL)
PHP Version: 5.1.4 OS: Linux Gentoo
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: lopez-s at voila dot fr
New email:
PHP Version: OS:

 

 [2007-02-16 07:44 UTC] lopez-s at voila dot fr
Description:
------------
I've installed FreeImage 3.9.3 and i try to compile this package, like in the README file, but it doesn't work.

Reproduce code:
---------------
# ./configure

Expected result:
----------------
freeimage.so

Actual result:
--------------
loading cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking how to run the C preprocessor... cc -E
checking for egrep... grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /usr/local/php5
checking for PHP includes... -I/usr/local/php5/include/php -I/usr/local/php5/include/php/main -I/usr/local/php5/include/php/TSRM -I/usr/local/php5/include/php/Zend -I/usr/local/php5/include/php/ext
checking for PHP extension directory... /usr/local/php5/lib/php/extensions/no-debug-non-zts-20050922
checking for PHP installed headers prefix... /usr/local/php5/include/php
checking for re2c... no
configure: warning: You will need re2c 0.9.11 or later if you want to regenerate PHP parsers.
checking for gawk... gawk
: command not found526:
: command not found527:
: command not found528:
checking for freeimage support... yes, shared
: command not found577:
: command not found578:
: command not found579:
: command not found580:
: command not found581:
'/configure: line 2590: syntax error near unexpected token `do
'/configure: line 2590: `     for i in $SEARCH_PATH ; do


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-04-04 17:17 UTC] kalle@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: kalle
 [2015-04-04 17:17 UTC] kalle@php.net
There have only ever been 1 release, so closing this as it is unmaintained.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC