Opened 3 years ago
Last modified 3 years ago
#63452 new defect
gst @3.2.5: getopt.c:576:30: error: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Werror,-Wimplicit-function-declaration] — at Version 1
Reported by: | informatimago (Pascal J. Bourguignon) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | catalina bigsur | Cc: | |
Port: | gst |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
See main.log attached; a #include <string.h> is missing.
gst @3.2.5_4 (lang) Free implementation of Smalltalk-80
Change History (2)
Changed 3 years ago by informatimago (Pascal J. Bourguignon)
comment:1 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Keywords: | catalina bigsur added |
Summary: | gst compilation error (#include <string.h> is missing) → gst @3.2.5: getopt.c:576:30: error: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Werror,-Wimplicit-function-declaration] |
Version: | → 2.7.1 |
It's the typical problem we see with Xcode 12 and later:
getopt.c:576:30: error: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Werror,-Wimplicit-function-declaration]
Note: See
TracTickets for help on using
tickets.
main.log