Re: [edk2-devel] [PATCH v2 0/8] BaseTools: remove duplicate includes.

2023-04-11 Thread Rebecca Cran
BaseTools fails to build on my system (Ubuntu 22.04.2 with g++ 11.3.0) after applying the patches. g++ -o ../bin/VfrCompile  AParser.o DLexerBase.o ATokenBuffer.o EfiVfrParser.o VfrLexer.o VfrSyntax.o VfrFormPkg.o VfrError.o VfrUtilityLib.o VfrCompiler.o -L../libs -lCommon /usr/bin/ld: VfrFor

[edk2-devel] [PATCH v2 0/8] BaseTools: remove duplicate includes.

2023-04-11 Thread Gerd Hoffmann
There is alot of code duplication between BaseTools and MdePkg (and also MdeModulePkg). This patch series starts reducing this by removing some header files. BaseTools are switched over to use the include files in MdePkg instead. It also cleans up some (apparently) obsolete code and adapts BaseT