> On Dec 14, 2019, at 10:46 AM, Stephan Bergmann <sbergman@xxxxxxxxxx> wrote: > > On 14/12/2019 18:00, Nathanael Noblet wrote: >> Not strictly a fedora devel question but I’m hoping all the experience and knowledge will be able to help. I need a newer poppler in epel 7. I’ve managed to bring it up to 0.68. However moving past that results in a compilation error. It seems the compiler (?) needs to support the c++14 standard. I’m using devtoolset-8 to get gcc 8.3.1 and from what I can find via google, this really should support c++14 (in this case std::string_literals). However when it compiles it sets the std to c++1y which was an alias for the draft of c++14 from what I can gather. If I go into a mock shell however and manually run it with --std=c++14 it still fails. When I grep through the includes for each it seems both have definitions for them but it still fails. Can anyone supplement what I have wrong here? Should c++ 8.3.1 be able to handle std::string_literals? It somewhat confuses me that people are talking about the compiler and not some library supporting it. Any pointers/help would be appreciated. Here’s a snippet of the build log. > > Are you sure that the below /usr/bin/c++ really points to the devtoolset-8 GCC? GCC 8 (or rather, its accompanying libstdc++) should be new enough to support string_literals (see "User-defined literals for <chrono> and <string>" at <https://en.cppreference.com/w/cpp/compiler_support#C.2B.2B14_library_features>). You are correct that I had the BuildRequires for devtoolset-8 but in double checking realized that I hadn’t enabled it prior to building!!! I was confused because when I went into the shell and enabled it and manually changed the command below it still failed so was confused by that. Now that I’ve added the proper call in the build section it is building. It still fails but not because of that anymore so I can move on to my next steps. Thanks for your help! _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx