Opened 13 days ago

Closed 11 days ago

Last modified 11 days ago

#70946 closed defect (fixed)

wordnet @3.0_3: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]

Reported by: pxr02411 Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: sequoia Cc:
Port: wordnet

Description

When I installed Mac OS Sequoia and Xcode 16 on a MacBook Air with Apple Silicon (M2) and ran the port migrate command, WordNet build failed. On an Intel Mac (Mac mini 2018), it was built without any problems.

Attachments (1)

wordnet-main.log (381.5 KB) - added by pxr02411 13 days ago.

Download all attachments as: .zip

Change History (4)

Changed 13 days ago by pxr02411

Attachment: wordnet-main.log added

comment:1 Changed 13 days ago by jmroot (Joshua Root)

Port: wordnet added
Summary: WordNet fails to compile on MacOS sequoia and Xcode 16.wordnet @3.0_3 fails to compile on MacOS sequoia and Xcode 16.
:info:build wn.c:132:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
:info:build   132 | main(int argc,char *argv[])
:info:build       | ^

comment:2 Changed 11 days ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Resolution: fixed
Status: newclosed

In 4d4e88859e5bbbd400b27b23e36fa13a420d6aae/macports-ports (master):

wordnet: Fix implicit-int/implicit-function-declaration errors

Closes: #70946

comment:3 Changed 11 days ago by ryandesign (Ryan Carsten Schmidt)

Keywords: sequoia added
Summary: wordnet @3.0_3 fails to compile on MacOS sequoia and Xcode 16.wordnet @3.0_3: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
Note: See TracTickets for help on using tickets.