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]

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)

main.log (364.2 KB) - added by informatimago (Pascal J. Bourguignon) 3 years ago.
main.log

Download all attachments as: .zip

Change History (2)

Changed 3 years ago by informatimago (Pascal J. Bourguignon)

Attachment: main.log added

main.log

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.