View Issue Details

IDProjectCategoryView StatusLast Update
0000429fileGeneralpublic2023-03-05 19:52
Reporterxry111 Assigned Tochristos  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.44 
Fixed in Version5.45 
Summary0000429: Build failure with gcc 4.8
DescriptionWe 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
Tagsbuild

Activities

christos

2023-03-05 19:52

manager   ~0003904

Fixed, thanks!

Issue History

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