View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000429 | file | General | public | 2023-02-27 06:54 | 2023-03-05 19:52 |
Reporter | xry111 | Assigned To | christos | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.44 | ||||
Fixed in Version | 5.45 | ||||
Summary | 0000429: Build failure with gcc 4.8 | ||||
Description | We have the following build failure with file 5.44 and gcc 4.8: CC funcs.lo ../../src/funcs.c: In function 'check_regex': ../../src/funcs.c:665:2: error: 'for' loop initial declarations are only allowed in C99 mode for (const char *p = pat; *p; p++) { ^ ../../src/funcs.c:665:2: note: use option -std=c99 or -std=gnu99 to compile your code make[3]: *** [Makefile:571: funcs.lo] Error 1 | ||||
Tags | build | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2023-02-27 06:54 | xry111 | New Issue | |
2023-02-27 06:54 | xry111 | Tag Attached: build | |
2023-03-05 19:52 | christos | Assigned To | => christos |
2023-03-05 19:52 | christos | Status | new => assigned |
2023-03-05 19:52 | christos | Status | assigned => resolved |
2023-03-05 19:52 | christos | Resolution | open => fixed |
2023-03-05 19:52 | christos | Fixed in Version | => 5.45 |
2023-03-05 19:52 | christos | Note Added: 0003904 |