Re: Fwd: Packaging a cmake C++ header only library requiring C++17

2019-11-29 Thread Marius Bakke
Hi Josh, Josh Marshall writes: > Hello, > > nckd and I have gone back and forth over a few days in IRC trying to > help me out here. I am trying to package magic-enum ( > https://github.com/Neargye/magic_enum ) which is a C++ header only > library requiring at least C++ 17, and uses the cmake

Re: Fwd: Packaging a cmake C++ header only library requiring C++17

2019-11-29 Thread Tobias Geerinckx-Rice
Josh, Welcome! Josh Marshall 写道: The problem which we can't figure out is why the compiler being used is the default for `gcc` at 7.4 while there is explicit use and dependency on `gcc` 9.2 via `gcc-9`. We're stumped. Well… I'm easily stumped but that's actually not the case here. You've

Re: Fwd: Packaging a cmake C++ header only library requiring C++17

2019-11-29 Thread sirgazil
On Fri, 29 Nov 2019 08:22:38 -0500 Josh Marshall wrote > Hello, > > Resending because I didn't get a post acknowledgement. I see it. The previous one was posted too, though: https://lists.gnu.org/archive/html/help-guix/2019-11/msg00199.html

Fwd: Packaging a cmake C++ header only library requiring C++17

2019-11-29 Thread Josh Marshall
Hello, Resending because I didn't get a post acknowledgement. nckd and I have gone back and forth over a few days in IRC trying to help me out here. I am trying to package magic-enum ( https://github.com/Neargye/magic_enum ) which is a C++ header only library requiring at least C++ 17, and uses

Fwd: Packaging a cmake C++ header only library requiring C++17

2019-11-28 Thread Josh Marshall
Hello, nckd and I have gone back and forth over a few days in IRC trying to help me out here. I am trying to package magic-enum ( https://github.com/Neargye/magic_enum ) which is a C++ header only library requiring at least C++ 17, and uses the cmake build system. The problem which we can't