[email protected] writes: > Hi all, > > I am working on trying to package a newer version of the GNOME virtual > terminal lib (VTE). I have mostly copied the previous version as a > starting point. When I try to build it, it is throwing an error saying > that I need to use a C++17 compliant standard in the compiler. Okay, no > problem, so I try to pass a configuration flag to enable the g++17 std. > However, when I do this it is accepting that as a valid configuration > parameter, but the configuration is still saying that it is not C++17 > compliant.
You can try giving it a newer GCC by adding it as a native-input. Note that you will also have to unset C_INCLUDE_PATH and CPLUS_INCLUDE_PATH in a build phase: grep for ',gcc-7' in the Guix source code for examples. HTH!
signature.asc
Description: PGP signature
