https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102025
Bug ID: 102025 Summary: "COMMON_LVB_REVERSE_VIDEO" was not declared in this scope (pretty-print.c) while compiling gcc 11.2.0 Product: gcc Version: 11.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: harun.bozaci at hotmail dot com Target Milestone: --- Host: i686-pc-mingw32 Target: x86_64-pc-elf Build: i686-pc-mingw32 Hi, all. I am trying to build gcc 11.2.0 from scratch for Windows, at some step of build process, it exits because of some errors. I searched for this issue and try to find macro in gcc sources but I have nothing at the end of day. " ../../gcc-11.2.0/gcc/pretty-print.c:644:24: error: 'COMMON_LVB_REVERSE_VIDEO' was not declared in this scope if (attrib_add & COMMON_LVB_REVERSE_VIDEO) " Is there any one who faced with this problem and managed to solve it? Could you please help me about this one?