Opened 4 years ago
Last modified 11 months 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]
| 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
Attachments (1)
Change History (3)
Changed 4 years ago by informatimago (Pascal J. Bourguignon)
comment:1 Changed 4 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]
comment:2 Changed 11 months ago by papadil
Is there a workaround? Any one working this? Homebrew mananged to get it compiled so there must be a way. Thanks
Note: See
TracTickets for help on using
tickets.

main.log