View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000433 | Xdebug | public | 2009-03-19 16:10 | 2009-04-18 22:28 | |
Reporter | p2409 | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Summary | 0000433: ./configure check of el_init: nested functions are disabled (Mac OS X 10.5) | ||||
Description | Configuring xdebugclient was failing due to inability to compile the el_init nested functions - they were something like this int main() { ./configure reported : error: "you have strange libedit" | ||||
Additional Information | This was on a new Leopard install btw. The fix was simple: Everything worked after that. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.2.8 | ||||
|
Can you show me the full output and the full config.log? I see indeed the nested function in configure, but it compiles and works just fine here: checking whether to use libedit... yes |
|
Servus Derick! Sorry it's been a while to get back to you. It must have been an odd environment for configure: note that nested functions are not allowed in C++, but for C files they are fine in GNU. I'm guessing my environment was C++ compiling (maybe from earlier work in the day). So....no problem ok to close. Thanks for xdebug by the way I reckon it's making thousands of people's lives easier. Vielen Dank! Pete |
|
Okay, closing then. |
Date Modified | Username | Field | Change |
---|---|---|---|
2009-03-19 16:10 | p2409 | New Issue | |
2009-03-19 16:10 | p2409 | PHP Version | => 5.2.8 |
2009-03-19 16:10 | p2409 | Xdebug Version | => 2.0.3 |
2009-03-28 17:22 | derick | Note Added: 0000929 | |
2009-03-28 17:22 | derick | Status | new => feedback |
2009-04-18 15:58 | p2409 | Note Added: 0000953 | |
2009-04-18 22:28 | derick | Note Added: 0000955 | |
2009-04-18 22:28 | derick | Status | feedback => resolved |
2009-04-18 22:28 | derick | Resolution | open => unable to reproduce |
2009-04-18 22:28 | derick | Assigned To | => derick |
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) |