Florian Weimer wrote: > Since gnulib is a copylib, it doesn't have much control over how it is > built. It's one of the issues that came up while trying to build > things with a C++ compiler instead of a C compiler.
gnulib code is meant to be compiled with a C compiler. The header files are supposed to be consumable by a C or a C++ compiler. If the issues you find, trying to compile gnulib code in C++ mode, are easy to fix, we may do so. But in other areas (e.g. 'enum' handling) I'm not sure we will want to go through the contortions. Bruno