Opened 3 years ago

Closed 3 years ago

#62527 closed defect (fixed)

wv @1.2.4_3: error: implicit declaration of function 'wvOLEDecode_gsf'

Reported by: cooljeanius (Eric Gallager) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: bigsur catalina Cc:
Port: wv

Description

Another victim of -Werror=implicit-function-declaration being on by default now:

wvparse.c:131:11: error: implicit declaration of function 'wvOLEDecode_gsf' [-Werror,-Wimplicit-function-declaration]
    ret = wvOLEDecode_gsf (ps, path, &ps->mainfd, &ps->tablefd0, &ps->tablefd1,
          ^
wvparse.c:131:11: note: did you mean 'wvOLEDecode'?
./wv.h:4681:9: note: 'wvOLEDecode' declared here
    int wvOLEDecode (wvParseStruct * ps,
        ^
1 error generated.
make[2]: *** [wvparse.lo] Error 1
make[2]: *** Waiting for unfinished jobs....

(Sorry if this is a duplicate; I tried searching, but search doesn't handle ports whose names are only 2 characters long...)

Attachments (1)

wvout.log (352.0 KB) - added by cooljeanius (Eric Gallager) 3 years ago.
terminal output from attempting to build wv

Download all attachments as: .zip

Change History (3)

Changed 3 years ago by cooljeanius (Eric Gallager)

Attachment: wvout.log added

terminal output from attempting to build wv

comment:1 in reply to:  description Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to cooljeanius:

(Sorry if this is a duplicate; I tried searching, but search doesn't handle ports whose names are only 2 characters long...)

Not a duplicate, but you certainly can search for tickets for ports having short names, e.g. status=!closed&port=~wv

comment:2 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Resolution: fixed
Status: newclosed

In 01144a6788d2f603c4585d860b5c255a826cef85/macports-ports (master):

wv: Fix implicit declaration of functions

and enable universal variant.

Closes: #62527

Note: See TracTickets for help on using tickets.