[oi-dev] unexpected syntax errors :|

Alan Coopersmith alan.coopersmith at oracle.com
Tue May 16 15:33:30 UTC 2017


On 05/16/17 05:45 AM, Dariusz Sendkowski wrote:
> Hi,
>
> Has anyone ever encountered such weird errors during build?:
>
> /usr/include/iso/stddef_iso.h:61: syntax error, unexpected INTEGER in '# 71' at '71'
> /usr/include/iso/stddef_iso.h:65: syntax error, unexpected INTEGER in '# 80' at '80'
> /usr/include/iso/stddef_iso.h:71: syntax error, unexpected INTEGER in '# 91' at '91'
> /usr/include/stddef.h:61: syntax error, unexpected INTEGER in '# 74' at '74'
> /usr/include/limits.h:176: syntax error, unexpected INTEGER in '# 289' at '289'
> /usr/include/limits.h:179: syntax error, unexpected INTEGER in '# 292' at '292'
> /usr/include/float.h:45: syntax error, unexpected INTEGER in '# 54' at '54'
> /usr/include/float.h:47: syntax error, unexpected INTEGER in '# 58' at '58'

That sounds like something is expecting "cpp -P" output and getting cpp output
generated without the -P instead.

	-alan-




More information about the oi-dev mailing list