gnucobol @3.2: ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
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
Change History (4)
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]
|
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]
|
Owner: |
set to ryandesign
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Probably fixed by https://sourceforge.net/p/gnucobol/code/5295/; checking…