https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274812
Bug ID: 274812
Summary: /usr/src/bin/stty/modes.c:129:13: error: use of
undeclared identifier 'IUTF8'
Product: Base System
Version: 14.0-STABLE
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
When I was building base system on my machine an error occurred.
--- all_subdir_bin ---
/usr/src/bin/stty/modes.c:129:13: error: use of undeclared identifier 'IUTF8'
{ "iutf8", IUTF8, 0 },
^
/usr/src/bin/stty/modes.c:130:17: error: use of undeclared identifier 'IUTF8'
{ "-iutf8", 0, IUTF8 },
^
2 errors generated.
--
You are receiving this mail because:
You are the assignee for the bug.