php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56025 latest release won't compile on RH9
Submitted: 2004-04-06 16:16 UTC Modified: 2004-04-06 16:21 UTC
From: php-lists at nomeaning dot net Assigned:
Status: Not a bug Package: Xdebug
PHP Version: 5.0.0b1 (beta1) OS: RH 9
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: php-lists at nomeaning dot net
New email:
PHP Version: OS:

 

 [2004-04-06 16:16 UTC] php-lists at nomeaning dot net
Description:
------------
This may be "bogus" to you, but I first heard of your package today and am interested in trying it out.  I have tried this on two different RH9 installations (one fairly stock, the other a very up-to-date workstation) without success.  I could try to figure it out myself, but until I get hooked on xdebug I'm lacking enough incentive to hack at it. =)

I followed the instructions in README.  Note the errors from make.  I performed (as a non-root user):
$ phpize
$ ./configure --enable-xconfig
$ make
/bin/sh /work/xdebug-1.3.1/libtool --mode=compile gcc  -I. -I/work/xdebug-1.3.1
-DPHP_ATOM_INC -I/work/xdebug-1.3.1/include -I/work/xdebug-1.3.1/main -I/work/xdebug-1.3.1 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/Zend -I/usr/local/include/php/TSRM  -DHAVE_CONFIG_H  -g -O2  -prefer-pic -c /work/xdebug-1.3.1/xdebug.c -o xdebug.lo
gcc -I. -I/work/xdebug-1.3.1 -DPHP_ATOM_INC -I/work/xdebug-1.3.1/include -I/work/xdebug-1.3.1/main -I/work/xdebug-1.3.1 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/Zend -I/usr/local/include/php/TSRM -DHAVE_CONFIG_H -g -O2 -c /work/xdebug-1.3.1/xdebug.c  -fPIC -DPIC -o xdebug.lo
In file included from /work/xdebug-1.3.1/xdebug_var.h:20,
                 from /work/xdebug-1.3.1/xdebug.c:55:
/work/xdebug-1.3.1/php_xdebug.h:66: warning: parameter names (without types) in
function declaration
/work/xdebug-1.3.1/php_xdebug.h:66: warning: data definition has no type or storage class
/work/xdebug-1.3.1/xdebug.c:125: `xdebug' undeclared here (not in a function)
/work/xdebug-1.3.1/xdebug.c:125: initializer element is not constant
/work/xdebug-1.3.1/xdebug.c:125: (near initialization for `xdebug_module_entry.post_deactivate_func')
make: *** [xdebug.lo] Error 1

P.S. this is with PHP 5.0 RC1, not beta 1 (the only choice offered by this bug db).



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-06 16:21 UTC] php-lists at nomeaning dot net
Sorry, wrong bug DB
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 21:01:27 2024 UTC