Re: Error compiling from source
Thomas Lübking <[email protected]> Wed, 26 Oct 2016 15:17:22 +0200
| Newsgroups | gmane.comp.window-managers.fluxbox.user |
|---|---|
| Message-ID | <20161026131721.GA9369@asgard> |
On Wed, Oct 26, 2016 at 03:01:27AM -0500, Jj wrote: >I added the following flag to move forward: >http://stackoverflow.com/a/9766614/43490 but then ran into the >CONFIG_VERSION error mentioned above Please attach the generated src/defaults.hh and in any case use "-std=c++11" @Mathias, c++14 is default since 6.0, before it was c++98, so if there's no explicit call for c++11, we'll need to require gcc 6.0 or pass -std=c++11 explicitly - but I've no overview about the makefile system. Cheers, Thomas ------------------------------------------------------------------------------ The Command Line: Reinvented for Modern Developers Did the resurgence of CLI tooling catch you by surprise? Reconnect with the command line and become more productive. Learn the new .NET and ASP.NET CLI. Get your free copy! http://sdm.link/telerik