From: vpupkin at comcast dot net
Operating system: Linux
PHP version: Irrelevant
PHP Bug Type: PHP-GTK related
Bug description: php error messages in c files
Description:
------------
to reproduce (php-gtk-1.0.0)
$./buildconf
$./configure
...
./configure: line 3665: syntax error near unexpected token `debug,'
./configure: line 3665: `PHP_GTK_ARG_ENABLE(debug, whether to include
debugging symbols,'
$aclocal
$./buildconf
$./configure
$make
files:
/ext/gtk+/gen_gtk.c contains (it's inside the file):
br />
<b>Warning</b>: fopen(--): failed to open stream: No such file or
directory in <b>/dev/php-gtk/generator/scheme.php</b> on line
<b>110</b><br />
<br />
<b>Warning</b>: fgets(): supplied argument is not a valid stream resource
in <b>/dev/php-gtk/generator/scheme.php</b> on line <b>34</b><br />
/ext/gtk+/get_gdk.c contains:
<br />
<b>Warning</b>: filemtime(): Stat failed for -- (errno=2 - No such file
or directory) in <b>/dev/php-gtk/generator/scheme.php</b> on line
<b>101</b><br />
you can remove those line from the files and do "make" (it will go a bit
farther) again, but then you receive the folliwing:
/dev/php-gtk/main/php_gtk_object.c: In function `php_gtk_arg_from_value':
/dev/php-gtk/main/php_gtk_object.c:615: error: `gtk_object_ce' undeclared
(first use in this function)
/dev/php-gtk/main/php_gtk_object.c:615: error: (Each undeclared identifier
is reported only once
/dev/php-gtk/main/php_gtk_object.c:615: error: for each function it
appears in.)
/dev/php-gtk/main/php_gtk_object.c: In function `php_gtk_ret_from_value':
/dev/php-gtk/main/php_gtk_object.c:892: error: `gtk_object_ce' undeclared
(first use in this function)
make: *** [main/php_gtk_object.lo] Error 1
Hope it helps. Thanks
Alexander Kabanov
--
Edit bug report at http://bugs.php.net/?id=26679&edit=1
--
Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=26679&r=trysnapshot4
Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=26679&r=trysnapshot5
Fixed in CVS: http://bugs.php.net/fix.php?id=26679&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=26679&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=26679&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=26679&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=26679&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=26679&r=support
Expected behavior: http://bugs.php.net/fix.php?id=26679&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=26679&r=notenoughinfo
Submitted twice:
http://bugs.php.net/fix.php?id=26679&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=26679&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26679&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=26679&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=26679&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=26679&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26679&r=float
--
PHP-GTK Development Mailing List (http://gtk.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|