Discussion:
use of undeclared identifier 'DW_LANG_C11'
(too old to reply)
bob prohaska
2018-06-09 20:07:24 UTC
Permalink
I'm seeing persistent
--- dwarf.o ---
/usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/dwarf.c:1980:8: error: use of undeclared identifier 'DW_LANG_C11'
case DW_LANG_C11:
^
errors very early in buildworld attempts on 334890

I've tried "make clean" in /usr/src to no avail, is there something else
to try, or should I just wait for a source update?

Thanks for reading,

bob prohaska
Mark Johnston
2018-06-09 20:13:08 UTC
Permalink
Post by bob prohaska
I'm seeing persistent
--- dwarf.o ---
/usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/dwarf.c:1980:8: error: use of undeclared identifier 'DW_LANG_C11'
^
errors very early in buildworld attempts on 334890
I've tried "make clean" in /usr/src to no avail, is there something else
to try, or should I just wait for a source update?
Please give r334892 a try.
bob prohaska
2018-06-09 21:05:20 UTC
Permalink
Post by Mark Johnston
Post by bob prohaska
I'm seeing persistent
--- dwarf.o ---
/usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/dwarf.c:1980:8: error: use of undeclared identifier 'DW_LANG_C11'
^
errors very early in buildworld attempts on 334890
I've tried "make clean" in /usr/src to no avail, is there something else
to try, or should I just wait for a source update?
Please give r334892 a try.
Thank you,

bob prohaska

Loading...