Opened 4 years ago
Closed 4 years ago
#61916 closed defect (fixed)
frei0r-plugins fails on big sur due to implicit strcmp
Reported by: | ShadSterling (Shad Sterling) | Owned by: | ddennedy (Dan Dennedy) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.4 |
Keywords: | bigsur | Cc: | |
Port: | frei0r-plugins |
Description
:info:build In file included from filter/cairoimagegrid/cairoimagegrid.c:27: :info:build ../include/frei0r_cairo.h:63:6: error: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Werror,-Wimplicit-function-declaration] :info:build if(strcmp(op, NORMAL) == 0) :info:build ^ :info:build ../include/frei0r_cairo.h:63:6: note: include the header <string.h> or explicitly provide a declaration for 'strcmp' :info:build 1 error generated.
This came up in reinstalling everything on Big Sur, frei0r-plugins is not requested.
Attachments (1)
Change History (4)
Changed 4 years ago by ShadSterling (Shad Sterling)
comment:1 Changed 4 years ago by mf2k (Frank Schima)
Cc: | ddennedy removed |
---|---|
Owner: | set to ddennedy |
Status: | new → assigned |
comment:2 Changed 4 years ago by ddennedy (Dan Dennedy)
comment:3 Changed 4 years ago by ddennedy (Dan Dennedy)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I reproduced this and fixed it through an upgrade in pull request https://github.com/macports/macports-ports/pull/9534