Opened 4 hours ago

Closed 3 hours ago

#70848 closed defect (fixed)

gnucobol @3.2: ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]

Reported by: kwolcott Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: gnucobol

Description

common.c:9714:3: error: call to undeclared function 'xmlCleanupParser'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 9714 |                 xmlCleanupParser ();

MacOS 15.0 (Sequoia) arm64

Attachments (1)

gcobol_port_source_install_fails.log.bz2 (8.4 KB) - added by kwolcott 4 hours ago.

Download all attachments as: .zip

Change History (4)

Changed 4 hours ago by kwolcott

comment:1 Changed 4 hours ago by ryandesign (Ryan Carsten Schmidt)

Port: gnucobol added; gcobol removed
Summary: gcobol port install from source fails: ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]gnucobol@3.2: ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]

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

Summary: gnucobol@3.2: ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]gnucobol @3.2: ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]

Probably fixed by https://sourceforge.net/p/gnucobol/code/5295/; checking…

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

Owner: set to ryandesign
Resolution: fixed
Status: newclosed

In dfd9884cd7e63158f2ea3395d8a3755f1553b4bd/macports-ports (master):

gnucobol: Fix build failure with latest libxml2

Closes: #70848

Note: See TracTickets for help on using tickets.