php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18852 cant compile with module fribidi
Submitted: 2002-08-11 06:17 UTC Modified: 2002-09-15 05:43 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: miki at canaan dot co dot il Assigned: tal (profile)
Status: Closed Package: Compile Failure
PHP Version: 4.2.2 OS: RedHat 7.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: miki at canaan dot co dot il
New email:
PHP Version: OS:

 

 [2002-08-11 06:17 UTC] miki at canaan dot co dot il
tried to compile PHP4.2.2 with fribidi support.
Version: 0.10.4
----------------------------------------------------------
Dov Grobgeld the developer of fribidi told me:
guint16 is normally defined in glib. I have no idea if they copied
the necessary functionity from glib or not. Ask whoever did the port
or look at the sources.
----------------------------------------------------------
Got the following error:
 
In file included from internal_functions.c:34:
/home/miki/apache2/php-4.2.2-with-freebidi/ext/fribidi/php_fribidi.h:32: parse error before `guint16'
/home/miki/apache2/php-4.2.2-with-freebidi/ext/fribidi/php_fribidi.h:32: warning: no semicolon at end of struct or union
/home/miki/apache2/php-4.2.2-with-freebidi/ext/fribidi/php_fribidi.h:33: warning: data definition has no type or storage class
/home/miki/apache2/php-4.2.2-with-freebidi/ext/fribidi/php_fribidi.h:34: parse error before `*'
/home/miki/apache2/php-4.2.2-with-freebidi/ext/fribidi/php_fribidi.h:34: warning: data definition has no type or storage class
/home/miki/apache2/php-4.2.2-with-freebidi/ext/fribidi/php_fribidi.h:35: parse error before `*'
/home/miki/apache2/php-4.2.2-with-freebidi/ext/fribidi/php_fribidi.h:35: warning: data definition has no type or storage class
/home/miki/apache2/php-4.2.2-with-freebidi/ext/fribidi/php_fribidi.h:36: parse error before `}'
/home/miki/apache2/php-4.2.2-with-freebidi/ext/fribidi/php_fribidi.h:36: warning: data definition has no type or storage class
make[2]: *** [internal_functions.lo] Error 1
make[2]: Leaving directory `/home/miki/apache2/php-4.2.2-with-freebidi/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/miki/apache2/php-4.2.2-with-freebidi/main'
make: *** [all-recursive] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-13 20:49 UTC] kalowsky@php.net
and you have fribidi installed?  what is the path to your fribidi?  also can you post a simple configure line to reproduce this?
 [2002-08-13 20:49 UTC] kalowsky@php.net
forgot to mark as feedback.
 [2002-08-14 03:03 UTC] miki at canaan dot co dot il
here it is:

./configure --prefix=/usr/local/php_4.2.2 --with-pgsql --with-apxs=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql --enable-calendar --with-gd --with-jpeg-dir  --with-fribidi=/usr/local/fribidi
 [2002-08-14 12:29 UTC] kalowsky@php.net
assigning to tal
 [2002-09-15 05:43 UTC] tal@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 19:01:32 2024 UTC