Opened 7 weeks ago

Closed 7 weeks ago

Last modified 7 weeks 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 7 weeks ago.

Download all attachments as: .zip

Change History (4)

Changed 7 weeks ago by pxr02411

Attachment: wordnet-main.log added

comment:1 Changed 7 weeks 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 7 weeks 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 7 weeks 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.