[PATCH v1 1/4] app/test-pmd-api: Add C++ Compiler
Stephen Hemminger
stephen at networkplumber.org
Mon Oct 2 20:33:01 CEST 2023
On Thu, 7 Apr 2022 17:47:05 -0400
ohilyard at iol.unh.edu wrote:
> From: Owen Hilyard <ohilyard at iol.unh.edu>
>
> Adds a C++ compiler to the project, which is currently enabled by
> default for ease of testing. Meson currently lacks a way to try to get a
> compiler, and failing to find a compiler for a language always causes a
> hard error, so this is the only workable approach.
>
> Signed-off-by: Owen Hilyard <ohilyard at iol.unh.edu>
This patch has a problem.
What ever editor you used failed to add a end of line (newline)
on the last line of the file. Git accepts this but complains, other tools
do not handle it well.
Pleas rebase and fix the series.
More information about the dev
mailing list