Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Oct 2023 11:52:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 274812] /usr/src/bin/stty/modes.c:129:13: error: use of undeclared identifier 'IUTF8'
Message-ID:  <bug-274812-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274812

            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: bugs@FreeBSD.org
          Reporter: tomasz.sowinski@nucleus.malbork.pl

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 'IUTF=
8'
        { "iutf8",      IUTF8, 0 },
                        ^
/usr/src/bin/stty/modes.c:130:17: error: use of undeclared identifier 'IUTF=
8'
        { "-iutf8",     0, IUTF8 },
                           ^
2 errors generated.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274812-227>