View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000418 | Xdebug | public | 2008-11-08 17:47 | 2009-03-28 20:37 | |
Reporter | guenter | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Summary | 0000418: compilation breaks with CodeWarrior for NetWare with versions > 2.0.0 | ||||
Description | Hi, | ||||
Additional Information | Compile error with CodeWarrior for NetWare (xdebug 2.0.3):Compiling xdebug.c... Errors caused tool to abort. Compile warning with gcc 4.2.1 on SuSE Linux (xdebug 2.0.3):gcc -I. -I/home/hacki/projects/php5/xdebug-2.0.3 -DPHP_ATOM_INC -I/home/hacki/projects/php5/xdebug-2.0.3/include -I/home/hacki/projects/php5/xdebug-2.0.3/main -I/home/hacki/projects/php5/xdebug-2.0.3 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O0 -c /home/hacki/projects/php5/xdebug-2.0.3/xdebug_code_coverage.c -fPIC -DPIC -o .libs/xdebug_code_coverage.o | ||||
Tags | No tags attached. | ||||
Operating System | NetWare, Linux | ||||
PHP Version | 5.2.6 | ||||
|
sorry for the wrong category - please change to 'installation'! |
|
Further investigation shows that zend_op_array is defined in ./Zend/zend_compile.h, and its last member is defined as:
though I have not digged further through your code, and I doubt that this is the right fix. |
|
This is actually the correct patch, so thanks! I've committed this to CVS now. |
Date Modified | Username | Field | Change |
---|---|---|---|
2008-11-08 17:47 | guenter | New Issue | |
2008-11-08 17:54 | guenter | Note Added: 0000896 | |
2008-11-08 19:58 | guenter | Note Added: 0000897 | |
2009-03-28 20:37 | derick | Note Added: 0000944 | |
2009-03-28 20:37 | derick | Status | new => closed |
2009-03-28 20:37 | derick | Resolution | open => fixed |
2016-07-31 12:35 | derick | Category | Debug client (console) => debugclient (debugging tool) |
2016-07-31 12:35 | derick | Category | debugclient (debugging tool) => (No Category) |