php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41720 Compile failure on gtk-2.8
Submitted: 2007-06-17 18:30 UTC Modified: 2007-06-17 18:40 UTC
From: adamg@php.net Assigned:
Status: Closed Package: PHP-GTK related
PHP Version: 5.2.3 OS: Linux
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: adamg@php.net
New email:
PHP Version: OS:

 

 [2007-06-17 18:30 UTC] adamg@php.net
Description:
------------
php-gtk2 is said to support gtk+2 >= 2.6.9, however when trying to compile it against gtk+-2.8.20 it fails with:

ext/gtk+/gen_gtk.c:44: error: syntax error before '*' token

where 44th line of ext/gtk+/gen_gtk.c is:
static void phpg_link_button_set_uri_hook_func_marshal(GtkLinkButton *button, const gchar *link, gpointer data);

I found a thread started by Eddie Hixson where he complains about similar error:
http://aspn.activestate.com/ASPN/Mail/Message/php-gtk-general/3486264

yet the thread ended without any resolution to the problem other then (I used gtk+ 2.10).


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-06-17 18:40 UTC] anant@php.net
Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at 
http://www.php.net/downloads.php

A tarball for the beta release that works with Gtk+ 2.8 will be up on http://gtk.php.net/download.php in a few moments.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 17:01:31 2024 UTC