Re: Error compiling from source
Jj <[email protected]> Wed, 26 Oct 2016 17:31:43 -0500
| Newsgroups | gmane.comp.window-managers.fluxbox.user |
|---|---|
| Message-ID | <CAJNzGycshO0OJQZ1OpnZgYSNwYE450TMyu3ecJvjetH-nT=A_A@mail.gmail.com> |
Here's the defaults.hh: [src] cat defaults.hh // This file is generated from Makefile. Do not edit! #include <string> #ifdef _WIN32 #define DUMMYPREFIX "/DUMMYPREFIX" #define PATHPREFIX DUMMYPREFIX #else #define PATHPREFIX #endif #define CONFIG_VERSION 13 #define DEFAULTMENU PATHPREFIX "/usr/local/share/fluxbox/menu" #define DEFAULTSTYLE PATHPREFIX "/usr/local/share/fluxbox/styles/bloe" #define DEFAULTKEYSFILE PATHPREFIX "/usr/local/share/fluxbox/keys" #define DEFAULT_APPSFILE PATHPREFIX "/usr/local/share/fluxbox/apps" #define DEFAULT_OVERLAY PATHPREFIX "/usr/local/share/fluxbox/overlay" #define DEFAULT_INITFILE PATHPREFIX "/usr/local/share/fluxbox/init" #define DEFAULT_WINDOWMENU PATHPREFIX "/usr/local/share/fluxbox/windowmenu" #define PROGRAM_PREFIX "" #define PROGRAM_SUFFIX "" std::string realProgramName(const std::string& name); const char* gitrevision(); Continuing with -std=c++11 stops on the error I reported first about CONFIG_VERSION Is there any other library version information you'd need? My goal was just to get a current build that handles the client side decorations. I imagine that other people on ubuntu 16.04 are seeing this as well. On Wed, Oct 26, 2016 at 8:17 AM, Thomas Lübking <[email protected]> wrote: > 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 > -- Jj http://isgeek.net/ - Don't make me hate email: http://goo.gl/hk9q ------------------------------------------------------------------------------ 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 _______________________________________________ Fluxbox-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fluxbox-users