Opened 3 years ago

#61615 assigned defect

p5-net-nfdump @1.25: error: implicit declaration of function 'ff2_lex' is invalid in C99

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: pokui@…
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: bigsur catalina Cc:
Port: p5-net-nfdump

Description

https://build.macports.org/builders/ports-11_arm64-builder/builds/1001/steps/install-port/logs/stdio

ffilter/ffilter_gram.c:1369:16: error: implicit declaration of function 'ff2_lex' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
      yychar = YYLEX;
               ^
ffilter/ffilter_gram.c:692:16: note: expanded from macro 'YYLEX'
# define YYLEX yylex (&yylval, scanner, filter)
               ^
ffilter/ffilter_gram.c:64:25: note: expanded from macro 'yylex'
#define yylex           ff2_lex
                        ^
1 error generated.

A new version is available so updating to that would be a good first thing to try.

Change History (0)

Note: See TracTickets for help on using tickets.