[MacPorts] #22393: splint 3.1.2 does not build
MacPorts
noreply at macports.org
Tue Feb 16 16:26:34 UTC 2021
#22393: splint 3.1.2 does not build
--------------------------+----------------------
Reporter: rgovostes@… | Owner: (none)
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 1.8.1
Resolution: | Keywords:
Port: splint |
--------------------------+----------------------
Comment (by ballapete):
With `autoconf264` the build process happens to find that C header file:
{{{
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in src
Compiling cgrammar.c...
Compiling cscanner.c...
Compiling mtscanner.c...
Compiling mtgrammar.c...
Compiling llgrammar.c...
Compiling signature.c...
Compiling cppmain.c...
}}}
but it fails later:
{{{
Compiling importNodeList.c...
Compiling tokentable.c...
Compiling scan.c...
In file included from scan.c:49:
Headers/scan.h:11:29: error: unknown type name 'YYSTYPE'
extern unsigned int lsllex (YYSTYPE *p_lval);
^
scan.c:61:22: error: unknown type name 'YYSTYPE'
unsigned int lsllex (YYSTYPE *lval)
^
2 errors generated.
make[2]: *** [scan.o] Error 1
}}}
--
Ticket URL: <https://trac.macports.org/ticket/22393#comment:8>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list