>>> Building on exopi-5 under x11/fluxbox BDEPENDS = [devel/gmake;converters/libiconv;graphics/imlib2;devel/fribidi] DIST = [x11/fluxbox:fluxbox-1.3.7.tar.gz;x11/fluxbox:fluxbox-firefox-fix.patch] FULLPKGNAME = fluxbox-1.3.7p6 RDEPENDS = [devel/fribidi;converters/libiconv;graphics/imlib2] (Junk lock failure for exopi-5 at 1714006223.35716) Received IO (Junk lock obtained for exopi-5 at 1714006234.20) Received IO Woken up x11/fluxbox >>> Running depends in x11/fluxbox at 1714006235.94 last junk was in games/nanosaur /usr/sbin/pkg_add -aI -Drepair fribidi-1.0.13 gmake-4.4.1 imlib2-1.12.2p1 libiconv-1.17 was: /usr/sbin/pkg_add -aI -Drepair fribidi-1.0.13 gmake-4.4.1 imlib2-1.12.2p1 libiconv-1.17 /usr/sbin/pkg_add -aI -Drepair fribidi-1.0.13 gmake-4.4.1 imlib2-1.12.2p1 libiconv-1.17 >>> Running show-prepare-results in x11/fluxbox at 1714006240.81 ===> x11/fluxbox ===> Building from scratch fluxbox-1.3.7p6 ===> fluxbox-1.3.7p6 depends on: gmake-* -> gmake-4.4.1 ===> fluxbox-1.3.7p6 depends on: libiconv-* -> libiconv-1.17 ===> fluxbox-1.3.7p6 depends on: fribidi-* -> fribidi-1.0.13 ===> fluxbox-1.3.7p6 depends on: imlib2-* -> imlib2-1.12.2p1 ===> Verifying specs: Imlib2 X11 Xext Xft Xinerama Xpm Xrandr Xrender c fontconfig freetype fribidi iconv m c++ c++abi pthread ===> found Imlib2.9.0 X11.18.0 Xext.13.0 Xft.12.0 Xinerama.6.0 Xpm.10.0 Xrandr.7.1 Xrender.6.0 c.100.0 fontconfig.13.1 freetype.30.3 fribidi.3.1 iconv.7.1 m.10.1 c++.10.0 c++abi.7.0 pthread.27.1 fribidi-1.0.13 gmake-4.4.1 imlib2-1.12.2p1 libiconv-1.17 Don't run junk because nojunk in x11/qt6/qtcharts (Junk lock released for exopi-5 at 1714006242.93) distfiles size=1271913 >>> Running patch in x11/fluxbox at 1714006242.96 ===> x11/fluxbox ===> Checking files for fluxbox-1.3.7p6 `/exopi-cvs/ports/distfiles/fluxbox-1.3.7.tar.gz' is up to date. `/exopi-cvs/ports/distfiles/fluxbox-firefox-fix.patch' is up to date. >> (SHA256) fluxbox-1.3.7.tar.gz: OK >> (SHA256) fluxbox-firefox-fix.patch: OK ===> Extracting for fluxbox-1.3.7p6 ===> Patching for fluxbox-1.3.7p6 ===> Applying distribution patches for fluxbox-1.3.7p6 ===> Applying distribution patch fluxbox-firefox-fix.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From dcdde4d32c93d01df205bc06d7dfcbd356be031f Mon Sep 17 00:00:00 2001 |From: =?UTF-8?q?Thomas=20L=C3=BCbking?= |Date: Sat, 25 Jun 2016 22:25:48 +0200 |Subject: replace FbRootWindow::depth with maxDepth | |The depth member of FbWindow was abused to store the maximum depth |but that gets overridden with geometry changes of the root window |(screen layout changes) so we store and read the value explicitly while |::depth() maintains the actual depth of the root window | |The result of this is that frames for ARGB windows were created with a |wrong depth and failed to reparent the client window. | |BUG: 1102 |BUG: 1058 |--- | src/FbRootWindow.cc | 7 ++++--- | src/FbRootWindow.hh | 2 ++ | src/FbWinFrame.cc | 4 ++-- | src/Screen.cc | 2 +- | 4 files changed, 9 insertions(+), 6 deletions(-) | |diff --git a/src/FbRootWindow.cc b/src/FbRootWindow.cc |index d17d56f..91bd695 100644 |--- a/src/FbRootWindow.cc |+++ b/src/FbRootWindow.cc -------------------------- Patching file src/FbRootWindow.cc using Plan A... Hunk #1 succeeded at 30. Hunk #2 succeeded at 56. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/src/FbRootWindow.hh b/src/FbRootWindow.hh |index 8e97cc3..739c9ef 100644 |--- a/src/FbRootWindow.hh |+++ b/src/FbRootWindow.hh -------------------------- Patching file src/FbRootWindow.hh using Plan A... Hunk #1 succeeded at 41. Hunk #2 succeeded at 50. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc |index 48d6e87..42b81e7 100644 |--- a/src/FbWinFrame.cc |+++ b/src/FbWinFrame.cc -------------------------- Patching file src/FbWinFrame.cc using Plan A... Hunk #1 succeeded at 115. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/src/Screen.cc b/src/Screen.cc |index 2b5411d..94e4250 100644 |--- a/src/Screen.cc |+++ b/src/Screen.cc -------------------------- Patching file src/Screen.cc using Plan A... Hunk #1 succeeded at 297. Hmm... Ignoring the trailing garbage. done ===> Applying OpenBSD patch patch-Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.in.orig Sun Feb 8 04:44:52 2015 |+++ Makefile.in Mon Feb 9 04:26:49 2015 -------------------------- Patching file Makefile.in using Plan A... Hunk #1 succeeded at 5275. Hunk #2 succeeded at 5283. done ===> Applying OpenBSD patch patch-src_Ewmh_cc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/Ewmh.cc |--- src/Ewmh.cc.orig |+++ src/Ewmh.cc -------------------------- Patching file src/Ewmh.cc using Plan A... Hunk #1 succeeded at 914. done ===> Applying OpenBSD patch patch-util_fluxbox-generate_menu_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Adapt to our non-GNU grep | |--- util/fluxbox-generate_menu.in.orig Sun Feb 8 04:44:45 2015 |+++ util/fluxbox-generate_menu.in Mon Feb 9 04:26:49 2015 -------------------------- Patching file util/fluxbox-generate_menu.in using Plan A... Hunk #1 succeeded at 330. done ===> Applying OpenBSD patch patch-util_fluxbox-remote_cc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- util/fluxbox-remote.cc.orig Sun Feb 8 21:44:45 2015 |+++ util/fluxbox-remote.cc Sat Apr 22 17:45:31 2017 -------------------------- Patching file util/fluxbox-remote.cc using Plan A... Hunk #1 succeeded at 73. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in x11/fluxbox at 1714006243.80 ===> x11/fluxbox ===> Generating configure for fluxbox-1.3.7p6 ===> Configuring for fluxbox-1.3.7p6 Using /exopi-obj/pobj/fluxbox-1.3.7/config.site (generated) configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /exopi-obj/pobj/fluxbox-1.3.7/config.site checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for a BSD-compatible install... /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether gmake sets $(MAKE)... yes checking for style of include used by gmake... GNU checking whether gmake supports nested variables... yes checking how to create a pax tar archive... gnutar checking dependency style of cc... gcc3 checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking whether cc understands -c and -o together... (cached) yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... (cached) yes checking dependency style of c++... gcc3 checking for ranlib... (cached) ranlib checking for an ANSI C-conforming const... (cached) yes checking for inline... inline checking for pid_t... (cached) yes checking for size_t... (cached) yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for sed... sed checking how to run the C++ preprocessor... c++ -E checking for ANSI C header files... (cached) yes checking for stdbool.h that conforms to C99... no checking for _Bool... no checking for ctype.h... (cached) yes checking for dirent.h... (cached) yes checking for errno.h... (cached) yes checking for fcntl.h... (cached) yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for libgen.h... (cached) yes checking for locale.h... (cached) yes checking for math.h... (cached) yes checking for nl_types.h... (cached) yes checking process.h usability... no checking process.h presence... no checking for process.h... no checking for signal.h... (cached) yes checking for stdarg.h... (cached) yes checking for stdint.h... (cached) yes checking for stdio.h... (cached) yes checking for sys/param.h... (cached) yes checking for sys/select.h... (cached) yes checking for sys/signal.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/wait.h... (cached) yes checking for time.h... (cached) yes checking for unistd.h... (cached) yes checking cassert usability... yes checking cassert presence... yes checking for cassert... yes checking cctype usability... yes checking cctype presence... yes checking for cctype... yes checking cerrno usability... yes checking cerrno presence... yes checking for cerrno... yes checking cmath usability... yes checking cmath presence... yes checking for cmath... yes checking cstdarg usability... yes checking cstdarg presence... yes checking for cstdarg... yes checking cstdint usability... yes checking cstdint presence... yes checking for cstdint... yes checking cstdio usability... yes checking cstdio presence... yes checking for cstdio... yes checking cstdlib usability... yes checking cstdlib presence... yes checking for cstdlib... yes checking cstring usability... yes checking cstring presence... yes checking for cstring... yes checking ctime usability... yes checking ctime presence... yes checking for ctime... yes checking sstream usability... yes checking sstream presence... yes checking for sstream... yes checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... none required checking whether closedir returns void... (cached) no checking for error_at_line... no checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... (cached) yes checking for vfork... (cached) yes checking for working fork... (cached) yes checking for working vfork... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for sys/select.h... (cached) yes checking for sys/socket.h... (cached) yes checking types of arguments for select... (cached) int,fd_set *,struct timeval * checking whether lstat correctly handles trailing slash... yes checking whether stat accepts an empty string... (cached) no checking for basename... (cached) yes checking for alarm... (cached) yes checking for catclose... (cached) yes checking for catgets... (cached) yes checking for catopen... (cached) yes checking for getpid... (cached) yes checking for memset... (cached) yes checking for mkdir... (cached) yes checking for nl_langinfo... yes checking for putenv... (cached) yes checking for regcomp... (cached) yes checking for select... (cached) yes checking for setenv... (cached) yes checking for setlocale... (cached) yes checking for sigaction... (cached) yes checking for snprintf... (cached) yes checking for sqrt... yes checking for strcasecmp... (cached) yes checking for strcasestr... yes checking for strchr... (cached) yes checking for strstr... (cached) yes checking for strtol... (cached) yes checking for strtoul... (cached) yes checking for sync... (cached) yes checking for vsnprintf... (cached) yes checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking for cos in -lm... (cached) yes checking for library containing catgets... none required checking for strftime... yes checking for clock_gettime... yes checking for clock_gettime in -lrt... no checking for mach_absolute_time... no checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for working iconv... yes checking how to link with libiconv... /usr/local/lib/libiconv.so.7.1 checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for t_open in -lnsl... no checking for socket in -lsocket... no checking for X11... yes checking for setlocale in -lxpg4... no checking for gencat... gencat checking whether to include remember functionality... yes checking whether to have (POSIX) regular expression support... yes checking whether to include the Slit... yes checking whether to include SystemTray... yes checking whether to include Toolbar... yes checking whether to support Extended Window Manager Hints... yes checking whether to include verbose debugging code... no checking whether to build test programs... no checking whether to include NLS support... yes checking whether to use a timed pixmap cache... yes checking whether to have XMB (multibyte font, utf-8) support... yes checking for IMLIB2... yes checking for XFT... yes checking for XftDrawStringUtf8 in -lXft... yes checking for FONTCONFIG... yes checking for FREETYPE2... yes checking for XRENDER... yes checking for XPM... yes checking for XINERAMA... yes checking for XEXT... yes checking for RANDR... yes checking for FRIBIDI... yes checking return type of signal handlers... (cached) void checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating version.h config.status: creating nls/C/Makefile config.status: creating nls/be_BY/Makefile config.status: creating nls/bg_BG/Makefile config.status: creating nls/cs_CZ/Makefile config.status: creating nls/da_DK/Makefile config.status: creating nls/de_AT/Makefile config.status: creating nls/de_CH/Makefile config.status: creating nls/de_DE/Makefile config.status: creating nls/el_GR/Makefile config.status: creating nls/en_GB/Makefile config.status: creating nls/en_US/Makefile config.status: creating nls/es_AR/Makefile config.status: creating nls/es_ES/Makefile config.status: creating nls/et_EE/Makefile config.status: creating nls/fi_FI/Makefile config.status: creating nls/fr_CH/Makefile config.status: creating nls/fr_FR/Makefile config.status: creating nls/he_IL/Makefile config.status: creating nls/it_IT/Makefile config.status: creating nls/ja_JP/Makefile config.status: creating nls/ko_KR/Makefile config.status: creating nls/lv_LV/Makefile config.status: creating nls/mk_MK/Makefile config.status: creating nls/nb_NO/Makefile config.status: creating nls/nl_NL/Makefile config.status: creating nls/no_NO/Makefile config.status: creating nls/pl_PL/Makefile config.status: creating nls/pt_BR/Makefile config.status: creating nls/pt_PT/Makefile config.status: creating nls/ru_RU/Makefile config.status: creating nls/sk_SK/Makefile config.status: creating nls/sl_SI/Makefile config.status: creating nls/sv_SE/Makefile config.status: creating nls/tr_TR/Makefile config.status: creating nls/uk_UA/Makefile config.status: creating nls/vi_VN/Makefile config.status: creating nls/zh_CN/Makefile config.status: creating nls/zh_TW/Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc fluxbox version 1.3.7 configured successfully. Using: '/usr/local' for installation. '/usr/local/share/fluxbox/menu' for location menu file. '/usr/local/share/fluxbox/windowmenu' for location window menu file. '/usr/local/share/fluxbox/styles/bloe' by default style. '/usr/local/share/fluxbox/keys' for location keys file. '/usr/local/share/fluxbox/init' for location init file. '/usr/local/share/fluxbox/nls' for nls files. 'c++' for C++ compiler. Building with: '-I/usr/local/include/fribidi -I/usr/X11R6/include -O2 -pipe -std=c++11 ' for C++ compiler flags. ' -L/usr/X11R6/lib -lfontconfig -lfreetype -L/usr/X11R6/lib -lfreetype -L/usr/local/lib -lfribidi -L/usr/local/lib -L/usr/X11R6/lib -lImlib2 -L/usr/X11R6/lib -lXrandr -L/usr/X11R6/lib -lXext -L/usr/X11R6/lib -lXft -L/usr/X11R6/lib -lXinerama -L/usr/X11R6/lib -lXpm -lX11 -L/usr/X11R6/lib -lXrender -lX11' for linker flags. Now build fluxbox with 'make' >>> Running build in x11/fluxbox at 1714006274.24 ===> x11/fluxbox ===> Building for fluxbox-1.3.7p6 ./src/defaults_tmp.cc ./src/defaults.cc differ: char 224, line 9 gmake all-recursive gmake[1]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7' Making all in nls/C gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/C' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/C' Making all in nls/be_BY gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/be_BY' Creating catfile for CP1251 Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/be_BY' Making all in nls/bg_BG gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/bg_BG' Creating catfile for CP1251 Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/bg_BG' Making all in nls/cs_CZ gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/cs_CZ' Creating catfile for ISO-8859-2 Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/cs_CZ' Making all in nls/da_DK gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/da_DK' Creating catfile for ISO-8859-1 Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/da_DK' Making all in nls/de_AT gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/de_AT' Creating catfile for ISO-8859-15 Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/de_AT' Making all in nls/de_CH gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/de_CH' Creating catfile for ISO-8859-15 Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/de_CH' Making all in nls/de_DE gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/de_DE' Creating catfile for ISO-8859-15 Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/de_DE' Making all in nls/el_GR gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/el_GR' Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/el_GR' Making all in nls/en_GB gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/en_GB' Creating catfile for ISO-8859-1 Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/en_GB' Making all in nls/en_US gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/en_US' Creating catfile for ISO-8859-1 Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/en_US' Making all in nls/es_AR gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/es_AR' Creating catfile for ISO-8859-15 Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/es_AR' Making all in nls/es_ES gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/es_ES' Creating catfile for ISO-8859-15 Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/es_ES' Making all in nls/et_EE gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/et_EE' Creating catfile for ISO-8859-15 Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/et_EE' Making all in nls/fi_FI gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/fi_FI' Creating catfile for ISO-8859-1 Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/fi_FI' Making all in nls/fr_CH gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/fr_CH' Creating catfile for ISO-8859-15 gencat: unrecognized escape sequence; ignoring escape character on line 237 -display \t\utilise la connexion sur le display\ ^ Creating catfile for UTF-8 gencat: unrecognized escape sequence; ignoring escape character on line 237 -display \t\utilise la connexion sur le display\ ^ gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/fr_CH' Making all in nls/fr_FR gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/fr_FR' Creating catfile for ISO-8859-15 gencat: unrecognized escape sequence; ignoring escape character on line 237 -display \t\utilise la connexion sur le display\ ^ Creating catfile for UTF-8 gencat: unrecognized escape sequence; ignoring escape character on line 237 -display \t\utilise la connexion sur le display\ ^ gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/fr_FR' Making all in nls/he_IL gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/he_IL' Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/he_IL' Making all in nls/it_IT gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/it_IT' Creating catfile for ISO-8859-1 Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/it_IT' Making all in nls/ja_JP gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/ja_JP' Creating catfile for eucJP Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/ja_JP' Making all in nls/ko_KR gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/ko_KR' Creating catfile for UTF-8 Creating catfile for EUC-KR gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/ko_KR' Making all in nls/lv_LV gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/lv_LV' Creating catfile for ISO-8859-13 Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/lv_LV' Making all in nls/mk_MK gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/mk_MK' Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/mk_MK' Making all in nls/nb_NO gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/nb_NO' Creating catfile for UTF-8 gencat: neither blank line nor start of a message id on line 266 ^ gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/nb_NO' Making all in nls/nl_NL gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/nl_NL' Creating catfile for ISO-8859-15 Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/nl_NL' Making all in nls/no_NO gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/no_NO' Creating catfile for ISO-8859-1 Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/no_NO' Making all in nls/pl_PL gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/pl_PL' Creating catfile for ISO-8859-2 gencat: neither blank line nor start of a message id on line 257 ^ Creating catfile for UTF-8 gencat: neither blank line nor start of a message id on line 257 ^ gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/pl_PL' Making all in nls/pt_BR gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/pt_BR' Creating catfile for ISO-8859-1 Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/pt_BR' Making all in nls/pt_PT gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/pt_PT' Creating catfile for ISO-8859-1 Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/pt_PT' Making all in nls/ru_RU gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/ru_RU' Creating catfile for KOI8-R Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/ru_RU' Making all in nls/sk_SK gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/sk_SK' Creating catfile for ISO-8859-2 Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/sk_SK' Making all in nls/sl_SI gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/sl_SI' Creating catfile for ISO-8859-2 Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/sl_SI' Making all in nls/sv_SE gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/sv_SE' Creating catfile for ISO-8859-1 Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/sv_SE' Making all in nls/tr_TR gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/tr_TR' Creating catfile for ISO-8859-9 Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/tr_TR' Making all in nls/uk_UA gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/uk_UA' Creating catfile for KOI8-U gencat: neither blank line nor start of a message id on line 167 Website: http://www.fluxbox.org/\n\n\ ^ gencat: neither blank line nor start of a message id on line 168 -display \t\t .\n\ ^ gencat: neither blank line nor start of a message id on line 169 -screen \trun on specified screens only.\n\ ^ gencat: neither blank line nor start of a message id on line 170 -no-slit\t\t\tdo not provide a slit.\n\ ^ gencat: neither blank line nor start of a message id on line 171 -no-toolbar\t\t\tdo not provide a toolbar.\n\ ^ gencat: neither blank line nor start of a message id on line 172 -rc \t\t\t Ӧ.\n\ ^ gencat: neither blank line nor start of a message id on line 173 -version\t\t\t Ӧ .\n\ ^ gencat: neither blank line nor start of a message id on line 174 -info\t\t\t\t æ .\n\ ^ gencat: neither blank line nor start of a message id on line 175 -list-commands\t\t\tlist all valid key commands.\n\ ^ gencat: neither blank line nor start of a message id on line 176 -sync\t\t\t\tsynchronize with X server for debugging.\n\ ^ gencat: neither blank line nor start of a message id on line 177 -log \t\t\t צ .\n\ ^ gencat: neither blank line nor start of a message id on line 178 -help\t\t\t\t Ц .\n\n ^ Creating catfile for UTF-8 gencat: neither blank line nor start of a message id on line 167 Website: http://www.fluxbox.org/\n\n\ ^ gencat: neither blank line nor start of a message id on line 168 -display \t\tвикористовувати заданий дисплей.\n\ ^ gencat: neither blank line nor start of a message id on line 169 -screen \trun on specified screens only.\n\ ^ gencat: neither blank line nor start of a message id on line 170 -no-slit\t\t\tdo not provide a slit.\n\ ^ gencat: neither blank line nor start of a message id on line 171 -no-toolbar\t\t\tdo not provide a toolbar.\n\ ^ gencat: neither blank line nor start of a message id on line 172 -rc \t\t\tвикористовувати альтернативний файл ресурсів.\n\ ^ gencat: neither blank line nor start of a message id on line 173 -version\t\t\tвивести номер версії і вийти.\n\ ^ gencat: neither blank line nor start of a message id on line 174 -info\t\t\t\tвивести деяку корисну інформацію і вийти.\n\ ^ gencat: neither blank line nor start of a message id on line 175 -list-commands\t\t\tlist all valid key commands.\n\ ^ gencat: neither blank line nor start of a message id on line 176 -sync\t\t\t\tsynchronize with X server for debugging.\n\ ^ gencat: neither blank line nor start of a message id on line 177 -log \t\t\tжурналювати вивід у вказаний файл.\n\ ^ gencat: neither blank line nor start of a message id on line 178 -help\t\t\t\tвивести цю підказку і вийти.\n\n ^ gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/uk_UA' Making all in nls/vi_VN gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/vi_VN' Creating catfile for UTF-8 gencat: neither blank line nor start of a message id on line 213 Website: http://www.fluxbox.org/\n\n\ ^ gencat: neither blank line nor start of a message id on line 214 -display \t\tsử dụng màn hình lựa chọn.\n\ ^ gencat: neither blank line nor start of a message id on line 215 -screen \trun on specified screens only.\n\ ^ gencat: neither blank line nor start of a message id on line 216 -no-slit\t\t\tdo not provide a slit.\n\ ^ gencat: neither blank line nor start of a message id on line 217 -no-toolbar\t\t\tdo not provide a toolbar.\n\ ^ gencat: neither blank line nor start of a message id on line 218 -rc \t\t\tsử dụng tệp tin tài nguyên khác.\n\ ^ gencat: neither blank line nor start of a message id on line 219 -version\t\t\tđưa ra số phiên bản và thoát.\n\ ^ gencat: neither blank line nor start of a message id on line 220 -info\t\t\t\thiển thị vài thông tin có ích.\n\ ^ gencat: neither blank line nor start of a message id on line 221 -list-commands\t\t\tlist all valid key commands.\n\ ^ gencat: neither blank line nor start of a message id on line 222 -sync\t\t\t\tsynchronize with X server for debugging.\n\ ^ gencat: neither blank line nor start of a message id on line 223 -log \t\t\ttên tệp tin sự kiện.\n\ ^ gencat: neither blank line nor start of a message id on line 224 -help\t\t\t\thiển thị thông tin trợ giúp này và thoát.\n\n ^ gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/vi_VN' Making all in nls/zh_CN gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/zh_CN' Creating catfile for UTF-8 Creating catfile for GB2312 Creating catfile for BIG5 gencat: specified msg doesn't exist on line 33 3 gencat: specified msg doesn't exist on line 34 4 gencat: specified msg doesn't exist on line 38 8 gencat: specified msg doesn't exist on line 44 14 gencat: specified msg doesn't exist on line 72 21 gencat: specified msg doesn't exist on line 133 4 gencat: specified msg doesn't exist on line 143 1 gencat: specified msg doesn't exist on line 146 4 gencat: specified msg doesn't exist on line 181 5 gencat: specified msg doesn't exist on line 202 1 Creating catfile for GB18030 Creating catfile for GBK gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/zh_CN' Making all in nls/zh_TW gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/zh_TW' Creating catfile for UTF-8 gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/zh_TW' gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7' c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-ImageImlib2.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-ImageImlib2.Tpo -c -o src/FbTk/libFbTk_a-ImageImlib2.o `test -f 'src/FbTk/ImageImlib2.cc' || echo './'`src/FbTk/ImageImlib2.cc mv -f src/FbTk/.deps/libFbTk_a-ImageImlib2.Tpo src/FbTk/.deps/libFbTk_a-ImageImlib2.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-XftFontImp.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-XftFontImp.Tpo -c -o src/FbTk/libFbTk_a-XftFontImp.o `test -f 'src/FbTk/XftFontImp.cc' || echo './'`src/FbTk/XftFontImp.cc mv -f src/FbTk/.deps/libFbTk_a-XftFontImp.Tpo src/FbTk/.deps/libFbTk_a-XftFontImp.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-XmbFontImp.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-XmbFontImp.Tpo -c -o src/FbTk/libFbTk_a-XmbFontImp.o `test -f 'src/FbTk/XmbFontImp.cc' || echo './'`src/FbTk/XmbFontImp.cc mv -f src/FbTk/.deps/libFbTk_a-XmbFontImp.Tpo src/FbTk/.deps/libFbTk_a-XmbFontImp.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-ImageXPM.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-ImageXPM.Tpo -c -o src/FbTk/libFbTk_a-ImageXPM.o `test -f 'src/FbTk/ImageXPM.cc' || echo './'`src/FbTk/ImageXPM.cc mv -f src/FbTk/.deps/libFbTk_a-ImageXPM.Tpo src/FbTk/.deps/libFbTk_a-ImageXPM.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-App.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-App.Tpo -c -o src/FbTk/libFbTk_a-App.o `test -f 'src/FbTk/App.cc' || echo './'`src/FbTk/App.cc mv -f src/FbTk/.deps/libFbTk_a-App.Tpo src/FbTk/.deps/libFbTk_a-App.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-AutoReloadHelper.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-AutoReloadHelper.Tpo -c -o src/FbTk/libFbTk_a-AutoReloadHelper.o `test -f 'src/FbTk/AutoReloadHelper.cc' || echo './'`src/FbTk/AutoReloadHelper.cc mv -f src/FbTk/.deps/libFbTk_a-AutoReloadHelper.Tpo src/FbTk/.deps/libFbTk_a-AutoReloadHelper.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-BorderTheme.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-BorderTheme.Tpo -c -o src/FbTk/libFbTk_a-BorderTheme.o `test -f 'src/FbTk/BorderTheme.cc' || echo './'`src/FbTk/BorderTheme.cc mv -f src/FbTk/.deps/libFbTk_a-BorderTheme.Tpo src/FbTk/.deps/libFbTk_a-BorderTheme.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-Button.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-Button.Tpo -c -o src/FbTk/libFbTk_a-Button.o `test -f 'src/FbTk/Button.cc' || echo './'`src/FbTk/Button.cc In file included from src/FbTk/Button.cc:22: In file included from src/FbTk/Button.hh:28: src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 1 warning generated. mv -f src/FbTk/.deps/libFbTk_a-Button.Tpo src/FbTk/.deps/libFbTk_a-Button.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-CachedPixmap.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-CachedPixmap.Tpo -c -o src/FbTk/libFbTk_a-CachedPixmap.o `test -f 'src/FbTk/CachedPixmap.cc' || echo './'`src/FbTk/CachedPixmap.cc mv -f src/FbTk/.deps/libFbTk_a-CachedPixmap.Tpo src/FbTk/.deps/libFbTk_a-CachedPixmap.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-Color.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-Color.Tpo -c -o src/FbTk/libFbTk_a-Color.o `test -f 'src/FbTk/Color.cc' || echo './'`src/FbTk/Color.cc mv -f src/FbTk/.deps/libFbTk_a-Color.Tpo src/FbTk/.deps/libFbTk_a-Color.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-ColorLUT.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-ColorLUT.Tpo -c -o src/FbTk/libFbTk_a-ColorLUT.o `test -f 'src/FbTk/ColorLUT.cc' || echo './'`src/FbTk/ColorLUT.cc mv -f src/FbTk/.deps/libFbTk_a-ColorLUT.Tpo src/FbTk/.deps/libFbTk_a-ColorLUT.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-Container.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-Container.Tpo -c -o src/FbTk/libFbTk_a-Container.o `test -f 'src/FbTk/Container.cc' || echo './'`src/FbTk/Container.cc In file included from src/FbTk/Container.cc:23: In file included from src/FbTk/Container.hh:26: src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbTk/Container.cc:23: src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbTk/Container.cc:28: src/FbTk/CompareEqual.hh:30:38: warning: 'unary_function' is deprecated [-Wdeprecated-declarations] class CompareEqual_base: public std::unary_function { ^ src/FbTk/Container.cc:150:37: note: in instantiation of template class 'FbTk::CompareEqual_base' requested here CompareWindow(&FbWindow::window, ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/FbTk/Container.cc:443:31: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void Container::for_each(std::mem_fun_t function) { ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/FbTk/Container.cc:449:52: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] STLUtil::forAll(m_item_list, std::bind2nd(std::mem_fun(&Button::setAlpha), alpha)); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:56:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/FbTk/Container.cc:449:39: warning: 'bind2nd, int>' is deprecated [-Wdeprecated-declarations] STLUtil::forAll(m_item_list, std::bind2nd(std::mem_fun(&Button::setAlpha), alpha)); ^ /usr/include/c++/v1/__functional/binder2nd.h:44:1: note: 'bind2nd, int>' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/FbTk/Container.cc:454:39: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] STLUtil::forAll(m_item_list, std::mem_fun(&Button::parentMoved)); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:50:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/FbTk/Container.cc:459:39: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] STLUtil::forAll(m_item_list, std::mem_fun(&Button::invalidateBackground)); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:50:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/FbTk/Container.cc:463:39: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] STLUtil::forAll(m_item_list, std::mem_fun(&Button::clear)); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:50:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/FbTk/Container.cc:471:52: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] STLUtil::forAll(m_item_list, std::bind2nd(std::mem_fun(&Button::setOrientation), orient)); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:56:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/FbTk/Container.cc:471:39: warning: 'bind2nd, FbTk::Orientation>' is deprecated [-Wdeprecated-declarations] STLUtil::forAll(m_item_list, std::bind2nd(std::mem_fun(&Button::setOrientation), orient)); ^ /usr/include/c++/v1/__functional/binder2nd.h:44:1: note: 'bind2nd, FbTk::Orientation>' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 11 warnings generated. mv -f src/FbTk/.deps/libFbTk_a-Container.Tpo src/FbTk/.deps/libFbTk_a-Container.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-EventManager.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-EventManager.Tpo -c -o src/FbTk/libFbTk_a-EventManager.o `test -f 'src/FbTk/EventManager.cc' || echo './'`src/FbTk/EventManager.cc In file included from src/FbTk/EventManager.cc:24: src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 1 warning generated. mv -f src/FbTk/.deps/libFbTk_a-EventManager.Tpo src/FbTk/.deps/libFbTk_a-EventManager.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-FbDrawable.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-FbDrawable.Tpo -c -o src/FbTk/libFbTk_a-FbDrawable.o `test -f 'src/FbTk/FbDrawable.cc' || echo './'`src/FbTk/FbDrawable.cc mv -f src/FbTk/.deps/libFbTk_a-FbDrawable.Tpo src/FbTk/.deps/libFbTk_a-FbDrawable.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-FbPixmap.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-FbPixmap.Tpo -c -o src/FbTk/libFbTk_a-FbPixmap.o `test -f 'src/FbTk/FbPixmap.cc' || echo './'`src/FbTk/FbPixmap.cc In file included from src/FbTk/FbPixmap.cc:26: src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 1 warning generated. mv -f src/FbTk/.deps/libFbTk_a-FbPixmap.Tpo src/FbTk/.deps/libFbTk_a-FbPixmap.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-FbString.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-FbString.Tpo -c -o src/FbTk/libFbTk_a-FbString.o `test -f 'src/FbTk/FbString.cc' || echo './'`src/FbTk/FbString.cc mv -f src/FbTk/.deps/libFbTk_a-FbString.Tpo src/FbTk/.deps/libFbTk_a-FbString.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-FbTime.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-FbTime.Tpo -c -o src/FbTk/libFbTk_a-FbTime.o `test -f 'src/FbTk/FbTime.cc' || echo './'`src/FbTk/FbTime.cc mv -f src/FbTk/.deps/libFbTk_a-FbTime.Tpo src/FbTk/.deps/libFbTk_a-FbTime.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-FbWindow.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-FbWindow.Tpo -c -o src/FbTk/libFbTk_a-FbWindow.o `test -f 'src/FbTk/FbWindow.cc' || echo './'`src/FbTk/FbWindow.cc In file included from src/FbTk/FbWindow.cc:22: src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 1 warning generated. mv -f src/FbTk/.deps/libFbTk_a-FbWindow.Tpo src/FbTk/.deps/libFbTk_a-FbWindow.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-FileUtil.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-FileUtil.Tpo -c -o src/FbTk/libFbTk_a-FileUtil.o `test -f 'src/FbTk/FileUtil.cc' || echo './'`src/FbTk/FileUtil.cc mv -f src/FbTk/.deps/libFbTk_a-FileUtil.Tpo src/FbTk/.deps/libFbTk_a-FileUtil.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-Font.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-Font.Tpo -c -o src/FbTk/libFbTk_a-Font.o `test -f 'src/FbTk/Font.cc' || echo './'`src/FbTk/Font.cc mv -f src/FbTk/.deps/libFbTk_a-Font.Tpo src/FbTk/.deps/libFbTk_a-Font.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-GContext.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-GContext.Tpo -c -o src/FbTk/libFbTk_a-GContext.o `test -f 'src/FbTk/GContext.cc' || echo './'`src/FbTk/GContext.cc mv -f src/FbTk/.deps/libFbTk_a-GContext.Tpo src/FbTk/.deps/libFbTk_a-GContext.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-I18n.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-I18n.Tpo -c -o src/FbTk/libFbTk_a-I18n.o `test -f 'src/FbTk/I18n.cc' || echo './'`src/FbTk/I18n.cc mv -f src/FbTk/.deps/libFbTk_a-I18n.Tpo src/FbTk/.deps/libFbTk_a-I18n.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-Image.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-Image.Tpo -c -o src/FbTk/libFbTk_a-Image.o `test -f 'src/FbTk/Image.cc' || echo './'`src/FbTk/Image.cc mv -f src/FbTk/.deps/libFbTk_a-Image.Tpo src/FbTk/.deps/libFbTk_a-Image.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-ImageControl.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-ImageControl.Tpo -c -o src/FbTk/libFbTk_a-ImageControl.o `test -f 'src/FbTk/ImageControl.cc' || echo './'`src/FbTk/ImageControl.cc mv -f src/FbTk/.deps/libFbTk_a-ImageControl.Tpo src/FbTk/.deps/libFbTk_a-ImageControl.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-KeyUtil.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-KeyUtil.Tpo -c -o src/FbTk/libFbTk_a-KeyUtil.o `test -f 'src/FbTk/KeyUtil.cc' || echo './'`src/FbTk/KeyUtil.cc In file included from src/FbTk/KeyUtil.cc:22: src/FbTk/KeyUtil.hh:96:17: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] static std::auto_ptr s_keyutil; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/FbTk/KeyUtil.cc:63:6: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr KeyUtil::s_keyutil; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 2 warnings generated. mv -f src/FbTk/.deps/libFbTk_a-KeyUtil.Tpo src/FbTk/.deps/libFbTk_a-KeyUtil.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-Layer.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-Layer.Tpo -c -o src/FbTk/libFbTk_a-Layer.o `test -f 'src/FbTk/Layer.cc' || echo './'`src/FbTk/Layer.cc In file included from src/FbTk/Layer.cc:26: src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 1 warning generated. mv -f src/FbTk/.deps/libFbTk_a-Layer.Tpo src/FbTk/.deps/libFbTk_a-Layer.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-LayerItem.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-LayerItem.Tpo -c -o src/FbTk/libFbTk_a-LayerItem.o `test -f 'src/FbTk/LayerItem.cc' || echo './'`src/FbTk/LayerItem.cc mv -f src/FbTk/.deps/libFbTk_a-LayerItem.Tpo src/FbTk/.deps/libFbTk_a-LayerItem.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-LogicCommands.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-LogicCommands.Tpo -c -o src/FbTk/libFbTk_a-LogicCommands.o `test -f 'src/FbTk/LogicCommands.cc' || echo './'`src/FbTk/LogicCommands.cc mv -f src/FbTk/.deps/libFbTk_a-LogicCommands.Tpo src/FbTk/.deps/libFbTk_a-LogicCommands.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-MacroCommand.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-MacroCommand.Tpo -c -o src/FbTk/libFbTk_a-MacroCommand.o `test -f 'src/FbTk/MacroCommand.cc' || echo './'`src/FbTk/MacroCommand.cc mv -f src/FbTk/.deps/libFbTk_a-MacroCommand.Tpo src/FbTk/.deps/libFbTk_a-MacroCommand.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-Menu.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-Menu.Tpo -c -o src/FbTk/libFbTk_a-Menu.o `test -f 'src/FbTk/Menu.cc' || echo './'`src/FbTk/Menu.cc In file included from src/FbTk/Menu.cc:25: In file included from src/FbTk/Menu.hh:32: src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbTk/Menu.cc:25: src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbTk/Menu.cc:25: src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbTk/Menu.cc:27: src/FbTk/MenuItem.hh:158:14: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pixmap; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbTk/Menu.cc:27: src/FbTk/MenuItem.hh:161:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_icon; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 5 warnings generated. mv -f src/FbTk/.deps/libFbTk_a-Menu.Tpo src/FbTk/.deps/libFbTk_a-Menu.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-MenuItem.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-MenuItem.Tpo -c -o src/FbTk/libFbTk_a-MenuItem.o `test -f 'src/FbTk/MenuItem.cc' || echo './'`src/FbTk/MenuItem.cc In file included from src/FbTk/MenuItem.cc:22: src/FbTk/MenuItem.hh:158:14: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pixmap; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbTk/MenuItem.cc:22: src/FbTk/MenuItem.hh:161:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_icon; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbTk/MenuItem.cc:23: In file included from src/FbTk/Menu.hh:32: src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbTk/MenuItem.cc:23: src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbTk/MenuItem.cc:23: src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 5 warnings generated. mv -f src/FbTk/.deps/libFbTk_a-MenuItem.Tpo src/FbTk/.deps/libFbTk_a-MenuItem.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-MenuSearch.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-MenuSearch.Tpo -c -o src/FbTk/libFbTk_a-MenuSearch.o `test -f 'src/FbTk/MenuSearch.cc' || echo './'`src/FbTk/MenuSearch.cc In file included from src/FbTk/MenuSearch.cc:2: src/FbTk/MenuItem.hh:158:14: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pixmap; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbTk/MenuSearch.cc:2: src/FbTk/MenuItem.hh:161:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_icon; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 2 warnings generated. mv -f src/FbTk/.deps/libFbTk_a-MenuSearch.Tpo src/FbTk/.deps/libFbTk_a-MenuSearch.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-MenuSeparator.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-MenuSeparator.Tpo -c -o src/FbTk/libFbTk_a-MenuSeparator.o `test -f 'src/FbTk/MenuSeparator.cc' || echo './'`src/FbTk/MenuSeparator.cc In file included from src/FbTk/MenuSeparator.cc:23: In file included from src/FbTk/MenuSeparator.hh:26: src/FbTk/MenuItem.hh:158:14: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pixmap; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbTk/MenuSeparator.cc:23: In file included from src/FbTk/MenuSeparator.hh:26: src/FbTk/MenuItem.hh:161:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_icon; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 2 warnings generated. mv -f src/FbTk/.deps/libFbTk_a-MenuSeparator.Tpo src/FbTk/.deps/libFbTk_a-MenuSeparator.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-MenuTheme.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-MenuTheme.Tpo -c -o src/FbTk/libFbTk_a-MenuTheme.o `test -f 'src/FbTk/MenuTheme.cc' || echo './'`src/FbTk/MenuTheme.cc mv -f src/FbTk/.deps/libFbTk_a-MenuTheme.Tpo src/FbTk/.deps/libFbTk_a-MenuTheme.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-MultLayers.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-MultLayers.Tpo -c -o src/FbTk/libFbTk_a-MultLayers.o `test -f 'src/FbTk/MultLayers.cc' || echo './'`src/FbTk/MultLayers.cc In file included from src/FbTk/MultLayers.cc:27: src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 1 warning generated. mv -f src/FbTk/.deps/libFbTk_a-MultLayers.Tpo src/FbTk/.deps/libFbTk_a-MultLayers.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-MultiButtonMenuItem.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-MultiButtonMenuItem.Tpo -c -o src/FbTk/libFbTk_a-MultiButtonMenuItem.o `test -f 'src/FbTk/MultiButtonMenuItem.cc' || echo './'`src/FbTk/MultiButtonMenuItem.cc In file included from src/FbTk/MultiButtonMenuItem.cc:23: In file included from src/FbTk/MultiButtonMenuItem.hh:26: src/FbTk/MenuItem.hh:158:14: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pixmap; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbTk/MultiButtonMenuItem.cc:23: In file included from src/FbTk/MultiButtonMenuItem.hh:26: src/FbTk/MenuItem.hh:161:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_icon; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 2 warnings generated. mv -f src/FbTk/.deps/libFbTk_a-MultiButtonMenuItem.Tpo src/FbTk/.deps/libFbTk_a-MultiButtonMenuItem.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-Parser.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-Parser.Tpo -c -o src/FbTk/libFbTk_a-Parser.o `test -f 'src/FbTk/Parser.cc' || echo './'`src/FbTk/Parser.cc mv -f src/FbTk/.deps/libFbTk_a-Parser.Tpo src/FbTk/.deps/libFbTk_a-Parser.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-RegExp.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-RegExp.Tpo -c -o src/FbTk/libFbTk_a-RegExp.o `test -f 'src/FbTk/RegExp.cc' || echo './'`src/FbTk/RegExp.cc mv -f src/FbTk/.deps/libFbTk_a-RegExp.Tpo src/FbTk/.deps/libFbTk_a-RegExp.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-RelCalcHelper.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-RelCalcHelper.Tpo -c -o src/FbTk/libFbTk_a-RelCalcHelper.o `test -f 'src/FbTk/RelCalcHelper.cc' || echo './'`src/FbTk/RelCalcHelper.cc mv -f src/FbTk/.deps/libFbTk_a-RelCalcHelper.Tpo src/FbTk/.deps/libFbTk_a-RelCalcHelper.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-Resource.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-Resource.Tpo -c -o src/FbTk/libFbTk_a-Resource.o `test -f 'src/FbTk/Resource.cc' || echo './'`src/FbTk/Resource.cc mv -f src/FbTk/.deps/libFbTk_a-Resource.Tpo src/FbTk/.deps/libFbTk_a-Resource.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-Shape.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-Shape.Tpo -c -o src/FbTk/libFbTk_a-Shape.o `test -f 'src/FbTk/Shape.cc' || echo './'`src/FbTk/Shape.cc In file included from src/FbTk/Shape.cc:24: src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 1 warning generated. mv -f src/FbTk/.deps/libFbTk_a-Shape.Tpo src/FbTk/.deps/libFbTk_a-Shape.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-StringUtil.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-StringUtil.Tpo -c -o src/FbTk/libFbTk_a-StringUtil.o `test -f 'src/FbTk/StringUtil.cc' || echo './'`src/FbTk/StringUtil.cc mv -f src/FbTk/.deps/libFbTk_a-StringUtil.Tpo src/FbTk/.deps/libFbTk_a-StringUtil.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-TextBox.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-TextBox.Tpo -c -o src/FbTk/libFbTk_a-TextBox.o `test -f 'src/FbTk/TextBox.cc' || echo './'`src/FbTk/TextBox.cc In file included from src/FbTk/TextBox.cc:22: In file included from src/FbTk/TextBox.hh:25: src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbTk/TextBox.cc:26: src/FbTk/KeyUtil.hh:96:17: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] static std::auto_ptr s_keyutil; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 2 warnings generated. mv -f src/FbTk/.deps/libFbTk_a-TextBox.Tpo src/FbTk/.deps/libFbTk_a-TextBox.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-TextButton.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-TextButton.Tpo -c -o src/FbTk/libFbTk_a-TextButton.o `test -f 'src/FbTk/TextButton.cc' || echo './'`src/FbTk/TextButton.cc In file included from src/FbTk/TextButton.cc:22: In file included from src/FbTk/TextButton.hh:25: In file included from src/FbTk/Button.hh:28: src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 1 warning generated. mv -f src/FbTk/.deps/libFbTk_a-TextButton.Tpo src/FbTk/.deps/libFbTk_a-TextButton.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-TextTheme.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-TextTheme.Tpo -c -o src/FbTk/libFbTk_a-TextTheme.o `test -f 'src/FbTk/TextTheme.cc' || echo './'`src/FbTk/TextTheme.cc mv -f src/FbTk/.deps/libFbTk_a-TextTheme.Tpo src/FbTk/.deps/libFbTk_a-TextTheme.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-TextUtils.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-TextUtils.Tpo -c -o src/FbTk/libFbTk_a-TextUtils.o `test -f 'src/FbTk/TextUtils.cc' || echo './'`src/FbTk/TextUtils.cc mv -f src/FbTk/.deps/libFbTk_a-TextUtils.Tpo src/FbTk/.deps/libFbTk_a-TextUtils.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-Texture.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-Texture.Tpo -c -o src/FbTk/libFbTk_a-Texture.o `test -f 'src/FbTk/Texture.cc' || echo './'`src/FbTk/Texture.cc mv -f src/FbTk/.deps/libFbTk_a-Texture.Tpo src/FbTk/.deps/libFbTk_a-Texture.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-TextureRender.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-TextureRender.Tpo -c -o src/FbTk/libFbTk_a-TextureRender.o `test -f 'src/FbTk/TextureRender.cc' || echo './'`src/FbTk/TextureRender.cc mv -f src/FbTk/.deps/libFbTk_a-TextureRender.Tpo src/FbTk/.deps/libFbTk_a-TextureRender.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-Theme.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-Theme.Tpo -c -o src/FbTk/libFbTk_a-Theme.o `test -f 'src/FbTk/Theme.cc' || echo './'`src/FbTk/Theme.cc mv -f src/FbTk/.deps/libFbTk_a-Theme.Tpo src/FbTk/.deps/libFbTk_a-Theme.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-ThemeItems.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-ThemeItems.Tpo -c -o src/FbTk/libFbTk_a-ThemeItems.o `test -f 'src/FbTk/ThemeItems.cc' || echo './'`src/FbTk/ThemeItems.cc src/FbTk/ThemeItems.cc:208:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pm(Image::load(pixmap_name, m_tm.screenNum())); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/FbTk/ThemeItems.cc:258:14: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pm(Image::load(filename, m_tm.screenNum())); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 2 warnings generated. mv -f src/FbTk/.deps/libFbTk_a-ThemeItems.Tpo src/FbTk/.deps/libFbTk_a-ThemeItems.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-Timer.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-Timer.Tpo -c -o src/FbTk/libFbTk_a-Timer.o `test -f 'src/FbTk/Timer.cc' || echo './'`src/FbTk/Timer.cc mv -f src/FbTk/.deps/libFbTk_a-Timer.Tpo src/FbTk/.deps/libFbTk_a-Timer.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-Transparent.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-Transparent.Tpo -c -o src/FbTk/libFbTk_a-Transparent.o `test -f 'src/FbTk/Transparent.cc' || echo './'`src/FbTk/Transparent.cc mv -f src/FbTk/.deps/libFbTk_a-Transparent.Tpo src/FbTk/.deps/libFbTk_a-Transparent.Po c++ -DHAVE_CONFIG_H -I. -I/usr/X11R6/include/freetype2 -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/FbTk/libFbTk_a-XFontImp.o -MD -MP -MF src/FbTk/.deps/libFbTk_a-XFontImp.Tpo -c -o src/FbTk/libFbTk_a-XFontImp.o `test -f 'src/FbTk/XFontImp.cc' || echo './'`src/FbTk/XFontImp.cc mv -f src/FbTk/.deps/libFbTk_a-XFontImp.Tpo src/FbTk/.deps/libFbTk_a-XFontImp.Po rm -f libFbTk.a ar cru libFbTk.a src/FbTk/libFbTk_a-ImageImlib2.o src/FbTk/libFbTk_a-XftFontImp.o src/FbTk/libFbTk_a-XmbFontImp.o src/FbTk/libFbTk_a-ImageXPM.o src/FbTk/libFbTk_a-App.o src/FbTk/libFbTk_a-AutoReloadHelper.o src/FbTk/libFbTk_a-BorderTheme.o src/FbTk/libFbTk_a-Button.o src/FbTk/libFbTk_a-CachedPixmap.o src/FbTk/libFbTk_a-Color.o src/FbTk/libFbTk_a-ColorLUT.o src/FbTk/libFbTk_a-Container.o src/FbTk/libFbTk_a-EventManager.o src/FbTk/libFbTk_a-FbDrawable.o src/FbTk/libFbTk_a-FbPixmap.o src/FbTk/libFbTk_a-FbString.o src/FbTk/libFbTk_a-FbTime.o src/FbTk/libFbTk_a-FbWindow.o src/FbTk/libFbTk_a-FileUtil.o src/FbTk/libFbTk_a-Font.o src/FbTk/libFbTk_a-GContext.o src/FbTk/libFbTk_a-I18n.o src/FbTk/libFbTk_a-Image.o src/FbTk/libFbTk_a-ImageControl.o src/FbTk/libFbTk_a-KeyUtil.o src/FbTk/libFbTk_a-Layer.o src/FbTk/libFbTk_a-LayerItem.o src/FbTk/libFbTk_a-LogicCommands.o src/FbTk/libFbTk_a-MacroCommand.o src/FbTk/libFbTk_a-Menu.o src/FbTk/libFbTk_a-MenuItem.o src/FbTk/libFbTk_a-MenuSearch.o src/FbTk/libFbTk_a-MenuSeparator.o src/FbTk/libFbTk_a-MenuTheme.o src/FbTk/libFbTk_a-MultLayers.o src/FbTk/libFbTk_a-MultiButtonMenuItem.o src/FbTk/libFbTk_a-Parser.o src/FbTk/libFbTk_a-RegExp.o src/FbTk/libFbTk_a-RelCalcHelper.o src/FbTk/libFbTk_a-Resource.o src/FbTk/libFbTk_a-Shape.o src/FbTk/libFbTk_a-StringUtil.o src/FbTk/libFbTk_a-TextBox.o src/FbTk/libFbTk_a-TextButton.o src/FbTk/libFbTk_a-TextTheme.o src/FbTk/libFbTk_a-TextUtils.o src/FbTk/libFbTk_a-Texture.o src/FbTk/libFbTk_a-TextureRender.o src/FbTk/libFbTk_a-Theme.o src/FbTk/libFbTk_a-ThemeItems.o src/FbTk/libFbTk_a-Timer.o src/FbTk/libFbTk_a-Transparent.o src/FbTk/libFbTk_a-XFontImp.o ranlib libFbTk.a c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-AlphaMenu.o -MD -MP -MF src/.deps/fluxbox-AlphaMenu.Tpo -c -o src/fluxbox-AlphaMenu.o `test -f 'src/AlphaMenu.cc' || echo './'`src/AlphaMenu.cc In file included from src/AlphaMenu.cc:23: In file included from ./src/AlphaMenu.hh:26: In file included from ./src/ToggleMenu.hh:25: In file included from ./src/FbMenu.hh:27: In file included from ./src/FbTk/Menu.hh:32: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AlphaMenu.cc:23: In file included from ./src/AlphaMenu.hh:26: In file included from ./src/ToggleMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AlphaMenu.cc:23: In file included from ./src/AlphaMenu.hh:26: In file included from ./src/ToggleMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AlphaMenu.cc:23: In file included from ./src/AlphaMenu.hh:26: In file included from ./src/ToggleMenu.hh:25: ./src/FbMenu.hh:59:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_reloader; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AlphaMenu.cc:23: In file included from ./src/AlphaMenu.hh:27: In file included from ./src/WindowCmd.hh:27: In file included from ./src/Window.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AlphaMenu.cc:23: In file included from ./src/AlphaMenu.hh:27: In file included from ./src/WindowCmd.hh:27: In file included from ./src/Window.hh:31: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AlphaMenu.cc:23: In file included from ./src/AlphaMenu.hh:29: ./src/FbTk/MenuItem.hh:158:14: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pixmap; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AlphaMenu.cc:23: In file included from ./src/AlphaMenu.hh:29: ./src/FbTk/MenuItem.hh:161:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_icon; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AlphaMenu.cc:26: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AlphaMenu.cc:26: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AlphaMenu.cc:26: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AlphaMenu.cc:26: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AlphaMenu.cc:26: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AlphaMenu.cc:26: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AlphaMenu.cc:26: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AlphaMenu.cc:26: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AlphaMenu.cc:26: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AlphaMenu.cc:26: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AlphaMenu.cc:26: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AlphaMenu.cc:28: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AlphaMenu.cc:28: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 21 warnings generated. mv -f src/.deps/fluxbox-AlphaMenu.Tpo src/.deps/fluxbox-AlphaMenu.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-ArrowButton.o -MD -MP -MF src/.deps/fluxbox-ArrowButton.Tpo -c -o src/fluxbox-ArrowButton.o `test -f 'src/ArrowButton.cc' || echo './'`src/ArrowButton.cc In file included from src/ArrowButton.cc:22: In file included from ./src/ArrowButton.hh:25: In file included from ./src/FbTk/Button.hh:28: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 1 warning generated. mv -f src/.deps/fluxbox-ArrowButton.Tpo src/.deps/fluxbox-ArrowButton.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-AttentionNoticeHandler.o -MD -MP -MF src/.deps/fluxbox-AttentionNoticeHandler.Tpo -c -o src/fluxbox-AttentionNoticeHandler.o `test -f 'src/AttentionNoticeHandler.cc' || echo './'`src/AttentionNoticeHandler.cc In file included from src/AttentionNoticeHandler.cc:24: In file included from ./src/Window.hh:28: In file included from ./src/FbWinFrame.hh:27: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AttentionNoticeHandler.cc:24: In file included from ./src/Window.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AttentionNoticeHandler.cc:24: In file included from ./src/Window.hh:31: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AttentionNoticeHandler.cc:25: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AttentionNoticeHandler.cc:25: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AttentionNoticeHandler.cc:25: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AttentionNoticeHandler.cc:25: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AttentionNoticeHandler.cc:25: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AttentionNoticeHandler.cc:25: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AttentionNoticeHandler.cc:25: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AttentionNoticeHandler.cc:25: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AttentionNoticeHandler.cc:25: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AttentionNoticeHandler.cc:25: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AttentionNoticeHandler.cc:25: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/AttentionNoticeHandler.cc:24: In file included from ./src/Window.hh:30: In file included from ./src/FocusableTheme.hh:26: ./src/FbTk/MemFun.hh:59:28: warning: 'unary_function' is deprecated [-Wdeprecated-declarations] class MemFun1: public std::unary_function { ^ src/AttentionNoticeHandler.cc:90:27: note: in instantiation of template class 'FbTk::MemFun1' requested here join(client.dieSig(), MemFun(*this, &AttentionNoticeHandler::removeWindow)); ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 15 warnings generated. mv -f src/.deps/fluxbox-AttentionNoticeHandler.Tpo src/.deps/fluxbox-AttentionNoticeHandler.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-CascadePlacement.o -MD -MP -MF src/.deps/fluxbox-CascadePlacement.Tpo -c -o src/fluxbox-CascadePlacement.o `test -f 'src/CascadePlacement.cc' || echo './'`src/CascadePlacement.cc In file included from src/CascadePlacement.cc:24: In file included from ./src/Window.hh:28: In file included from ./src/FbWinFrame.hh:27: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CascadePlacement.cc:24: In file included from ./src/Window.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CascadePlacement.cc:24: In file included from ./src/Window.hh:31: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CascadePlacement.cc:25: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CascadePlacement.cc:25: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CascadePlacement.cc:25: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CascadePlacement.cc:25: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CascadePlacement.cc:25: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CascadePlacement.cc:25: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CascadePlacement.cc:25: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CascadePlacement.cc:25: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CascadePlacement.cc:25: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CascadePlacement.cc:25: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CascadePlacement.cc:25: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 14 warnings generated. mv -f src/.deps/fluxbox-CascadePlacement.Tpo src/.deps/fluxbox-CascadePlacement.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-ClientMenu.o -MD -MP -MF src/.deps/fluxbox-ClientMenu.Tpo -c -o src/fluxbox-ClientMenu.o `test -f 'src/ClientMenu.cc' || echo './'`src/ClientMenu.cc In file included from src/ClientMenu.cc:22: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: In file included from ./src/FbTk/Menu.hh:32: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientMenu.cc:22: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientMenu.cc:22: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientMenu.cc:22: In file included from ./src/ClientMenu.hh:25: ./src/FbMenu.hh:59:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_reloader; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientMenu.cc:25: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientMenu.cc:25: In file included from ./src/Screen.hh:44: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientMenu.cc:25: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientMenu.cc:25: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientMenu.cc:25: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientMenu.cc:25: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientMenu.cc:25: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientMenu.cc:25: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientMenu.cc:25: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientMenu.cc:25: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientMenu.cc:25: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientMenu.cc:25: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientMenu.cc:25: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientMenu.cc:30: ./src/FbTk/MenuItem.hh:158:14: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pixmap; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientMenu.cc:30: ./src/FbTk/MenuItem.hh:161:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_icon; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientMenu.cc:26: In file included from ./src/Window.hh:30: In file included from ./src/FocusableTheme.hh:26: ./src/FbTk/MemFun.hh:59:28: warning: 'unary_function' is deprecated [-Wdeprecated-declarations] class MemFun1: public std::unary_function { ^ ./src/FbTk/MemFun.hh:252:13: note: in instantiation of template class 'FbTk::MemFun1' requested here Functor m_func; ^ src/ClientMenu.cc:43:24: note: in instantiation of template class 'FbTk::MemFunSelectArgImpl<1, FbTk::MemFun1, void>' requested here FbTk::MemFunSelectArg1(menu, &ClientMenu::titleChanged)); ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientMenu.cc:26: In file included from ./src/Window.hh:30: In file included from ./src/FocusableTheme.hh:26: ./src/FbTk/MemFun.hh:59:28: warning: 'unary_function' is deprecated [-Wdeprecated-declarations] class MemFun1: public std::unary_function { ^ src/ClientMenu.cc:99:22: note: in instantiation of template class 'FbTk::MemFun1' requested here FbTk::MemFun(*this, &ClientMenu::updateClientList)); ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 21 warnings generated. mv -f src/.deps/fluxbox-ClientMenu.Tpo src/.deps/fluxbox-ClientMenu.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-ClientPattern.o -MD -MP -MF src/.deps/fluxbox-ClientPattern.Tpo -c -o src/fluxbox-ClientPattern.o `test -f 'src/ClientPattern.cc' || echo './'`src/ClientPattern.cc In file included from src/ClientPattern.cc:25: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientPattern.cc:25: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientPattern.cc:26: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientPattern.cc:28: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:27: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientPattern.cc:28: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientPattern.cc:28: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientPattern.cc:28: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientPattern.cc:28: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientPattern.cc:28: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientPattern.cc:28: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientPattern.cc:28: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientPattern.cc:28: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientPattern.cc:28: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientPattern.cc:28: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientPattern.cc:28: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientPattern.cc:28: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientPattern.cc:30: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientPattern.cc:30: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClientPattern.cc:30: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: ./src/FbMenu.hh:59:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_reloader; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 19 warnings generated. mv -f src/.deps/fluxbox-ClientPattern.Tpo src/.deps/fluxbox-ClientPattern.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-ColSmartPlacement.o -MD -MP -MF src/.deps/fluxbox-ColSmartPlacement.Tpo -c -o src/fluxbox-ColSmartPlacement.o `test -f 'src/ColSmartPlacement.cc' || echo './'`src/ColSmartPlacement.cc In file included from src/ColSmartPlacement.cc:24: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ColSmartPlacement.cc:25: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:27: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ColSmartPlacement.cc:25: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ColSmartPlacement.cc:25: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ColSmartPlacement.cc:25: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ColSmartPlacement.cc:25: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ColSmartPlacement.cc:25: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ColSmartPlacement.cc:25: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ColSmartPlacement.cc:25: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ColSmartPlacement.cc:25: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ColSmartPlacement.cc:25: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ColSmartPlacement.cc:25: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ColSmartPlacement.cc:25: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ColSmartPlacement.cc:25: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ColSmartPlacement.cc:26: ./src/ScreenPlacement.hh:83:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_strategy; ///< main strategy ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ColSmartPlacement.cc:26: ./src/ScreenPlacement.hh:84:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fallback_strategy; ///< a fallback strategy if the main strategy fails ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 16 warnings generated. mv -f src/.deps/fluxbox-ColSmartPlacement.Tpo src/.deps/fluxbox-ColSmartPlacement.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-CommandDialog.o -MD -MP -MF src/.deps/fluxbox-CommandDialog.Tpo -c -o src/fluxbox-CommandDialog.o `test -f 'src/CommandDialog.cc' || echo './'`src/CommandDialog.cc In file included from src/CommandDialog.cc:23: In file included from ./src/CommandDialog.hh:26: In file included from ./src/TextDialog.hh:25: In file included from ./src/FbTk/TextBox.hh:25: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/CommandDialog.cc:50:5: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] auto_ptr > cmd(FbTk::CommandParser::instance().parse(m_precommand + text)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 2 warnings generated. mv -f src/.deps/fluxbox-CommandDialog.Tpo src/.deps/fluxbox-CommandDialog.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-ConfigMenu.o -MD -MP -MF src/.deps/fluxbox-ConfigMenu.Tpo -c -o src/fluxbox-ConfigMenu.o `test -f 'src/ConfigMenu.cc' || echo './'`src/ConfigMenu.cc In file included from src/ConfigMenu.cc:24: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:27: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ConfigMenu.cc:24: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ConfigMenu.cc:24: In file included from ./src/Screen.hh:44: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ConfigMenu.cc:24: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ConfigMenu.cc:24: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ConfigMenu.cc:24: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ConfigMenu.cc:24: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ConfigMenu.cc:24: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ConfigMenu.cc:24: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ConfigMenu.cc:24: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ConfigMenu.cc:24: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ConfigMenu.cc:24: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ConfigMenu.cc:24: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ConfigMenu.cc:24: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ConfigMenu.cc:25: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ConfigMenu.cc:25: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ConfigMenu.cc:27: In file included from ./src/FocusModelMenuItem.hh:27: In file included from ./src/FbTk/RadioMenuItem.hh:25: ./src/FbTk/MenuItem.hh:158:14: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pixmap; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ConfigMenu.cc:27: In file included from ./src/FocusModelMenuItem.hh:27: In file included from ./src/FbTk/RadioMenuItem.hh:25: ./src/FbTk/MenuItem.hh:161:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_icon; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ConfigMenu.cc:28: ./src/ScreenPlacement.hh:83:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_strategy; ///< main strategy ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ConfigMenu.cc:28: ./src/ScreenPlacement.hh:84:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fallback_strategy; ///< a fallback strategy if the main strategy fails ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ConfigMenu.cc:29: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ConfigMenu.cc:29: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ConfigMenu.cc:29: ./src/FbMenu.hh:59:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_reloader; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 23 warnings generated. mv -f src/.deps/fluxbox-ConfigMenu.Tpo src/.deps/fluxbox-ConfigMenu.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-CurrentWindowCmd.o -MD -MP -MF src/.deps/fluxbox-CurrentWindowCmd.Tpo -c -o src/fluxbox-CurrentWindowCmd.o `test -f 'src/CurrentWindowCmd.cc' || echo './'`src/CurrentWindowCmd.cc In file included from src/CurrentWindowCmd.cc:24: In file included from ./src/CurrentWindowCmd.hh:27: In file included from ./src/Window.hh:28: In file included from ./src/FbWinFrame.hh:27: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CurrentWindowCmd.cc:24: In file included from ./src/CurrentWindowCmd.hh:27: In file included from ./src/Window.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CurrentWindowCmd.cc:24: In file included from ./src/CurrentWindowCmd.hh:27: In file included from ./src/Window.hh:31: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CurrentWindowCmd.cc:26: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CurrentWindowCmd.cc:26: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CurrentWindowCmd.cc:30: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CurrentWindowCmd.cc:30: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CurrentWindowCmd.cc:30: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CurrentWindowCmd.cc:30: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CurrentWindowCmd.cc:30: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CurrentWindowCmd.cc:30: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CurrentWindowCmd.cc:30: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CurrentWindowCmd.cc:30: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CurrentWindowCmd.cc:30: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CurrentWindowCmd.cc:30: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/CurrentWindowCmd.cc:30: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 16 warnings generated. mv -f src/.deps/fluxbox-CurrentWindowCmd.Tpo src/.deps/fluxbox-CurrentWindowCmd.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-FbAtoms.o -MD -MP -MF src/.deps/fluxbox-FbAtoms.Tpo -c -o src/fluxbox-FbAtoms.o `test -f 'src/FbAtoms.cc' || echo './'`src/FbAtoms.cc mv -f src/.deps/fluxbox-FbAtoms.Tpo src/.deps/fluxbox-FbAtoms.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-FbCommands.o -MD -MP -MF src/.deps/fluxbox-FbCommands.Tpo -c -o src/fluxbox-FbCommands.o `test -f 'src/FbCommands.cc' || echo './'`src/FbCommands.cc In file included from src/FbCommands.cc:22: In file included from ./src/FbCommands.hh:31: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: In file included from ./src/FbTk/Menu.hh:32: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbCommands.cc:22: In file included from ./src/FbCommands.hh:31: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbCommands.cc:22: In file included from ./src/FbCommands.hh:31: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbCommands.cc:22: In file included from ./src/FbCommands.hh:31: In file included from ./src/ClientMenu.hh:25: ./src/FbMenu.hh:59:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_reloader; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbCommands.cc:22: In file included from ./src/FbCommands.hh:33: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbCommands.cc:22: ./src/FbCommands.hh:130:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbCommands.cc:22: ./src/FbCommands.hh:140:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbCommands.cc:23: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbCommands.cc:23: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbCommands.cc:24: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbCommands.cc:24: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbCommands.cc:24: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbCommands.cc:24: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbCommands.cc:24: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbCommands.cc:24: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbCommands.cc:24: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbCommands.cc:24: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbCommands.cc:24: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbCommands.cc:24: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbCommands.cc:24: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbCommands.cc:24: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbCommands.cc:25: ./src/ScreenPlacement.hh:83:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_strategy; ///< main strategy ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbCommands.cc:25: ./src/ScreenPlacement.hh:84:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fallback_strategy; ///< a fallback strategy if the main strategy fails ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 23 warnings generated. mv -f src/.deps/fluxbox-FbCommands.Tpo src/.deps/fluxbox-FbCommands.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-FbMenu.o -MD -MP -MF src/.deps/fluxbox-FbMenu.Tpo -c -o src/fluxbox-FbMenu.o `test -f 'src/FbMenu.cc' || echo './'`src/FbMenu.cc In file included from src/FbMenu.cc:22: In file included from ./src/FbMenu.hh:27: In file included from ./src/FbTk/Menu.hh:32: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbMenu.cc:22: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbMenu.cc:22: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbMenu.cc:22: ./src/FbMenu.hh:59:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_reloader; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbMenu.cc:24: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbMenu.cc:24: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbMenu.cc:25: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbMenu.cc:25: In file included from ./src/Screen.hh:44: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbMenu.cc:25: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbMenu.cc:25: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbMenu.cc:25: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbMenu.cc:25: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbMenu.cc:25: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbMenu.cc:25: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbMenu.cc:25: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbMenu.cc:25: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbMenu.cc:25: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbMenu.cc:25: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbMenu.cc:25: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 19 warnings generated. mv -f src/.deps/fluxbox-FbMenu.Tpo src/.deps/fluxbox-FbMenu.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-FbMenuParser.o -MD -MP -MF src/.deps/fluxbox-FbMenuParser.Tpo -c -o src/fluxbox-FbMenuParser.o `test -f 'src/FbMenuParser.cc' || echo './'`src/FbMenuParser.cc mv -f src/.deps/fluxbox-FbMenuParser.Tpo src/.deps/fluxbox-FbMenuParser.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-FbRootWindow.o -MD -MP -MF src/.deps/fluxbox-FbRootWindow.Tpo -c -o src/fluxbox-FbRootWindow.o `test -f 'src/FbRootWindow.cc' || echo './'`src/FbRootWindow.cc In file included from src/FbRootWindow.cc:22: In file included from ./src/FbRootWindow.hh:25: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 1 warning generated. mv -f src/.deps/fluxbox-FbRootWindow.Tpo src/.deps/fluxbox-FbRootWindow.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-FbWinFrame.o -MD -MP -MF src/.deps/fluxbox-FbWinFrame.Tpo -c -o src/fluxbox-FbWinFrame.o `test -f 'src/FbWinFrame.cc' || echo './'`src/FbWinFrame.cc In file included from src/FbWinFrame.cc:22: In file included from ./src/FbWinFrame.hh:27: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbWinFrame.cc:22: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbWinFrame.cc:26: In file included from ./src/Screen.hh:44: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbWinFrame.cc:26: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbWinFrame.cc:26: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbWinFrame.cc:26: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbWinFrame.cc:26: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbWinFrame.cc:26: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbWinFrame.cc:26: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbWinFrame.cc:26: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbWinFrame.cc:26: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbWinFrame.cc:26: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbWinFrame.cc:26: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbWinFrame.cc:26: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/FbWinFrame.cc:408:34: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] m_tab_container.for_each(mem_fun(&FbTk::Button::parentMoved)); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:50:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/FbWinFrame.cc:417:32: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] forAll(m_buttons_left, mem_fun(&FbTk::Button::parentMoved)); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:50:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/FbWinFrame.cc:418:33: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] forAll(m_buttons_right, mem_fun(&FbTk::Button::parentMoved)); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:50:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/FbWinFrame.cc:437:32: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] forAll(m_buttons_left, mem_fun(&FbTk::Button::clear)); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:50:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/FbWinFrame.cc:438:33: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] forAll(m_buttons_right, mem_fun(&FbTk::Button::clear)); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:50:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FbWinFrame.cc:37: ./src/FbTk/CompareEqual.hh:30:38: warning: 'unary_function' is deprecated [-Wdeprecated-declarations] class CompareEqual_base: public std::unary_function { ^ src/FbWinFrame.cc:810:57: note: in instantiation of template class 'FbTk::CompareEqual_base' requested here FbTk::CompareEqual_base compare(&FbTk::FbWindow::window, ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 20 warnings generated. mv -f src/.deps/fluxbox-FbWinFrame.Tpo src/.deps/fluxbox-FbWinFrame.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-FbWinFrameTheme.o -MD -MP -MF src/.deps/fluxbox-FbWinFrameTheme.Tpo -c -o src/fluxbox-FbWinFrameTheme.o `test -f 'src/FbWinFrameTheme.cc' || echo './'`src/FbWinFrameTheme.cc mv -f src/.deps/fluxbox-FbWinFrameTheme.Tpo src/.deps/fluxbox-FbWinFrameTheme.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-FocusControl.o -MD -MP -MF src/.deps/fluxbox-FocusControl.Tpo -c -o src/fluxbox-FocusControl.o `test -f 'src/FocusControl.cc' || echo './'`src/FocusControl.cc In file included from src/FocusControl.cc:22: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusControl.cc:25: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:27: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusControl.cc:25: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusControl.cc:25: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusControl.cc:25: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusControl.cc:25: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusControl.cc:25: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusControl.cc:25: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusControl.cc:25: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusControl.cc:25: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusControl.cc:25: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusControl.cc:25: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusControl.cc:25: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusControl.cc:25: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusControl.cc:28: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusControl.cc:28: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusControl.cc:28: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: ./src/FbMenu.hh:59:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_reloader; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusControl.cc:29: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusControl.cc:29: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 19 warnings generated. mv -f src/.deps/fluxbox-FocusControl.Tpo src/.deps/fluxbox-FocusControl.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-FocusableList.o -MD -MP -MF src/.deps/fluxbox-FocusableList.Tpo -c -o src/fluxbox-FocusableList.o `test -f 'src/FocusableList.cc' || echo './'`src/FocusableList.cc In file included from src/FocusableList.cc:22: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusableList.cc:26: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:27: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusableList.cc:26: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusableList.cc:26: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusableList.cc:26: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusableList.cc:26: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusableList.cc:26: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusableList.cc:26: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusableList.cc:26: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusableList.cc:26: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusableList.cc:26: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusableList.cc:26: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusableList.cc:26: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusableList.cc:26: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusableList.cc:27: In file included from ./src/WinClient.hh:25: In file included from ./src/Window.hh:30: In file included from ./src/FocusableTheme.hh:26: ./src/FbTk/MemFun.hh:59:28: warning: 'unary_function' is deprecated [-Wdeprecated-declarations] class MemFun1: public std::unary_function { ^ src/FocusableList.cc:98:30: note: in instantiation of template class 'FbTk::MemFun1' requested here join(m_parent->addSig(), FbTk::MemFun(*this, &FocusableList::parentWindowAdded)); ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusableList.cc:27: In file included from ./src/WinClient.hh:25: In file included from ./src/Window.hh:30: In file included from ./src/FocusableTheme.hh:26: ./src/FbTk/MemFun.hh:59:28: warning: 'unary_function' is deprecated [-Wdeprecated-declarations] class MemFun1: public std::unary_function { ^ src/FocusableList.cc:106:14: note: in instantiation of template class 'FbTk::MemFun1' requested here FbTk::MemFun(*this, &FocusableList::workspaceChanged)); ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusableList.cc:27: In file included from ./src/WinClient.hh:25: In file included from ./src/Window.hh:30: In file included from ./src/FocusableTheme.hh:26: ./src/FbTk/MemFun.hh:59:28: warning: 'unary_function' is deprecated [-Wdeprecated-declarations] class MemFun1: public std::unary_function { ^ ./src/FbTk/MemFun.hh:252:13: note: in instantiation of template class 'FbTk::MemFun1' requested here Functor m_func; ^ src/FocusableList.cc:263:39: note: in instantiation of template class 'FbTk::MemFunSelectArgImpl<1, FbTk::MemFun1, void>' requested here tracker->join(win.titleSig(), MemFunSelectArg1(*this, &FocusableList::updateTitle)); ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/FocusableList.cc:27: In file included from ./src/WinClient.hh:25: In file included from ./src/Window.hh:30: In file included from ./src/FocusableTheme.hh:26: ./src/FbTk/MemFun.hh:59:28: warning: 'unary_function' is deprecated [-Wdeprecated-declarations] class MemFun1: public std::unary_function { ^ src/FocusableList.cc:266:50: note: in instantiation of template class 'FbTk::MemFun1' requested here tracker->join(fbwin->workspaceSig(), MemFun(*this, &FocusableList::windowUpdated)); ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 18 warnings generated. mv -f src/.deps/fluxbox-FocusableList.Tpo src/.deps/fluxbox-FocusableList.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-HeadArea.o -MD -MP -MF src/.deps/fluxbox-HeadArea.Tpo -c -o src/fluxbox-HeadArea.o `test -f 'src/HeadArea.cc' || echo './'`src/HeadArea.cc In file included from src/HeadArea.cc:22: ./src/HeadArea.hh:43:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_available_workspace_area; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 1 warning generated. mv -f src/.deps/fluxbox-HeadArea.Tpo src/.deps/fluxbox-HeadArea.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-IconButton.o -MD -MP -MF src/.deps/fluxbox-IconButton.Tpo -c -o src/fluxbox-IconButton.o `test -f 'src/IconButton.cc' || echo './'`src/IconButton.cc In file included from src/IconButton.cc:23: In file included from ./src/IconButton.hh:30: In file included from ./src/FbTk/TextButton.hh:25: In file included from ./src/FbTk/Button.hh:28: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconButton.cc:24: In file included from ./src/IconbarTool.hh:27: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconButton.cc:24: In file included from ./src/IconbarTool.hh:27: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconButton.cc:24: In file included from ./src/IconbarTool.hh:27: ./src/FbMenu.hh:59:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_reloader; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconButton.cc:24: In file included from ./src/IconbarTool.hh:29: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconButton.cc:24: ./src/IconbarTool.hh:110:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_winlist; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconButton.cc:27: In file included from ./src/Screen.hh:44: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconButton.cc:27: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconButton.cc:27: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconButton.cc:27: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconButton.cc:27: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconButton.cc:27: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconButton.cc:27: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconButton.cc:27: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconButton.cc:27: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconButton.cc:27: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconButton.cc:27: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconButton.cc:27: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 18 warnings generated. mv -f src/.deps/fluxbox-IconButton.Tpo src/.deps/fluxbox-IconButton.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-IconbarTheme.o -MD -MP -MF src/.deps/fluxbox-IconbarTheme.Tpo -c -o src/fluxbox-IconbarTheme.o `test -f 'src/IconbarTheme.cc' || echo './'`src/IconbarTheme.cc mv -f src/.deps/fluxbox-IconbarTheme.Tpo src/.deps/fluxbox-IconbarTheme.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-Keys.o -MD -MP -MF src/.deps/fluxbox-Keys.Tpo -c -o src/fluxbox-Keys.o `test -f 'src/Keys.cc' || echo './'`src/Keys.cc In file included from src/Keys.cc:24: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Keys.cc:24: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Keys.cc:25: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:27: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Keys.cc:25: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Keys.cc:25: In file included from ./src/Screen.hh:44: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Keys.cc:25: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Keys.cc:25: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Keys.cc:25: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Keys.cc:25: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Keys.cc:25: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Keys.cc:25: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Keys.cc:25: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Keys.cc:25: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Keys.cc:25: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Keys.cc:25: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Keys.cc:25: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Keys.cc:36: ./src/FbTk/KeyUtil.hh:96:17: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] static std::auto_ptr s_keyutil; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 17 warnings generated. mv -f src/.deps/fluxbox-Keys.Tpo src/.deps/fluxbox-Keys.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-LayerMenu.o -MD -MP -MF src/.deps/fluxbox-LayerMenu.Tpo -c -o src/fluxbox-LayerMenu.o `test -f 'src/LayerMenu.cc' || echo './'`src/LayerMenu.cc In file included from src/LayerMenu.cc:22: In file included from ./src/LayerMenu.hh:27: In file included from ./src/ToggleMenu.hh:25: In file included from ./src/FbMenu.hh:27: In file included from ./src/FbTk/Menu.hh:32: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/LayerMenu.cc:22: In file included from ./src/LayerMenu.hh:27: In file included from ./src/ToggleMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/LayerMenu.cc:22: In file included from ./src/LayerMenu.hh:27: In file included from ./src/ToggleMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/LayerMenu.cc:22: In file included from ./src/LayerMenu.hh:27: In file included from ./src/ToggleMenu.hh:25: ./src/FbMenu.hh:59:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_reloader; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/LayerMenu.cc:22: In file included from ./src/LayerMenu.hh:29: In file included from ./src/FbTk/RadioMenuItem.hh:25: ./src/FbTk/MenuItem.hh:158:14: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pixmap; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/LayerMenu.cc:22: In file included from ./src/LayerMenu.hh:29: In file included from ./src/FbTk/RadioMenuItem.hh:25: ./src/FbTk/MenuItem.hh:161:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_icon; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/LayerMenu.cc:24: In file included from ./src/FbCommands.hh:33: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/LayerMenu.cc:24: ./src/FbCommands.hh:130:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/LayerMenu.cc:24: ./src/FbCommands.hh:140:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 9 warnings generated. mv -f src/.deps/fluxbox-LayerMenu.Tpo src/.deps/fluxbox-LayerMenu.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-MenuCreator.o -MD -MP -MF src/.deps/fluxbox-MenuCreator.Tpo -c -o src/fluxbox-MenuCreator.o `test -f 'src/MenuCreator.cc' || echo './'`src/MenuCreator.cc In file included from src/MenuCreator.cc:26: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:27: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MenuCreator.cc:26: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MenuCreator.cc:26: In file included from ./src/Screen.hh:44: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MenuCreator.cc:26: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MenuCreator.cc:26: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MenuCreator.cc:26: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MenuCreator.cc:26: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MenuCreator.cc:26: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MenuCreator.cc:26: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MenuCreator.cc:26: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MenuCreator.cc:26: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MenuCreator.cc:26: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MenuCreator.cc:26: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MenuCreator.cc:26: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MenuCreator.cc:28: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MenuCreator.cc:28: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MenuCreator.cc:32: In file included from ./src/WindowMenuAccessor.hh:27: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MenuCreator.cc:32: In file included from ./src/WindowMenuAccessor.hh:27: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MenuCreator.cc:32: In file included from ./src/WindowMenuAccessor.hh:27: ./src/FbMenu.hh:59:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_reloader; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MenuCreator.cc:36: In file included from ./src/LayerMenu.hh:29: In file included from ./src/FbTk/RadioMenuItem.hh:25: ./src/FbTk/MenuItem.hh:158:14: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pixmap; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MenuCreator.cc:36: In file included from ./src/LayerMenu.hh:29: In file included from ./src/FbTk/RadioMenuItem.hh:25: ./src/FbTk/MenuItem.hh:161:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_icon; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MenuCreator.cc:60: ./src/Remember.hh:158:10: warning: 'auto_ptr>>' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pats; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 22 warnings generated. mv -f src/.deps/fluxbox-MenuCreator.Tpo src/.deps/fluxbox-MenuCreator.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-MinOverlapPlacement.o -MD -MP -MF src/.deps/fluxbox-MinOverlapPlacement.Tpo -c -o src/fluxbox-MinOverlapPlacement.o `test -f 'src/MinOverlapPlacement.cc' || echo './'`src/MinOverlapPlacement.cc In file included from src/MinOverlapPlacement.cc:22: In file included from ./src/MinOverlapPlacement.hh:25: ./src/ScreenPlacement.hh:83:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_strategy; ///< main strategy ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MinOverlapPlacement.cc:22: In file included from ./src/MinOverlapPlacement.hh:25: ./src/ScreenPlacement.hh:84:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fallback_strategy; ///< a fallback strategy if the main strategy fails ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MinOverlapPlacement.cc:24: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MinOverlapPlacement.cc:25: In file included from ./src/Window.hh:28: In file included from ./src/FbWinFrame.hh:27: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MinOverlapPlacement.cc:25: In file included from ./src/Window.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MinOverlapPlacement.cc:26: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MinOverlapPlacement.cc:26: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MinOverlapPlacement.cc:26: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MinOverlapPlacement.cc:26: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MinOverlapPlacement.cc:26: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MinOverlapPlacement.cc:26: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MinOverlapPlacement.cc:26: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MinOverlapPlacement.cc:26: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MinOverlapPlacement.cc:26: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MinOverlapPlacement.cc:26: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/MinOverlapPlacement.cc:26: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 16 warnings generated. mv -f src/.deps/fluxbox-MinOverlapPlacement.Tpo src/.deps/fluxbox-MinOverlapPlacement.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-OSDWindow.o -MD -MP -MF src/.deps/fluxbox-OSDWindow.Tpo -c -o src/fluxbox-OSDWindow.o `test -f 'src/OSDWindow.cc' || echo './'`src/OSDWindow.cc In file included from src/OSDWindow.cc:22: In file included from ./src/OSDWindow.hh:25: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/OSDWindow.cc:24: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/OSDWindow.cc:24: In file included from ./src/Screen.hh:44: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/OSDWindow.cc:24: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/OSDWindow.cc:24: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/OSDWindow.cc:24: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/OSDWindow.cc:24: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/OSDWindow.cc:24: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/OSDWindow.cc:24: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/OSDWindow.cc:24: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/OSDWindow.cc:24: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/OSDWindow.cc:24: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/OSDWindow.cc:24: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/OSDWindow.cc:24: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 14 warnings generated. mv -f src/.deps/fluxbox-OSDWindow.Tpo src/.deps/fluxbox-OSDWindow.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-Resources.o -MD -MP -MF src/.deps/fluxbox-Resources.Tpo -c -o src/fluxbox-Resources.o `test -f 'src/Resources.cc' || echo './'`src/Resources.cc In file included from src/Resources.cc:26: In file included from ./src/WinButton.hh:25: In file included from ./src/FbTk/Button.hh:28: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Resources.cc:28: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Resources.cc:28: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. mv -f src/.deps/fluxbox-Resources.Tpo src/.deps/fluxbox-Resources.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-RootCmdMenuItem.o -MD -MP -MF src/.deps/fluxbox-RootCmdMenuItem.Tpo -c -o src/fluxbox-RootCmdMenuItem.o `test -f 'src/RootCmdMenuItem.cc' || echo './'`src/RootCmdMenuItem.cc In file included from src/RootCmdMenuItem.cc:22: In file included from ./src/RootCmdMenuItem.hh:25: ./src/FbTk/MenuItem.hh:158:14: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pixmap; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootCmdMenuItem.cc:22: In file included from ./src/RootCmdMenuItem.hh:25: ./src/FbTk/MenuItem.hh:161:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_icon; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootCmdMenuItem.cc:25: In file included from ./src/FbCommands.hh:31: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: In file included from ./src/FbTk/Menu.hh:32: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootCmdMenuItem.cc:25: In file included from ./src/FbCommands.hh:31: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootCmdMenuItem.cc:25: In file included from ./src/FbCommands.hh:31: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootCmdMenuItem.cc:25: In file included from ./src/FbCommands.hh:31: In file included from ./src/ClientMenu.hh:25: ./src/FbMenu.hh:59:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_reloader; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootCmdMenuItem.cc:25: In file included from ./src/FbCommands.hh:33: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootCmdMenuItem.cc:25: ./src/FbCommands.hh:130:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootCmdMenuItem.cc:25: ./src/FbCommands.hh:140:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootCmdMenuItem.cc:26: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootCmdMenuItem.cc:26: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 11 warnings generated. mv -f src/.deps/fluxbox-RootCmdMenuItem.Tpo src/.deps/fluxbox-RootCmdMenuItem.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-RootTheme.o -MD -MP -MF src/.deps/fluxbox-RootTheme.Tpo -c -o src/fluxbox-RootTheme.o `test -f 'src/RootTheme.cc' || echo './'`src/RootTheme.cc In file included from src/RootTheme.cc:25: In file included from ./src/FbRootWindow.hh:25: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootTheme.cc:26: In file included from ./src/FbCommands.hh:31: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootTheme.cc:26: In file included from ./src/FbCommands.hh:31: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootTheme.cc:26: In file included from ./src/FbCommands.hh:31: In file included from ./src/ClientMenu.hh:25: ./src/FbMenu.hh:59:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_reloader; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootTheme.cc:26: In file included from ./src/FbCommands.hh:33: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootTheme.cc:26: ./src/FbCommands.hh:130:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootTheme.cc:26: ./src/FbCommands.hh:140:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootTheme.cc:27: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootTheme.cc:27: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootTheme.cc:27: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootTheme.cc:27: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootTheme.cc:27: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootTheme.cc:27: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootTheme.cc:27: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootTheme.cc:27: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootTheme.cc:27: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootTheme.cc:27: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootTheme.cc:27: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RootTheme.cc:27: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 19 warnings generated. mv -f src/.deps/fluxbox-RootTheme.Tpo src/.deps/fluxbox-RootTheme.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-RowSmartPlacement.o -MD -MP -MF src/.deps/fluxbox-RowSmartPlacement.Tpo -c -o src/fluxbox-RowSmartPlacement.o `test -f 'src/RowSmartPlacement.cc' || echo './'`src/RowSmartPlacement.cc In file included from src/RowSmartPlacement.cc:24: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RowSmartPlacement.cc:25: In file included from ./src/Window.hh:28: In file included from ./src/FbWinFrame.hh:27: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RowSmartPlacement.cc:25: In file included from ./src/Window.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RowSmartPlacement.cc:26: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RowSmartPlacement.cc:26: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RowSmartPlacement.cc:26: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RowSmartPlacement.cc:26: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RowSmartPlacement.cc:26: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RowSmartPlacement.cc:26: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RowSmartPlacement.cc:26: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RowSmartPlacement.cc:26: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RowSmartPlacement.cc:26: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RowSmartPlacement.cc:26: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RowSmartPlacement.cc:26: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RowSmartPlacement.cc:27: ./src/ScreenPlacement.hh:83:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_strategy; ///< main strategy ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/RowSmartPlacement.cc:27: ./src/ScreenPlacement.hh:84:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fallback_strategy; ///< a fallback strategy if the main strategy fails ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 16 warnings generated. mv -f src/.deps/fluxbox-RowSmartPlacement.Tpo src/.deps/fluxbox-RowSmartPlacement.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-Screen.o -MD -MP -MF src/.deps/fluxbox-Screen.Tpo -c -o src/fluxbox-Screen.o `test -f 'src/Screen.cc' || echo './'`src/Screen.cc In file included from src/Screen.cc:25: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:27: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:25: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:25: In file included from ./src/Screen.hh:44: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:25: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:25: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:25: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:25: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:25: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:25: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:25: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:25: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:25: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:25: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:25: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:27: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:27: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:31: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:31: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:31: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: ./src/FbMenu.hh:59:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_reloader; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:35: ./src/ScreenPlacement.hh:83:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_strategy; ///< main strategy ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:35: ./src/ScreenPlacement.hh:84:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fallback_strategy; ///< a fallback strategy if the main strategy fails ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:40: In file included from ./src/LayerMenu.hh:29: In file included from ./src/FbTk/RadioMenuItem.hh:25: ./src/FbTk/MenuItem.hh:158:14: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pixmap; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:40: In file included from ./src/LayerMenu.hh:29: In file included from ./src/FbTk/RadioMenuItem.hh:25: ./src/FbTk/MenuItem.hh:161:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_icon; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:49: ./src/HeadArea.hh:43:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_available_workspace_area; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:51: ./src/FbCommands.hh:130:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:51: ./src/FbCommands.hh:140:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:53: ./src/SystemTray.hh:106:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_handler; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:71: ./src/FbTk/KeyUtil.hh:96:17: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] static std::auto_ptr s_keyutil; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:75: ./src/Slit.hh:152:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_layermenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:75: ./src/Slit.hh:178:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_layeritem; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:75: ./src/Slit.hh:179:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:83: In file included from ./src/Toolbar.hh:30: ./src/ToolFactory.hh:55:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_button_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:83: In file included from ./src/Toolbar.hh:30: ./src/ToolFactory.hh:56:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_workspace_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:83: In file included from ./src/Toolbar.hh:30: ./src/ToolFactory.hh:57:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_systray_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:83: ./src/Toolbar.hh:195:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/Screen.cc:644:25: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] static std::auto_ptr > cmd(0); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/Screen.cc:745:14: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] mem_fun(&Workspace::reconfigure)); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:50:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/Screen.cc:750:14: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] mem_fun(&FluxboxWindow::reconfigure)); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:50:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/Screen.cc:807:40: warning: 'bind2nd, FluxboxWindow *>' is deprecated [-Wdeprecated-declarations] bind2nd(equal_to(), w)); ^ /usr/include/c++/v1/__functional/binder2nd.h:44:1: note: 'bind2nd, FluxboxWindow *>' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:67: ./src/FbTk/Select2nd.hh:30:29: warning: 'unary_function, WinClient *>' is deprecated [-Wdeprecated-declarations] class Select2nd:public std::unary_function { ^ src/Screen.cc:843:53: note: in instantiation of template class 'FbTk::Select2nd>' requested here Select2nd())); ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function, WinClient *>' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Screen.cc:68: ./src/FbTk/Compose.hh:32:33: warning: 'unary_function, bool>' is deprecated [-Wdeprecated-declarations] class Compose_base: public std::unary_function { ^ src/Screen.cc:842:45: note: in instantiation of template class 'FbTk::Compose_base>, FbTk::Select2nd>>' requested here Compose(bind2nd(equal_to(), &client), ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function, bool>' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/Screen.cc:842:53: warning: 'bind2nd, WinClient *>' is deprecated [-Wdeprecated-declarations] Compose(bind2nd(equal_to(), &client), ^ /usr/include/c++/v1/__functional/binder2nd.h:44:1: note: 'bind2nd, WinClient *>' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/Screen.cc:1401:14: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] mem_fun(&Workspace::shutdown)); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:50:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 43 warnings generated. mv -f src/.deps/fluxbox-Screen.Tpo src/.deps/fluxbox-Screen.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-ScreenPlacement.o -MD -MP -MF src/.deps/fluxbox-ScreenPlacement.Tpo -c -o src/fluxbox-ScreenPlacement.o `test -f 'src/ScreenPlacement.cc' || echo './'`src/ScreenPlacement.cc In file included from src/ScreenPlacement.cc:22: ./src/ScreenPlacement.hh:83:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_strategy; ///< main strategy ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ScreenPlacement.cc:22: ./src/ScreenPlacement.hh:84:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fallback_strategy; ///< a fallback strategy if the main strategy fails ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ScreenPlacement.cc:30: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:27: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ScreenPlacement.cc:30: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ScreenPlacement.cc:30: In file included from ./src/Screen.hh:44: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ScreenPlacement.cc:30: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ScreenPlacement.cc:30: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ScreenPlacement.cc:30: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ScreenPlacement.cc:30: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ScreenPlacement.cc:30: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ScreenPlacement.cc:30: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ScreenPlacement.cc:30: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ScreenPlacement.cc:30: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ScreenPlacement.cc:30: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ScreenPlacement.cc:30: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ScreenPlacement.cc:30: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ScreenPlacement.cc:33: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ScreenPlacement.cc:33: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 18 warnings generated. mv -f src/.deps/fluxbox-ScreenPlacement.Tpo src/.deps/fluxbox-ScreenPlacement.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-ScreenResource.o -MD -MP -MF src/.deps/fluxbox-ScreenResource.Tpo -c -o src/fluxbox-ScreenResource.o `test -f 'src/ScreenResource.cc' || echo './'`src/ScreenResource.cc In file included from src/ScreenResource.cc:22: In file included from ./src/ScreenResource.hh:25: In file included from ./src/FbWinFrame.hh:27: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ScreenResource.cc:22: In file included from ./src/ScreenResource.hh:25: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ScreenResource.cc:23: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ScreenResource.cc:23: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. mv -f src/.deps/fluxbox-ScreenResource.Tpo src/.deps/fluxbox-ScreenResource.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-SendToMenu.o -MD -MP -MF src/.deps/fluxbox-SendToMenu.Tpo -c -o src/fluxbox-SendToMenu.o `test -f 'src/SendToMenu.cc' || echo './'`src/SendToMenu.cc In file included from src/SendToMenu.cc:23: In file included from ./src/SendToMenu.hh:26: In file included from ./src/FbMenu.hh:27: In file included from ./src/FbTk/Menu.hh:32: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SendToMenu.cc:23: In file included from ./src/SendToMenu.hh:26: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SendToMenu.cc:23: In file included from ./src/SendToMenu.hh:26: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SendToMenu.cc:23: In file included from ./src/SendToMenu.hh:26: ./src/FbMenu.hh:59:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_reloader; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SendToMenu.cc:25: In file included from ./src/Window.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SendToMenu.cc:25: In file included from ./src/Window.hh:31: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SendToMenu.cc:26: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SendToMenu.cc:26: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SendToMenu.cc:26: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SendToMenu.cc:26: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SendToMenu.cc:26: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SendToMenu.cc:26: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SendToMenu.cc:26: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SendToMenu.cc:26: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SendToMenu.cc:26: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SendToMenu.cc:26: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SendToMenu.cc:26: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SendToMenu.cc:28: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SendToMenu.cc:28: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SendToMenu.cc:31: In file included from ./src/FbTk/MultiButtonMenuItem.hh:26: ./src/FbTk/MenuItem.hh:158:14: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pixmap; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SendToMenu.cc:31: In file included from ./src/FbTk/MultiButtonMenuItem.hh:26: ./src/FbTk/MenuItem.hh:161:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_icon; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SendToMenu.cc:25: In file included from ./src/Window.hh:30: In file included from ./src/FocusableTheme.hh:26: ./src/FbTk/MemFun.hh:59:28: warning: 'unary_function' is deprecated [-Wdeprecated-declarations] class MemFun1: public std::unary_function { ^ src/SendToMenu.cc:59:10: note: in instantiation of template class 'FbTk::MemFun1' requested here FbTk::MemFun(*this, &SendToMenu::rebuildMenuForScreen)); ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 22 warnings generated. mv -f src/.deps/fluxbox-SendToMenu.Tpo src/.deps/fluxbox-SendToMenu.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-StyleMenuItem.o -MD -MP -MF src/.deps/fluxbox-StyleMenuItem.Tpo -c -o src/fluxbox-StyleMenuItem.o `test -f 'src/StyleMenuItem.cc' || echo './'`src/StyleMenuItem.cc In file included from src/StyleMenuItem.cc:23: In file included from ./src/StyleMenuItem.hh:26: In file included from ./src/FbTk/RadioMenuItem.hh:25: ./src/FbTk/MenuItem.hh:158:14: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pixmap; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/StyleMenuItem.cc:23: In file included from ./src/StyleMenuItem.hh:26: In file included from ./src/FbTk/RadioMenuItem.hh:25: ./src/FbTk/MenuItem.hh:161:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_icon; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/StyleMenuItem.cc:25: In file included from ./src/FbCommands.hh:31: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: In file included from ./src/FbTk/Menu.hh:32: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/StyleMenuItem.cc:25: In file included from ./src/FbCommands.hh:31: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/StyleMenuItem.cc:25: In file included from ./src/FbCommands.hh:31: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/StyleMenuItem.cc:25: In file included from ./src/FbCommands.hh:31: In file included from ./src/ClientMenu.hh:25: ./src/FbMenu.hh:59:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_reloader; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/StyleMenuItem.cc:25: In file included from ./src/FbCommands.hh:33: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/StyleMenuItem.cc:25: ./src/FbCommands.hh:130:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/StyleMenuItem.cc:25: ./src/FbCommands.hh:140:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/StyleMenuItem.cc:26: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/StyleMenuItem.cc:26: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 11 warnings generated. mv -f src/.deps/fluxbox-StyleMenuItem.Tpo src/.deps/fluxbox-StyleMenuItem.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-TextDialog.o -MD -MP -MF src/.deps/fluxbox-TextDialog.Tpo -c -o src/fluxbox-TextDialog.o `test -f 'src/TextDialog.cc' || echo './'`src/TextDialog.cc In file included from src/TextDialog.cc:22: In file included from ./src/TextDialog.hh:25: In file included from ./src/FbTk/TextBox.hh:25: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TextDialog.cc:24: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TextDialog.cc:24: In file included from ./src/Screen.hh:44: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TextDialog.cc:24: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TextDialog.cc:24: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TextDialog.cc:24: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TextDialog.cc:24: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TextDialog.cc:24: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TextDialog.cc:24: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TextDialog.cc:24: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TextDialog.cc:24: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TextDialog.cc:24: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TextDialog.cc:24: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TextDialog.cc:24: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TextDialog.cc:26: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TextDialog.cc:26: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TextDialog.cc:30: ./src/FbTk/KeyUtil.hh:96:17: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] static std::auto_ptr s_keyutil; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 17 warnings generated. mv -f src/.deps/fluxbox-TextDialog.Tpo src/.deps/fluxbox-TextDialog.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-TooltipWindow.o -MD -MP -MF src/.deps/fluxbox-TooltipWindow.Tpo -c -o src/fluxbox-TooltipWindow.o `test -f 'src/TooltipWindow.cc' || echo './'`src/TooltipWindow.cc In file included from src/TooltipWindow.cc:23: In file included from ./src/TooltipWindow.hh:25: In file included from ./src/OSDWindow.hh:25: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TooltipWindow.cc:24: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TooltipWindow.cc:24: In file included from ./src/Screen.hh:44: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TooltipWindow.cc:24: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TooltipWindow.cc:24: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TooltipWindow.cc:24: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TooltipWindow.cc:24: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TooltipWindow.cc:24: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TooltipWindow.cc:24: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TooltipWindow.cc:24: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TooltipWindow.cc:24: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TooltipWindow.cc:24: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TooltipWindow.cc:24: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/TooltipWindow.cc:24: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 14 warnings generated. mv -f src/.deps/fluxbox-TooltipWindow.Tpo src/.deps/fluxbox-TooltipWindow.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-UnderMousePlacement.o -MD -MP -MF src/.deps/fluxbox-UnderMousePlacement.Tpo -c -o src/fluxbox-UnderMousePlacement.o `test -f 'src/UnderMousePlacement.cc' || echo './'`src/UnderMousePlacement.cc In file included from src/UnderMousePlacement.cc:25: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:27: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/UnderMousePlacement.cc:25: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/UnderMousePlacement.cc:25: In file included from ./src/Screen.hh:44: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/UnderMousePlacement.cc:25: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/UnderMousePlacement.cc:25: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/UnderMousePlacement.cc:25: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/UnderMousePlacement.cc:25: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/UnderMousePlacement.cc:25: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/UnderMousePlacement.cc:25: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/UnderMousePlacement.cc:25: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/UnderMousePlacement.cc:25: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/UnderMousePlacement.cc:25: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/UnderMousePlacement.cc:25: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/UnderMousePlacement.cc:25: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 14 warnings generated. mv -f src/.deps/fluxbox-UnderMousePlacement.Tpo src/.deps/fluxbox-UnderMousePlacement.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-WinButton.o -MD -MP -MF src/.deps/fluxbox-WinButton.Tpo -c -o src/fluxbox-WinButton.o `test -f 'src/WinButton.cc' || echo './'`src/WinButton.cc In file included from src/WinButton.cc:22: In file included from ./src/WinButton.hh:25: In file included from ./src/FbTk/Button.hh:28: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinButton.cc:23: In file included from ./src/Window.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinButton.cc:23: In file included from ./src/Window.hh:31: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinButton.cc:25: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinButton.cc:25: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinButton.cc:25: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinButton.cc:25: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinButton.cc:25: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinButton.cc:25: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinButton.cc:25: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinButton.cc:25: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinButton.cc:25: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinButton.cc:25: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinButton.cc:25: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 14 warnings generated. mv -f src/.deps/fluxbox-WinButton.Tpo src/.deps/fluxbox-WinButton.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-WinButtonTheme.o -MD -MP -MF src/.deps/fluxbox-WinButtonTheme.Tpo -c -o src/fluxbox-WinButtonTheme.o `test -f 'src/WinButtonTheme.cc' || echo './'`src/WinButtonTheme.cc mv -f src/.deps/fluxbox-WinButtonTheme.Tpo src/.deps/fluxbox-WinButtonTheme.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-WinClient.o -MD -MP -MF src/.deps/fluxbox-WinClient.Tpo -c -o src/fluxbox-WinClient.o `test -f 'src/WinClient.cc' || echo './'`src/WinClient.cc In file included from src/WinClient.cc:22: In file included from ./src/WinClient.hh:25: In file included from ./src/Window.hh:28: In file included from ./src/FbWinFrame.hh:27: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinClient.cc:22: In file included from ./src/WinClient.hh:25: In file included from ./src/Window.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinClient.cc:22: In file included from ./src/WinClient.hh:25: In file included from ./src/Window.hh:31: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinClient.cc:25: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinClient.cc:25: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinClient.cc:27: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinClient.cc:27: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinClient.cc:27: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinClient.cc:27: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinClient.cc:27: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinClient.cc:27: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinClient.cc:27: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinClient.cc:27: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinClient.cc:27: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinClient.cc:27: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WinClient.cc:27: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/WinClient.cc:117:18: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] mem_fun(&WinClient::updateTransientInfo)); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:50:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 17 warnings generated. mv -f src/.deps/fluxbox-WinClient.Tpo src/.deps/fluxbox-WinClient.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-Window.o -MD -MP -MF src/.deps/fluxbox-Window.Tpo -c -o src/fluxbox-Window.o `test -f 'src/Window.cc' || echo './'`src/Window.cc In file included from src/Window.cc:25: In file included from ./src/Window.hh:28: In file included from ./src/FbWinFrame.hh:27: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:25: In file included from ./src/Window.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:25: In file included from ./src/Window.hh:31: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:28: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:28: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:30: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:30: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:30: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:30: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:30: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:30: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:30: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:30: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:30: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:30: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:30: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:34: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:34: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:34: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: ./src/FbMenu.hh:59:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_reloader; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:40: ./src/Remember.hh:158:10: warning: 'auto_ptr>>' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pats; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:45: ./src/ScreenPlacement.hh:83:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_strategy; ///< main strategy ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:45: ./src/ScreenPlacement.hh:84:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fallback_strategy; ///< a fallback strategy if the main strategy fails ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:53: ./src/FbTk/KeyUtil.hh:96:17: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] static std::auto_ptr s_keyutil; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:50: ./src/FbTk/Compose.hh:32:33: warning: 'unary_function' is deprecated [-Wdeprecated-declarations] class Compose_base: public std::unary_function { ^ src/Window.cc:738:39: note: in instantiation of template class 'FbTk::Compose_base>, std::const_mem_fun_t>' requested here Compose(bind2nd(equal_to(), win), ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/Window.cc:738:47: warning: 'bind2nd, unsigned long>' is deprecated [-Wdeprecated-declarations] Compose(bind2nd(equal_to(), win), ^ /usr/include/c++/v1/__functional/binder2nd.h:44:1: note: 'bind2nd, unsigned long>' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/Window.cc:739:47: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] mem_fun(&WinClient::window))); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:122:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:25: In file included from ./src/Window.hh:30: In file included from ./src/FocusableTheme.hh:26: ./src/FbTk/MemFun.hh:59:28: warning: 'unary_function' is deprecated [-Wdeprecated-declarations] class MemFun1: public std::unary_function { ^ src/Window.cc:1463:14: note: in instantiation of template class 'FbTk::MemFun1' requested here FbTk::MemFun(*this, &FluxboxWindow::workspaceAreaChanged)); ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:55: ./src/FbTk/Select2nd.hh:30:29: warning: 'unary_function, IconButton *>' is deprecated [-Wdeprecated-declarations] class Select2nd:public std::unary_function { ^ src/Window.cc:3094:33: note: in instantiation of template class 'FbTk::Select2nd>' requested here Select2nd()))); ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function, IconButton *>' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:50: ./src/FbTk/Compose.hh:32:33: warning: 'unary_function, unsigned long>' is deprecated [-Wdeprecated-declarations] class Compose_base: public std::unary_function { ^ src/Window.cc:3093:25: note: in instantiation of template class 'FbTk::Compose_base, FbTk::Select2nd>>' requested here Compose(mem_fun(&FbTk::Button::window), ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function, unsigned long>' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:50: ./src/FbTk/Compose.hh:32:33: warning: 'unary_function, bool>' is deprecated [-Wdeprecated-declarations] class Compose_base: public std::unary_function { ^ src/Window.cc:3092:17: note: in instantiation of template class 'FbTk::Compose_base>, FbTk::Compose_base, FbTk::Select2nd>>>' requested here Compose(bind2nd(equal_to(), window), ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function, bool>' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/Window.cc:3092:25: warning: 'bind2nd, unsigned long>' is deprecated [-Wdeprecated-declarations] Compose(bind2nd(equal_to(), window), ^ /usr/include/c++/v1/__functional/binder2nd.h:44:1: note: 'bind2nd, unsigned long>' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/Window.cc:3093:33: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] Compose(mem_fun(&FbTk::Button::window), ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:122:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Window.cc:25: In file included from ./src/Window.hh:30: In file included from ./src/FocusableTheme.hh:26: ./src/FbTk/MemFun.hh:86:28: warning: 'binary_function' is deprecated [-Wdeprecated-declarations] class MemFun2: public std::binary_function { ^ src/Window.cc:3657:10: note: in instantiation of template class 'FbTk::MemFun2' requested here FbTk::MemFun(*this, &FluxboxWindow::setTitle)); ^ /usr/include/c++/v1/__functional/binary_function.h:24:29: note: 'binary_function' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 33 warnings generated. mv -f src/.deps/fluxbox-Window.Tpo src/.deps/fluxbox-Window.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-WindowCmd.o -MD -MP -MF src/.deps/fluxbox-WindowCmd.Tpo -c -o src/fluxbox-WindowCmd.o `test -f 'src/WindowCmd.cc' || echo './'`src/WindowCmd.cc In file included from src/WindowCmd.cc:22: In file included from ./src/WindowCmd.hh:27: In file included from ./src/Window.hh:28: In file included from ./src/FbWinFrame.hh:27: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WindowCmd.cc:22: In file included from ./src/WindowCmd.hh:27: In file included from ./src/Window.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WindowCmd.cc:22: In file included from ./src/WindowCmd.hh:27: In file included from ./src/Window.hh:31: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. mv -f src/.deps/fluxbox-WindowCmd.Tpo src/.deps/fluxbox-WindowCmd.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-WindowState.o -MD -MP -MF src/.deps/fluxbox-WindowState.Tpo -c -o src/fluxbox-WindowState.o `test -f 'src/WindowState.cc' || echo './'`src/WindowState.cc mv -f src/.deps/fluxbox-WindowState.Tpo src/.deps/fluxbox-WindowState.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-Workspace.o -MD -MP -MF src/.deps/fluxbox-Workspace.Tpo -c -o src/fluxbox-Workspace.o `test -f 'src/Workspace.cc' || echo './'`src/Workspace.cc In file included from src/Workspace.cc:25: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: In file included from ./src/FbTk/Menu.hh:32: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Workspace.cc:25: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Workspace.cc:25: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Workspace.cc:25: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: ./src/FbMenu.hh:59:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_reloader; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Workspace.cc:27: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Workspace.cc:27: In file included from ./src/Screen.hh:44: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Workspace.cc:27: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Workspace.cc:27: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Workspace.cc:27: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Workspace.cc:27: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Workspace.cc:27: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Workspace.cc:27: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Workspace.cc:27: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Workspace.cc:27: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Workspace.cc:27: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Workspace.cc:27: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Workspace.cc:27: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 17 warnings generated. mv -f src/.deps/fluxbox-Workspace.Tpo src/.deps/fluxbox-Workspace.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-WorkspaceCmd.o -MD -MP -MF src/.deps/fluxbox-WorkspaceCmd.Tpo -c -o src/fluxbox-WorkspaceCmd.o `test -f 'src/WorkspaceCmd.cc' || echo './'`src/WorkspaceCmd.cc In file included from src/WorkspaceCmd.cc:23: In file included from ./src/WorkspaceCmd.hh:29: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceCmd.cc:26: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: In file included from ./src/FbTk/Menu.hh:32: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceCmd.cc:26: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceCmd.cc:26: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceCmd.cc:26: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: ./src/FbMenu.hh:59:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_reloader; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceCmd.cc:27: In file included from ./src/Window.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceCmd.cc:28: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceCmd.cc:28: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceCmd.cc:28: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceCmd.cc:28: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceCmd.cc:28: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceCmd.cc:28: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceCmd.cc:28: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceCmd.cc:28: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceCmd.cc:28: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceCmd.cc:28: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceCmd.cc:28: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceCmd.cc:29: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceCmd.cc:29: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceCmd.cc:34: ./src/FbTk/KeyUtil.hh:96:17: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] static std::auto_ptr s_keyutil; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/WorkspaceCmd.cc:639:22: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] std::mem_fun(&FluxboxWindow::close)); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:50:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/WorkspaceCmd.cc:644:33: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] windows.end(), std::mem_fun(&FluxboxWindow::close)); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:50:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 22 warnings generated. mv -f src/.deps/fluxbox-WorkspaceCmd.Tpo src/.deps/fluxbox-WorkspaceCmd.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-WorkspaceMenu.o -MD -MP -MF src/.deps/fluxbox-WorkspaceMenu.Tpo -c -o src/fluxbox-WorkspaceMenu.o `test -f 'src/WorkspaceMenu.cc' || echo './'`src/WorkspaceMenu.cc In file included from src/WorkspaceMenu.cc:22: In file included from ./src/WorkspaceMenu.hh:25: In file included from ./src/FbMenu.hh:27: In file included from ./src/FbTk/Menu.hh:32: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceMenu.cc:22: In file included from ./src/WorkspaceMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceMenu.cc:22: In file included from ./src/WorkspaceMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceMenu.cc:22: In file included from ./src/WorkspaceMenu.hh:25: ./src/FbMenu.hh:59:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_reloader; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceMenu.cc:24: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceMenu.cc:24: In file included from ./src/Screen.hh:44: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceMenu.cc:24: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceMenu.cc:24: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceMenu.cc:24: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceMenu.cc:24: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceMenu.cc:24: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceMenu.cc:24: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceMenu.cc:24: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceMenu.cc:24: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceMenu.cc:24: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceMenu.cc:24: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceMenu.cc:24: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceMenu.cc:29: ./src/FbCommands.hh:130:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceMenu.cc:29: ./src/FbCommands.hh:140:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceMenu.cc:36: ./src/FbTk/MenuItem.hh:158:14: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pixmap; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceMenu.cc:36: ./src/FbTk/MenuItem.hh:161:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_icon; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceMenu.cc:39: ./src/FbTk/MemFun.hh:59:28: warning: 'unary_function' is deprecated [-Wdeprecated-declarations] class MemFun1: public std::unary_function { ^ src/WorkspaceMenu.cc:102:10: note: in instantiation of template class 'FbTk::MemFun1' requested here FbTk::MemFun(*this, &WorkspaceMenu::workspaceChanged)); ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 22 warnings generated. mv -f src/.deps/fluxbox-WorkspaceMenu.Tpo src/.deps/fluxbox-WorkspaceMenu.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-Xutil.o -MD -MP -MF src/.deps/fluxbox-Xutil.Tpo -c -o src/fluxbox-Xutil.o `test -f 'src/Xutil.cc' || echo './'`src/Xutil.cc mv -f src/.deps/fluxbox-Xutil.Tpo src/.deps/fluxbox-Xutil.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-fluxbox.o -MD -MP -MF src/.deps/fluxbox-fluxbox.Tpo -c -o src/fluxbox-fluxbox.o `test -f 'src/fluxbox.cc' || echo './'`src/fluxbox.cc In file included from src/fluxbox.cc:25: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:25: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:27: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:27: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:27: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:27: In file included from ./src/Screen.hh:44: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:27: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:27: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:27: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:27: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:27: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:27: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:27: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:27: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:27: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:27: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:27: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:29: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:29: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:29: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: ./src/FbMenu.hh:59:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_reloader; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:31: ./src/FbCommands.hh:130:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:31: ./src/FbCommands.hh:140:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:57: ./src/FbTk/KeyUtil.hh:96:17: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] static std::auto_ptr s_keyutil; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:64: ./src/Remember.hh:158:10: warning: 'auto_ptr>>' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pats; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/fluxbox.cc:447:40: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] STLUtil::forAll(m_screens, bind1st(mem_fun(&Fluxbox::initScreen), this)); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:56:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/fluxbox.cc:447:32: warning: 'bind1st, Fluxbox *>' is deprecated [-Wdeprecated-declarations] STLUtil::forAll(m_screens, bind1st(mem_fun(&Fluxbox::initScreen), this)); ^ /usr/include/c++/v1/__functional/binder1st.h:44:1: note: 'bind1st, Fluxbox *>' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:28: In file included from ./src/Window.hh:30: In file included from ./src/FocusableTheme.hh:26: ./src/FbTk/MemFun.hh:59:28: warning: 'unary_function' is deprecated [-Wdeprecated-declarations] class MemFun1: public std::unary_function { ^ src/fluxbox.cc:496:10: note: in instantiation of template class 'FbTk::MemFun1' requested here FbTk::MemFun(*this, &Fluxbox::workspaceAreaChanged)); ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/fluxbox.cc:214:36: warning: 'unary_function' is deprecated [-Wdeprecated-declarations] struct CallMemFunWithRefArg : std::unary_function { ^ src/fluxbox.cc:514:13: note: in instantiation of template class '(anonymous namespace)::CallMemFunWithRefArg' requested here CallMemFunWithRefArg(&AtomHandler::initForScreen, *screen)); ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/fluxbox.cc:899:38: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] STLUtil::forAllIf(m_atomhandler, mem_fun(&AtomHandler::update), ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:122:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/fluxbox.cc:214:36: warning: 'unary_function' is deprecated [-Wdeprecated-declarations] struct CallMemFunWithRefArg : std::unary_function { ^ src/fluxbox.cc:900:9: note: in instantiation of template class '(anonymous namespace)::CallMemFunWithRefArg' requested here CallMemFunWithRefArg(&AtomHandler::updateFrameClose, *focusable.fbwindow())); ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/fluxbox.cc:912:38: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] STLUtil::forAllIf(m_atomhandler, mem_fun(&AtomHandler::update), ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:122:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/fluxbox.cc:214:36: warning: 'unary_function' is deprecated [-Wdeprecated-declarations] struct CallMemFunWithRefArg : std::unary_function { ^ src/fluxbox.cc:913:13: note: in instantiation of template class '(anonymous namespace)::CallMemFunWithRefArg' requested here CallMemFunWithRefArg(&AtomHandler::updateClientClose, client)); ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/fluxbox.cc:936:38: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] STLUtil::forAllIf(m_atomhandler, mem_fun(&AtomHandler::update), ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:122:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/fluxbox.cc:941:38: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] STLUtil::forAllIf(m_atomhandler, mem_fun(&AtomHandler::update), ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:122:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/fluxbox.cc:963:38: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] STLUtil::forAllIf(m_atomhandler, mem_fun(&AtomHandler::update), ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:122:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:28: In file included from ./src/Window.hh:30: In file included from ./src/FocusableTheme.hh:26: ./src/FbTk/MemFun.hh:59:28: warning: 'unary_function' is deprecated [-Wdeprecated-declarations] class MemFun1: public std::unary_function { ^ src/fluxbox.cc:968:26: note: in instantiation of template class 'FbTk::MemFun1' requested here join(win.stateSig(), FbTk::MemFun(*this, &Fluxbox::windowStateChanged)); ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:28: In file included from ./src/Window.hh:30: In file included from ./src/FocusableTheme.hh:26: ./src/FbTk/MemFun.hh:59:28: warning: 'unary_function' is deprecated [-Wdeprecated-declarations] class MemFun1: public std::unary_function { ^ src/fluxbox.cc:971:24: note: in instantiation of template class 'FbTk::MemFun1' requested here join(win.dieSig(), FbTk::MemFun(*this, &Fluxbox::windowDied)); ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/fluxbox.cc:1096:36: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] STLUtil::forAll(m_screens, mem_fun(&BScreen::shutdown)); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:50:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/fluxbox.cc:1266:32: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] STLUtil::forAll(m_screens, mem_fun(&BScreen::reconfigure)); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:50:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/fluxbox.cc:1268:36: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] STLUtil::forAll(m_atomhandler, mem_fun(&AtomHandler::reconfigure)); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:50:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:53: ./src/FbTk/CompareEqual.hh:30:38: warning: 'unary_function' is deprecated [-Wdeprecated-declarations] class CompareEqual_base: public std::unary_function { ^ ./src/FbTk/CompareEqual.hh:46:23: note: in instantiation of template class 'FbTk::CompareEqual_base' requested here CompareEqual(typename CompareEqual_base::Action action, B b) { ^ src/fluxbox.cc:1276:13: note: while substituting deduced template arguments into function template 'CompareEqual' [with A = BScreen, B = int] FbTk::CompareEqual(&BScreen::screenNumber, id)); ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:55: ./src/FbTk/Select2nd.hh:30:29: warning: 'unary_function, WinClient *>' is deprecated [-Wdeprecated-declarations] class Select2nd:public std::unary_function { ^ src/fluxbox.cc:1324:25: note: in instantiation of template class 'FbTk::Select2nd>' requested here Select2nd())); ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function, WinClient *>' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/fluxbox.cc:56: ./src/FbTk/Compose.hh:32:33: warning: 'unary_function, bool>' is deprecated [-Wdeprecated-declarations] class Compose_base: public std::unary_function { ^ src/fluxbox.cc:1323:17: note: in instantiation of template class 'FbTk::Compose_base>, FbTk::Select2nd>>' requested here Compose(bind2nd(equal_to(), client), ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function, bool>' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/fluxbox.cc:1323:25: warning: 'bind2nd, const WinClient *>' is deprecated [-Wdeprecated-declarations] Compose(bind2nd(equal_to(), client), ^ /usr/include/c++/v1/__functional/binder2nd.h:44:1: note: 'bind2nd, const WinClient *>' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/fluxbox.cc:1334:38: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] STLUtil::forAllIf(m_atomhandler, mem_fun(&AtomHandler::update), ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:122:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/fluxbox.cc:1339:38: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] STLUtil::forAllIf(m_atomhandler, mem_fun(&AtomHandler::update), ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:122:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/fluxbox.cc:1344:38: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] STLUtil::forAllIf(m_atomhandler, mem_fun(&AtomHandler::update), ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:122:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/fluxbox.cc:1349:38: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] STLUtil::forAllIf(m_atomhandler, mem_fun(&AtomHandler::update), ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:122:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/fluxbox.cc:1364:38: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] STLUtil::forAllIf(m_atomhandler, mem_fun(&AtomHandler::update), ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:122:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 48 warnings generated. mv -f src/.deps/fluxbox-fluxbox.Tpo src/.deps/fluxbox-fluxbox.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-main.o -MD -MP -MF src/.deps/fluxbox-main.Tpo -c -o src/fluxbox-main.o `test -f 'src/main.cc' || echo './'`src/main.cc In file included from src/main.cc:23: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/main.cc:23: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/main.cc:71:1: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr fluxbox; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. mv -f src/.deps/fluxbox-main.Tpo src/.deps/fluxbox-main.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-cli_cfiles.o -MD -MP -MF src/.deps/fluxbox-cli_cfiles.Tpo -c -o src/fluxbox-cli_cfiles.o `test -f 'src/cli_cfiles.cc' || echo './'`src/cli_cfiles.cc mv -f src/.deps/fluxbox-cli_cfiles.Tpo src/.deps/fluxbox-cli_cfiles.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-cli_options.o -MD -MP -MF src/.deps/fluxbox-cli_options.Tpo -c -o src/fluxbox-cli_options.o `test -f 'src/cli_options.cc' || echo './'`src/cli_options.cc mv -f src/.deps/fluxbox-cli_options.Tpo src/.deps/fluxbox-cli_options.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-cli_info.o -MD -MP -MF src/.deps/fluxbox-cli_info.Tpo -c -o src/fluxbox-cli_info.o `test -f 'src/cli_info.cc' || echo './'`src/cli_info.cc mv -f src/.deps/fluxbox-cli_info.Tpo src/.deps/fluxbox-cli_info.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-Ewmh.o -MD -MP -MF src/.deps/fluxbox-Ewmh.Tpo -c -o src/fluxbox-Ewmh.o `test -f 'src/Ewmh.cc' || echo './'`src/Ewmh.cc In file included from src/Ewmh.cc:24: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:27: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Ewmh.cc:24: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Ewmh.cc:24: In file included from ./src/Screen.hh:44: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Ewmh.cc:24: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Ewmh.cc:24: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Ewmh.cc:24: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Ewmh.cc:24: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Ewmh.cc:24: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Ewmh.cc:24: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Ewmh.cc:24: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Ewmh.cc:24: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Ewmh.cc:24: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Ewmh.cc:24: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Ewmh.cc:24: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Ewmh.cc:27: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Ewmh.cc:27: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Ewmh.cc:27: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: ./src/FbMenu.hh:59:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_reloader; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Ewmh.cc:29: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Ewmh.cc:29: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 19 warnings generated. mv -f src/.deps/fluxbox-Ewmh.Tpo src/.deps/fluxbox-Ewmh.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-Remember.o -MD -MP -MF src/.deps/fluxbox-Remember.Tpo -c -o src/fluxbox-Remember.o `test -f 'src/Remember.cc' || echo './'`src/Remember.cc In file included from src/Remember.cc:24: ./src/Remember.hh:158:10: warning: 'auto_ptr>>' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pats; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Remember.cc:26: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:27: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Remember.cc:26: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Remember.cc:26: In file included from ./src/Screen.hh:44: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Remember.cc:26: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Remember.cc:26: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Remember.cc:26: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Remember.cc:26: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Remember.cc:26: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Remember.cc:26: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Remember.cc:26: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Remember.cc:26: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Remember.cc:26: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Remember.cc:26: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Remember.cc:26: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Remember.cc:29: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Remember.cc:29: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Remember.cc:29: ./src/FbMenu.hh:59:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_reloader; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Remember.cc:31: ./src/FbCommands.hh:130:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Remember.cc:31: ./src/FbCommands.hh:140:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Remember.cc:32: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Remember.cc:32: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Remember.cc:40: ./src/FbTk/MenuItem.hh:158:14: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pixmap; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Remember.cc:40: ./src/FbTk/MenuItem.hh:161:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_icon; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 24 warnings generated. mv -f src/.deps/fluxbox-Remember.Tpo src/.deps/fluxbox-Remember.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-Slit.o -MD -MP -MF src/.deps/fluxbox-Slit.Tpo -c -o src/fluxbox-Slit.o `test -f 'src/Slit.cc' || echo './'`src/Slit.cc In file included from src/Slit.cc:25: In file included from ./src/Slit.hh:29: In file included from ./src/LayerMenu.hh:27: In file included from ./src/ToggleMenu.hh:25: In file included from ./src/FbMenu.hh:27: In file included from ./src/FbTk/Menu.hh:32: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:25: In file included from ./src/Slit.hh:29: In file included from ./src/LayerMenu.hh:27: In file included from ./src/ToggleMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:25: In file included from ./src/Slit.hh:29: In file included from ./src/LayerMenu.hh:27: In file included from ./src/ToggleMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:25: In file included from ./src/Slit.hh:29: In file included from ./src/LayerMenu.hh:27: In file included from ./src/ToggleMenu.hh:25: ./src/FbMenu.hh:59:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_reloader; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:25: In file included from ./src/Slit.hh:29: In file included from ./src/LayerMenu.hh:29: In file included from ./src/FbTk/RadioMenuItem.hh:25: ./src/FbTk/MenuItem.hh:158:14: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pixmap; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:25: In file included from ./src/Slit.hh:29: In file included from ./src/LayerMenu.hh:29: In file included from ./src/FbTk/RadioMenuItem.hh:25: ./src/FbTk/MenuItem.hh:161:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_icon; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:25: In file included from ./src/Slit.hh:33: In file included from ./src/Xinerama.hh:27: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:25: In file included from ./src/Slit.hh:33: In file included from ./src/Xinerama.hh:27: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:25: In file included from ./src/Slit.hh:33: In file included from ./src/Xinerama.hh:28: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:25: In file included from ./src/Slit.hh:33: In file included from ./src/Xinerama.hh:28: In file included from ./src/Screen.hh:44: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:25: In file included from ./src/Slit.hh:33: In file included from ./src/Xinerama.hh:28: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:25: In file included from ./src/Slit.hh:33: In file included from ./src/Xinerama.hh:28: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:25: In file included from ./src/Slit.hh:33: In file included from ./src/Xinerama.hh:28: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:25: In file included from ./src/Slit.hh:33: In file included from ./src/Xinerama.hh:28: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:25: In file included from ./src/Slit.hh:33: In file included from ./src/Xinerama.hh:28: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:25: In file included from ./src/Slit.hh:33: In file included from ./src/Xinerama.hh:28: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:25: In file included from ./src/Slit.hh:33: In file included from ./src/Xinerama.hh:28: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:25: In file included from ./src/Slit.hh:33: In file included from ./src/Xinerama.hh:28: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:25: In file included from ./src/Slit.hh:33: In file included from ./src/Xinerama.hh:28: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:25: In file included from ./src/Slit.hh:33: In file included from ./src/Xinerama.hh:28: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:25: In file included from ./src/Slit.hh:33: In file included from ./src/Xinerama.hh:28: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:25: ./src/Slit.hh:152:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_layermenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:25: ./src/Slit.hh:178:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_layeritem; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:25: ./src/Slit.hh:179:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:28: ./src/ScreenPlacement.hh:83:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_strategy; ///< main strategy ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:28: ./src/ScreenPlacement.hh:84:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fallback_strategy; ///< a fallback strategy if the main strategy fails ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:38: ./src/FbCommands.hh:130:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:38: ./src/FbCommands.hh:140:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Slit.cc:36: ./src/FbTk/MemFun.hh:59:28: warning: 'unary_function' is deprecated [-Wdeprecated-declarations] class MemFun1: public std::unary_function { ^ src/Slit.cc:258:10: note: in instantiation of template class 'FbTk::MemFun1' requested here FbTk::MemFun(*this, &Slit::screenSizeChanged)); ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 29 warnings generated. mv -f src/.deps/fluxbox-Slit.Tpo src/.deps/fluxbox-Slit.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-SlitClient.o -MD -MP -MF src/.deps/fluxbox-SlitClient.Tpo -c -o src/fluxbox-SlitClient.o `test -f 'src/SlitClient.cc' || echo './'`src/SlitClient.cc In file included from src/SlitClient.cc:24: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:27: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SlitClient.cc:24: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SlitClient.cc:24: In file included from ./src/Screen.hh:44: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SlitClient.cc:24: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SlitClient.cc:24: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SlitClient.cc:24: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SlitClient.cc:24: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SlitClient.cc:24: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SlitClient.cc:24: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SlitClient.cc:24: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SlitClient.cc:24: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SlitClient.cc:24: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SlitClient.cc:24: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SlitClient.cc:24: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 14 warnings generated. mv -f src/.deps/fluxbox-SlitClient.Tpo src/.deps/fluxbox-SlitClient.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-SlitTheme.o -MD -MP -MF src/.deps/fluxbox-SlitTheme.Tpo -c -o src/fluxbox-SlitTheme.o `test -f 'src/SlitTheme.cc' || echo './'`src/SlitTheme.cc mv -f src/.deps/fluxbox-SlitTheme.Tpo src/.deps/fluxbox-SlitTheme.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-ButtonTheme.o -MD -MP -MF src/.deps/fluxbox-ButtonTheme.Tpo -c -o src/fluxbox-ButtonTheme.o `test -f 'src/ButtonTheme.cc' || echo './'`src/ButtonTheme.cc mv -f src/.deps/fluxbox-ButtonTheme.Tpo src/.deps/fluxbox-ButtonTheme.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-ButtonTool.o -MD -MP -MF src/.deps/fluxbox-ButtonTool.Tpo -c -o src/fluxbox-ButtonTool.o `test -f 'src/ButtonTool.cc' || echo './'`src/ButtonTool.cc In file included from src/ButtonTool.cc:22: In file included from ./src/ButtonTool.hh:25: ./src/GenericTool.hh:68:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ButtonTool.cc:24: In file included from ./src/FbTk/Button.hh:28: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 2 warnings generated. mv -f src/.deps/fluxbox-ButtonTool.Tpo src/.deps/fluxbox-ButtonTool.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-ClockTool.o -MD -MP -MF src/.deps/fluxbox-ClockTool.Tpo -c -o src/fluxbox-ClockTool.o `test -f 'src/ClockTool.cc' || echo './'`src/ClockTool.cc In file included from src/ClockTool.cc:23: In file included from ./src/ClockTool.hh:30: In file included from ./src/FbTk/TextButton.hh:25: In file included from ./src/FbTk/Button.hh:28: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClockTool.cc:26: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClockTool.cc:26: In file included from ./src/Screen.hh:44: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClockTool.cc:26: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClockTool.cc:26: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClockTool.cc:26: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClockTool.cc:26: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClockTool.cc:26: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClockTool.cc:26: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClockTool.cc:26: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClockTool.cc:26: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClockTool.cc:26: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClockTool.cc:26: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClockTool.cc:26: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClockTool.cc:29: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClockTool.cc:29: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClockTool.cc:35: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClockTool.cc:35: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClockTool.cc:36: ./src/FbTk/MenuItem.hh:158:14: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pixmap; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ClockTool.cc:36: ./src/FbTk/MenuItem.hh:161:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_icon; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 20 warnings generated. mv -f src/.deps/fluxbox-ClockTool.Tpo src/.deps/fluxbox-ClockTool.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-GenericTool.o -MD -MP -MF src/.deps/fluxbox-GenericTool.Tpo -c -o src/fluxbox-GenericTool.o `test -f 'src/GenericTool.cc' || echo './'`src/GenericTool.cc In file included from src/GenericTool.cc:22: ./src/GenericTool.hh:68:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/GenericTool.cc:23: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 2 warnings generated. mv -f src/.deps/fluxbox-GenericTool.Tpo src/.deps/fluxbox-GenericTool.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-IconbarTool.o -MD -MP -MF src/.deps/fluxbox-IconbarTool.Tpo -c -o src/fluxbox-IconbarTool.o `test -f 'src/IconbarTool.cc' || echo './'`src/IconbarTool.cc In file included from src/IconbarTool.cc:23: In file included from ./src/IconbarTool.hh:27: In file included from ./src/FbMenu.hh:27: In file included from ./src/FbTk/Menu.hh:32: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconbarTool.cc:23: In file included from ./src/IconbarTool.hh:27: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconbarTool.cc:23: In file included from ./src/IconbarTool.hh:27: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconbarTool.cc:23: In file included from ./src/IconbarTool.hh:27: ./src/FbMenu.hh:59:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_reloader; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconbarTool.cc:23: In file included from ./src/IconbarTool.hh:29: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconbarTool.cc:23: ./src/IconbarTool.hh:110:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_winlist; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconbarTool.cc:25: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconbarTool.cc:25: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconbarTool.cc:26: In file included from ./src/WindowCmd.hh:27: In file included from ./src/Window.hh:31: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconbarTool.cc:27: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconbarTool.cc:27: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconbarTool.cc:27: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconbarTool.cc:27: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconbarTool.cc:27: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconbarTool.cc:27: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconbarTool.cc:27: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconbarTool.cc:27: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconbarTool.cc:27: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconbarTool.cc:27: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconbarTool.cc:27: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconbarTool.cc:36: ./src/FbCommands.hh:130:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconbarTool.cc:36: ./src/FbCommands.hh:140:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconbarTool.cc:43: In file included from ./src/FbTk/RadioMenuItem.hh:25: ./src/FbTk/MenuItem.hh:158:14: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pixmap; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconbarTool.cc:43: In file included from ./src/FbTk/RadioMenuItem.hh:25: ./src/FbTk/MenuItem.hh:161:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_icon; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconbarTool.cc:26: In file included from ./src/WindowCmd.hh:27: In file included from ./src/Window.hh:30: In file included from ./src/FocusableTheme.hh:26: ./src/FbTk/MemFun.hh:86:28: warning: 'binary_function' is deprecated [-Wdeprecated-declarations] class MemFun2: public std::binary_function { ^ src/IconbarTool.cc:337:34: note: in instantiation of template class 'FbTk::MemFun2' requested here std::bind1st(FbTk::MemFun(*this, &IconbarTool::update), LIST_ADD) ^ /usr/include/c++/v1/__functional/binary_function.h:24:29: note: 'binary_function' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/IconbarTool.cc:337:26: warning: 'bind1st, IconbarTool::UpdateReason>' is deprecated [-Wdeprecated-declarations] std::bind1st(FbTk::MemFun(*this, &IconbarTool::update), LIST_ADD) ^ /usr/include/c++/v1/__functional/binder1st.h:44:1: note: 'bind1st, IconbarTool::UpdateReason>' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/IconbarTool.cc:340:26: warning: 'bind1st, IconbarTool::UpdateReason>' is deprecated [-Wdeprecated-declarations] std::bind1st(FbTk::MemFun(*this, &IconbarTool::update), LIST_REMOVE) ^ /usr/include/c++/v1/__functional/binder1st.h:44:1: note: 'bind1st, IconbarTool::UpdateReason>' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/IconbarTool.cc:343:26: warning: 'bind1st, IconbarTool::UpdateReason>' is deprecated [-Wdeprecated-declarations] std::bind1st(FbTk::MemFun(*this, &IconbarTool::update), LIST_ORDER) ^ /usr/include/c++/v1/__functional/binder1st.h:44:1: note: 'bind1st, IconbarTool::UpdateReason>' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/IconbarTool.cc:456:32: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] FbTk::Compose(std::mem_fun(&IconButton::reconfigTheme), ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:50:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconbarTool.cc:52: ./src/FbTk/Select2nd.hh:30:29: warning: 'unary_function, IconButton *>' is deprecated [-Wdeprecated-declarations] class Select2nd:public std::unary_function { ^ src/IconbarTool.cc:457:17: note: in instantiation of template class 'FbTk::Select2nd>' requested here FbTk::Select2nd())); ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function, IconButton *>' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/IconbarTool.cc:53: ./src/FbTk/Compose.hh:32:33: warning: 'unary_function, void>' is deprecated [-Wdeprecated-declarations] class Compose_base: public std::unary_function { ^ src/IconbarTool.cc:456:13: note: in instantiation of template class 'FbTk::Compose_base, FbTk::Select2nd>>' requested here FbTk::Compose(std::mem_fun(&IconButton::reconfigTheme), ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function, void>' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 31 warnings generated. mv -f src/.deps/fluxbox-IconbarTool.Tpo src/.deps/fluxbox-IconbarTool.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-ToolFactory.o -MD -MP -MF src/.deps/fluxbox-ToolFactory.Tpo -c -o src/fluxbox-ToolFactory.o `test -f 'src/ToolFactory.cc' || echo './'`src/ToolFactory.cc In file included from src/ToolFactory.cc:22: ./src/ToolFactory.hh:55:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_button_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:22: ./src/ToolFactory.hh:56:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_workspace_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:22: ./src/ToolFactory.hh:57:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_systray_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:25: In file included from ./src/ButtonTool.hh:25: ./src/GenericTool.hh:68:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:26: In file included from ./src/ClockTool.hh:30: In file included from ./src/FbTk/TextButton.hh:25: In file included from ./src/FbTk/Button.hh:28: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:28: ./src/SystemTray.hh:106:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_handler; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:30: In file included from ./src/IconbarTool.hh:27: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:30: In file included from ./src/IconbarTool.hh:27: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:30: In file included from ./src/IconbarTool.hh:27: ./src/FbMenu.hh:59:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_reloader; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:30: In file included from ./src/IconbarTool.hh:29: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:30: ./src/IconbarTool.hh:110:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_winlist; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:39: In file included from ./src/Screen.hh:44: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:39: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:39: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:39: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:39: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:39: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:39: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:39: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:39: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:39: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:39: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:39: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:40: ./src/ScreenPlacement.hh:83:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_strategy; ///< main strategy ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:40: ./src/ScreenPlacement.hh:84:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fallback_strategy; ///< a fallback strategy if the main strategy fails ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:41: In file included from ./src/Toolbar.hh:29: In file included from ./src/LayerMenu.hh:29: In file included from ./src/FbTk/RadioMenuItem.hh:25: ./src/FbTk/MenuItem.hh:158:14: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pixmap; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:41: In file included from ./src/Toolbar.hh:29: In file included from ./src/LayerMenu.hh:29: In file included from ./src/FbTk/RadioMenuItem.hh:25: ./src/FbTk/MenuItem.hh:161:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_icon; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:41: In file included from ./src/Toolbar.hh:35: In file included from ./src/Xinerama.hh:27: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:41: In file included from ./src/Toolbar.hh:35: In file included from ./src/Xinerama.hh:27: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/ToolFactory.cc:41: ./src/Toolbar.hh:195:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 30 warnings generated. mv -f src/.deps/fluxbox-ToolFactory.Tpo src/.deps/fluxbox-ToolFactory.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-ToolTheme.o -MD -MP -MF src/.deps/fluxbox-ToolTheme.Tpo -c -o src/fluxbox-ToolTheme.o `test -f 'src/ToolTheme.cc' || echo './'`src/ToolTheme.cc mv -f src/.deps/fluxbox-ToolTheme.Tpo src/.deps/fluxbox-ToolTheme.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-Toolbar.o -MD -MP -MF src/.deps/fluxbox-Toolbar.Tpo -c -o src/fluxbox-Toolbar.o `test -f 'src/Toolbar.cc' || echo './'`src/Toolbar.cc In file included from src/Toolbar.cc:25: In file included from ./src/Toolbar.hh:29: In file included from ./src/LayerMenu.hh:27: In file included from ./src/ToggleMenu.hh:25: In file included from ./src/FbMenu.hh:27: In file included from ./src/FbTk/Menu.hh:32: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Toolbar.cc:25: In file included from ./src/Toolbar.hh:29: In file included from ./src/LayerMenu.hh:27: In file included from ./src/ToggleMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Toolbar.cc:25: In file included from ./src/Toolbar.hh:29: In file included from ./src/LayerMenu.hh:27: In file included from ./src/ToggleMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Toolbar.cc:25: In file included from ./src/Toolbar.hh:29: In file included from ./src/LayerMenu.hh:27: In file included from ./src/ToggleMenu.hh:25: ./src/FbMenu.hh:59:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_reloader; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Toolbar.cc:25: In file included from ./src/Toolbar.hh:29: In file included from ./src/LayerMenu.hh:29: In file included from ./src/FbTk/RadioMenuItem.hh:25: ./src/FbTk/MenuItem.hh:158:14: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pixmap; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Toolbar.cc:25: In file included from ./src/Toolbar.hh:29: In file included from ./src/LayerMenu.hh:29: In file included from ./src/FbTk/RadioMenuItem.hh:25: ./src/FbTk/MenuItem.hh:161:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_icon; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Toolbar.cc:25: In file included from ./src/Toolbar.hh:30: ./src/ToolFactory.hh:55:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_button_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Toolbar.cc:25: In file included from ./src/Toolbar.hh:30: ./src/ToolFactory.hh:56:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_workspace_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Toolbar.cc:25: In file included from ./src/Toolbar.hh:30: ./src/ToolFactory.hh:57:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_systray_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Toolbar.cc:25: In file included from ./src/Toolbar.hh:35: In file included from ./src/Xinerama.hh:27: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Toolbar.cc:25: In file included from ./src/Toolbar.hh:35: In file included from ./src/Xinerama.hh:27: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Toolbar.cc:25: In file included from ./src/Toolbar.hh:35: In file included from ./src/Xinerama.hh:28: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Toolbar.cc:25: In file included from ./src/Toolbar.hh:35: In file included from ./src/Xinerama.hh:28: In file included from ./src/Screen.hh:44: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Toolbar.cc:25: In file included from ./src/Toolbar.hh:35: In file included from ./src/Xinerama.hh:28: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Toolbar.cc:25: In file included from ./src/Toolbar.hh:35: In file included from ./src/Xinerama.hh:28: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Toolbar.cc:25: In file included from ./src/Toolbar.hh:35: In file included from ./src/Xinerama.hh:28: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Toolbar.cc:25: In file included from ./src/Toolbar.hh:35: In file included from ./src/Xinerama.hh:28: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Toolbar.cc:25: In file included from ./src/Toolbar.hh:35: In file included from ./src/Xinerama.hh:28: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Toolbar.cc:25: In file included from ./src/Toolbar.hh:35: In file included from ./src/Xinerama.hh:28: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Toolbar.cc:25: In file included from ./src/Toolbar.hh:35: In file included from ./src/Xinerama.hh:28: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Toolbar.cc:25: In file included from ./src/Toolbar.hh:35: In file included from ./src/Xinerama.hh:28: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Toolbar.cc:25: In file included from ./src/Toolbar.hh:35: In file included from ./src/Xinerama.hh:28: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Toolbar.cc:25: In file included from ./src/Toolbar.hh:35: In file included from ./src/Xinerama.hh:28: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Toolbar.cc:25: In file included from ./src/Toolbar.hh:35: In file included from ./src/Xinerama.hh:28: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Toolbar.cc:25: ./src/Toolbar.hh:195:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Toolbar.cc:33: ./src/ScreenPlacement.hh:83:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_strategy; ///< main strategy ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Toolbar.cc:33: ./src/ScreenPlacement.hh:84:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fallback_strategy; ///< a fallback strategy if the main strategy fails ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Toolbar.cc:34: In file included from ./src/WindowCmd.hh:27: In file included from ./src/Window.hh:30: In file included from ./src/FocusableTheme.hh:26: ./src/FbTk/MemFun.hh:59:28: warning: 'unary_function' is deprecated [-Wdeprecated-declarations] class MemFun1: public std::unary_function { ^ src/Toolbar.cc:228:27: note: in instantiation of template class 'FbTk::MemFun1' requested here FbTk::MemFun(*this, &Toolbar::screenChanged)); ^ /usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function' has been explicitly marked deprecated here struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/Toolbar.cc:490:30: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] forAll(m_item_list, std::mem_fun(&ToolbarItem::updateSizing)); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:50:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/Toolbar.cc:494:43: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] forAll(m_item_list, std::bind2nd(std::mem_fun(&ToolbarItem::renderTheme), alpha())); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:56:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/Toolbar.cc:494:30: warning: 'bind2nd, unsigned char>' is deprecated [-Wdeprecated-declarations] forAll(m_item_list, std::bind2nd(std::mem_fun(&ToolbarItem::renderTheme), alpha())); ^ /usr/include/c++/v1/__functional/binder2nd.h:44:1: note: 'bind2nd, unsigned char>' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/Toolbar.cc:694:43: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] forAll(m_item_list, std::bind2nd(std::mem_fun(&ToolbarItem::setOrientation), orient)); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:56:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/Toolbar.cc:694:30: warning: 'bind2nd, FbTk::Orientation>' is deprecated [-Wdeprecated-declarations] forAll(m_item_list, std::bind2nd(std::mem_fun(&ToolbarItem::setOrientation), orient)); ^ /usr/include/c++/v1/__functional/binder2nd.h:44:1: note: 'bind2nd, FbTk::Orientation>' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ src/Toolbar.cc:709:34: warning: 'mem_fun' is deprecated [-Wdeprecated-declarations] forAll(m_item_list, std::mem_fun(&ToolbarItem::parentMoved)); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:50:1: note: 'mem_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 34 warnings generated. mv -f src/.deps/fluxbox-Toolbar.Tpo src/.deps/fluxbox-Toolbar.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-ToolbarItem.o -MD -MP -MF src/.deps/fluxbox-ToolbarItem.Tpo -c -o src/fluxbox-ToolbarItem.o `test -f 'src/ToolbarItem.cc' || echo './'`src/ToolbarItem.cc mv -f src/.deps/fluxbox-ToolbarItem.Tpo src/.deps/fluxbox-ToolbarItem.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-ToolbarTheme.o -MD -MP -MF src/.deps/fluxbox-ToolbarTheme.Tpo -c -o src/fluxbox-ToolbarTheme.o `test -f 'src/ToolbarTheme.cc' || echo './'`src/ToolbarTheme.cc mv -f src/.deps/fluxbox-ToolbarTheme.Tpo src/.deps/fluxbox-ToolbarTheme.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-WorkspaceNameTool.o -MD -MP -MF src/.deps/fluxbox-WorkspaceNameTool.Tpo -c -o src/fluxbox-WorkspaceNameTool.o `test -f 'src/WorkspaceNameTool.cc' || echo './'`src/WorkspaceNameTool.cc In file included from src/WorkspaceNameTool.cc:23: In file included from ./src/WorkspaceNameTool.hh:28: In file included from ./src/FbTk/TextButton.hh:25: In file included from ./src/FbTk/Button.hh:28: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceNameTool.cc:26: In file included from ./src/Screen.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceNameTool.cc:26: In file included from ./src/Screen.hh:44: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceNameTool.cc:26: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceNameTool.cc:26: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceNameTool.cc:26: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceNameTool.cc:26: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceNameTool.cc:26: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceNameTool.cc:26: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceNameTool.cc:26: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceNameTool.cc:26: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceNameTool.cc:26: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceNameTool.cc:26: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceNameTool.cc:26: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceNameTool.cc:27: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:192:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_search; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceNameTool.cc:27: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: In file included from ./src/FbMenu.hh:27: ./src/FbTk/Menu.hh:242:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_shape; // the corners ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/WorkspaceNameTool.cc:27: In file included from ./src/Workspace.hh:28: In file included from ./src/ClientMenu.hh:25: ./src/FbMenu.hh:59:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_reloader; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 17 warnings generated. mv -f src/.deps/fluxbox-WorkspaceNameTool.Tpo src/.deps/fluxbox-WorkspaceNameTool.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include/fribidi -include ./config.h -I./src -I./src -I./src/FbTk -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox-SystemTray.o -MD -MP -MF src/.deps/fluxbox-SystemTray.Tpo -c -o src/fluxbox-SystemTray.o `test -f 'src/SystemTray.cc' || echo './'`src/SystemTray.cc In file included from src/SystemTray.cc:22: In file included from ./src/SystemTray.hh:26: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SystemTray.cc:22: ./src/SystemTray.hh:106:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_handler; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SystemTray.cc:30: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SystemTray.cc:30: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SystemTray.cc:31: In file included from ./src/WinClient.hh:25: In file included from ./src/Window.hh:28: In file included from ./src/FbWinFrame.hh:33: ./src/FbTk/Container.hh:93:24: warning: 'mem_fun_t' is deprecated [-Wdeprecated-declarations] void for_each(std::mem_fun_t function); ^ /usr/include/c++/v1/__functional/mem_fun_ref.h:26:28: note: 'mem_fun_t' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SystemTray.cc:31: In file included from ./src/WinClient.hh:25: In file included from ./src/Window.hh:31: In file included from ./src/FocusControl.hh:28: ./src/FocusableList.hh:105:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pat; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SystemTray.cc:32: ./src/Screen.hh:476:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_image_control; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SystemTray.cc:32: ./src/Screen.hh:477:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_configmenu, m_rootmenu, m_workspacemenu, m_windowmenu; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SystemTray.cc:32: ./src/Screen.hh:481:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_slit; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SystemTray.cc:32: ./src/Screen.hh:482:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_toolbar; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SystemTray.cc:32: ./src/Screen.hh:489:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_windowtheme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SystemTray.cc:32: ./src/Screen.hh:491:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_focused_winbutton_theme, ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SystemTray.cc:32: ./src/Screen.hh:493:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_menutheme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SystemTray.cc:32: ./src/Screen.hh:494:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_root_theme; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SystemTray.cc:32: ./src/Screen.hh:497:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_geom_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SystemTray.cc:32: ./src/Screen.hh:498:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pos_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/SystemTray.cc:32: ./src/Screen.hh:499:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_tooltip_window; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 17 warnings generated. mv -f src/.deps/fluxbox-SystemTray.Tpo src/.deps/fluxbox-SystemTray.Po depbase=`echo src/defaults.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -DHAVE_CONFIG_H -I. -include ./config.h -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/defaults.o -MD -MP -MF $depbase.Tpo -c -o src/defaults.o src/defaults.cc &&\ mv -f $depbase.Tpo $depbase.Po c++ -I/usr/X11R6/include -O2 -pipe -std=c++11 -L/usr/local/lib -o fluxbox src/fluxbox-AlphaMenu.o src/fluxbox-ArrowButton.o src/fluxbox-AttentionNoticeHandler.o src/fluxbox-CascadePlacement.o src/fluxbox-ClientMenu.o src/fluxbox-ClientPattern.o src/fluxbox-ColSmartPlacement.o src/fluxbox-CommandDialog.o src/fluxbox-ConfigMenu.o src/fluxbox-CurrentWindowCmd.o src/fluxbox-FbAtoms.o src/fluxbox-FbCommands.o src/fluxbox-FbMenu.o src/fluxbox-FbMenuParser.o src/fluxbox-FbRootWindow.o src/fluxbox-FbWinFrame.o src/fluxbox-FbWinFrameTheme.o src/fluxbox-FocusControl.o src/fluxbox-FocusableList.o src/fluxbox-HeadArea.o src/fluxbox-IconButton.o src/fluxbox-IconbarTheme.o src/fluxbox-Keys.o src/fluxbox-LayerMenu.o src/fluxbox-MenuCreator.o src/fluxbox-MinOverlapPlacement.o src/fluxbox-OSDWindow.o src/fluxbox-Resources.o src/fluxbox-RootCmdMenuItem.o src/fluxbox-RootTheme.o src/fluxbox-RowSmartPlacement.o src/fluxbox-Screen.o src/fluxbox-ScreenPlacement.o src/fluxbox-ScreenResource.o src/fluxbox-SendToMenu.o src/fluxbox-StyleMenuItem.o src/fluxbox-TextDialog.o src/fluxbox-TooltipWindow.o src/fluxbox-UnderMousePlacement.o src/fluxbox-WinButton.o src/fluxbox-WinButtonTheme.o src/fluxbox-WinClient.o src/fluxbox-Window.o src/fluxbox-WindowCmd.o src/fluxbox-WindowState.o src/fluxbox-Workspace.o src/fluxbox-WorkspaceCmd.o src/fluxbox-WorkspaceMenu.o src/fluxbox-Xutil.o src/fluxbox-fluxbox.o src/fluxbox-main.o src/fluxbox-cli_cfiles.o src/fluxbox-cli_options.o src/fluxbox-cli_info.o src/fluxbox-Ewmh.o src/fluxbox-Remember.o src/fluxbox-Slit.o src/fluxbox-SlitClient.o src/fluxbox-SlitTheme.o src/fluxbox-ButtonTheme.o src/fluxbox-ButtonTool.o src/fluxbox-ClockTool.o src/fluxbox-GenericTool.o src/fluxbox-IconbarTool.o src/fluxbox-ToolFactory.o src/fluxbox-ToolTheme.o src/fluxbox-Toolbar.o src/fluxbox-ToolbarItem.o src/fluxbox-ToolbarTheme.o src/fluxbox-WorkspaceNameTool.o src/fluxbox-SystemTray.o libFbTk.a src/defaults.o -L/usr/X11R6/lib -lfontconfig -lfreetype -L/usr/X11R6/lib -lfreetype -L/usr/local/lib -lfribidi -L/usr/local/lib -L/usr/X11R6/lib -lImlib2 -L/usr/X11R6/lib -lXrandr -L/usr/X11R6/lib -lXext -L/usr/X11R6/lib -lXft -L/usr/X11R6/lib -lXinerama -L/usr/X11R6/lib -lXpm -lX11 -L/usr/X11R6/lib -lXrender -lX11 -L/usr/X11R6/lib -lX11 /usr/local/lib/libiconv.so.7.1 -lm c++ -DHAVE_CONFIG_H -I. -include ./config.h -I./src/FbTk -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fbsetroot-FbAtoms.o -MD -MP -MF src/.deps/fbsetroot-FbAtoms.Tpo -c -o src/fbsetroot-FbAtoms.o `test -f 'src/FbAtoms.cc' || echo './'`src/FbAtoms.cc mv -f src/.deps/fbsetroot-FbAtoms.Tpo src/.deps/fbsetroot-FbAtoms.Po c++ -DHAVE_CONFIG_H -I. -include ./config.h -I./src/FbTk -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fbsetroot-FbRootWindow.o -MD -MP -MF src/.deps/fbsetroot-FbRootWindow.Tpo -c -o src/fbsetroot-FbRootWindow.o `test -f 'src/FbRootWindow.cc' || echo './'`src/FbRootWindow.cc In file included from src/FbRootWindow.cc:22: In file included from ./src/FbRootWindow.hh:25: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 1 warning generated. mv -f src/.deps/fbsetroot-FbRootWindow.Tpo src/.deps/fbsetroot-FbRootWindow.Po c++ -DHAVE_CONFIG_H -I. -include ./config.h -I./src/FbTk -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT util/fbsetroot-fbsetroot.o -MD -MP -MF util/.deps/fbsetroot-fbsetroot.Tpo -c -o util/fbsetroot-fbsetroot.o `test -f 'util/fbsetroot.cc' || echo './'`util/fbsetroot.cc In file included from util/fbsetroot.cc:27: In file included from util/../src/FbRootWindow.hh:25: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ util/fbsetroot.cc:227:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i; ^~~~~~~~~ 2 warnings generated. mv -f util/.deps/fbsetroot-fbsetroot.Tpo util/.deps/fbsetroot-fbsetroot.Po c++ -I/usr/X11R6/include -O2 -pipe -std=c++11 -L/usr/local/lib -o fbsetroot src/fbsetroot-FbAtoms.o src/fbsetroot-FbRootWindow.o util/fbsetroot-fbsetroot.o libFbTk.a -L/usr/X11R6/lib -lfontconfig -lfreetype -L/usr/local/lib -lfribidi -L/usr/X11R6/lib -lXft -L/usr/X11R6/lib -lXrender -lX11 -L/usr/X11R6/lib -lX11 /usr/local/lib/libiconv.so.7.1 -lm c++ -DHAVE_CONFIG_H -I. -include ./config.h -I./src/FbTk -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT util/fluxbox_remote-fluxbox-remote.o -MD -MP -MF util/.deps/fluxbox_remote-fluxbox-remote.Tpo -c -o util/fluxbox_remote-fluxbox-remote.o `test -f 'util/fluxbox-remote.cc' || echo './'`util/fluxbox-remote.cc mv -f util/.deps/fluxbox_remote-fluxbox-remote.Tpo util/.deps/fluxbox_remote-fluxbox-remote.Po c++ -I/usr/X11R6/include -O2 -pipe -std=c++11 -L/usr/local/lib -o fluxbox-remote util/fluxbox_remote-fluxbox-remote.o libFbTk.a src/defaults.o -L/usr/X11R6/lib -lX11 /usr/local/lib/libiconv.so.7.1 -lm c++ -DHAVE_CONFIG_H -I. -include ./config.h -I./src/FbTk -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox_update_configs-defaults.o -MD -MP -MF src/.deps/fluxbox_update_configs-defaults.Tpo -c -o src/fluxbox_update_configs-defaults.o `test -f 'src/defaults.cc' || echo './'`src/defaults.cc mv -f src/.deps/fluxbox_update_configs-defaults.Tpo src/.deps/fluxbox_update_configs-defaults.Po c++ -DHAVE_CONFIG_H -I. -include ./config.h -I./src/FbTk -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT src/fluxbox_update_configs-Resources.o -MD -MP -MF src/.deps/fluxbox_update_configs-Resources.Tpo -c -o src/fluxbox_update_configs-Resources.o `test -f 'src/Resources.cc' || echo './'`src/Resources.cc In file included from src/Resources.cc:26: In file included from ./src/WinButton.hh:25: In file included from ./src/FbTk/Button.hh:28: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Resources.cc:28: ./src/fluxbox.hh:231:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_fbatoms; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from src/Resources.cc:28: ./src/fluxbox.hh:262:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_key; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. mv -f src/.deps/fluxbox_update_configs-Resources.Tpo src/.deps/fluxbox_update_configs-Resources.Po c++ -DHAVE_CONFIG_H -I. -include ./config.h -I./src/FbTk -I./src -I./src -I./nls -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT util/fluxbox_update_configs-fluxbox-update_configs.o -MD -MP -MF util/.deps/fluxbox_update_configs-fluxbox-update_configs.Tpo -c -o util/fluxbox_update_configs-fluxbox-update_configs.o `test -f 'util/fluxbox-update_configs.cc' || echo './'`util/fluxbox-update_configs.cc mv -f util/.deps/fluxbox_update_configs-fluxbox-update_configs.Tpo util/.deps/fluxbox_update_configs-fluxbox-update_configs.Po c++ -I/usr/X11R6/include -O2 -pipe -std=c++11 -L/usr/local/lib -o fluxbox-update_configs src/fluxbox_update_configs-defaults.o src/fluxbox_update_configs-Resources.o util/fluxbox_update_configs-fluxbox-update_configs.o libFbTk.a -L/usr/local/lib -lfribidi -L/usr/X11R6/lib -lX11 /usr/local/lib/libiconv.so.7.1 -lm c++ -DHAVE_CONFIG_H -I. -include ./config.h -I./src -I./src -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT util/fbrun/fbrun-FbRun.o -MD -MP -MF util/fbrun/.deps/fbrun-FbRun.Tpo -c -o util/fbrun/fbrun-FbRun.o `test -f 'util/fbrun/FbRun.cc' || echo './'`util/fbrun/FbRun.cc In file included from util/fbrun/FbRun.cc:22: In file included from util/fbrun/FbRun.hh:27: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from util/fbrun/FbRun.cc:27: ./src/FbTk/KeyUtil.hh:96:17: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] static std::auto_ptr s_keyutil; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ util/fbrun/FbRun.cc:453:9: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] unique(m_apps.begin(), m_apps.end()); ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. mv -f util/fbrun/.deps/fbrun-FbRun.Tpo util/fbrun/.deps/fbrun-FbRun.Po c++ -DHAVE_CONFIG_H -I. -include ./config.h -I./src -I./src -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -std=c++11 -MT util/fbrun/fbrun-main.o -MD -MP -MF util/fbrun/.deps/fbrun-main.Tpo -c -o util/fbrun/fbrun-main.o `test -f 'util/fbrun/main.cc' || echo './'`util/fbrun/main.cc In file included from util/fbrun/main.cc:22: In file included from util/fbrun/FbRun.hh:27: ./src/FbTk/FbWindow.hh:244:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_transparent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 1 warning generated. mv -f util/fbrun/.deps/fbrun-main.Tpo util/fbrun/.deps/fbrun-main.Po c++ -I/usr/X11R6/include -O2 -pipe -std=c++11 -L/usr/local/lib -o fbrun util/fbrun/fbrun-FbRun.o util/fbrun/fbrun-main.o libFbTk.a -L/usr/local/lib -lfribidi -L/usr/X11R6/lib -lfontconfig -lfreetype -L/usr/X11R6/lib -lXft -L/usr/X11R6/lib -lXinerama -L/usr/X11R6/lib -lXpm -lX11 -L/usr/X11R6/lib -lXrender -lX11 -L/usr/X11R6/lib -lX11 -L/usr/X11R6/lib -lX11 /usr/local/lib/libiconv.so.7.1 -lm mkdir -p util/ srcdir=''; \ test -f ./util/fluxbox-generate_menu.in || srcdir=./; \ sed -e 's|@default_style[@]|/usr/local/share/fluxbox/styles/bloe|g' -e 's|@default_menu[@]|/usr/local/share/fluxbox/menu|g' -e 's|@default_keysfile[@]|/usr/local/share/fluxbox/keys|g' -e 's|@default_appsfile[@]|/usr/local/share/fluxbox/apps|g' -e 's|@bindir[@]|/usr/local/bin|g' -e 's|@datadir[@]|/usr/local/share|g' -e 's|@exec_prefix[@]|/usr/local|g' -e 's|@includedir[@]|/usr/local/include|g' -e 's|@localstatedir[@]|/var|g' -e 's|@pkgbindir[@]||g' -e 's|@pkgdatadir[@]|/usr/local/share/fluxbox|g' -e 's|@pkgprefix[@]||g' -e 's|@pkgsuffix[@]||g' -e 's|@prefix[@]|/usr/local|g' -e 's|@sbindir[@]|/usr/local/sbin|g' -e 's|@sysconfdir[@]|/etc|g' -e 's|@usrbin_execdir[@]||g' -e 's|@usrlib_execdir[@]||g' -e 's|@usrsbin_execdir[@]||g' -e 's|@EXEEXT[@]||g' -e 's|@VERSION[@]|1.3.7|g' ${srcdir}util/fluxbox-generate_menu.in >util/fluxbox-generate_menu.tmp mkdir -p util/ srcdir=''; \ test -f ./util/startfluxbox.in || srcdir=./; \ sed -e 's|@default_style[@]|/usr/local/share/fluxbox/styles/bloe|g' -e 's|@default_menu[@]|/usr/local/share/fluxbox/menu|g' -e 's|@default_keysfile[@]|/usr/local/share/fluxbox/keys|g' -e 's|@default_appsfile[@]|/usr/local/share/fluxbox/apps|g' -e 's|@bindir[@]|/usr/local/bin|g' -e 's|@datadir[@]|/usr/local/share|g' -e 's|@exec_prefix[@]|/usr/local|g' -e 's|@includedir[@]|/usr/local/include|g' -e 's|@localstatedir[@]|/var|g' -e 's|@pkgbindir[@]||g' -e 's|@pkgdatadir[@]|/usr/local/share/fluxbox|g' -e 's|@pkgprefix[@]||g' -e 's|@pkgsuffix[@]||g' -e 's|@prefix[@]|/usr/local|g' -e 's|@sbindir[@]|/usr/local/sbin|g' -e 's|@sysconfdir[@]|/etc|g' -e 's|@usrbin_execdir[@]||g' -e 's|@usrlib_execdir[@]||g' -e 's|@usrsbin_execdir[@]||g' -e 's|@EXEEXT[@]||g' -e 's|@VERSION[@]|1.3.7|g' ${srcdir}util/startfluxbox.in >util/startfluxbox.tmp gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7' gmake[1]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7' >>> Running fake in x11/fluxbox at 1714006569.69 ===> x11/fluxbox ===> Faking installation for fluxbox-1.3.7p6 gmake install-recursive gmake[1]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7' Making install in nls/C gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/C' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/C' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/C gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/C' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/C' Making install in nls/be_BY gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/be_BY' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/be_BY' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/be_BY.CP1251 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/be_BY.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/be_BY' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/be_BY' Making install in nls/bg_BG gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/bg_BG' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/bg_BG' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/bg_BG.CP1251 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/bg_BG.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/bg_BG' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/bg_BG' Making install in nls/cs_CZ gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/cs_CZ' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/cs_CZ' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/cs_CZ.ISO-8859-2 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/cs_CZ.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/cs_CZ' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/cs_CZ' Making install in nls/da_DK gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/da_DK' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/da_DK' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/da_DK.ISO-8859-1 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/da_DK.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/da_DK' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/da_DK' Making install in nls/de_AT gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/de_AT' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/de_AT' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/de_AT.ISO-8859-15 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/de_AT.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/de_AT' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/de_AT' Making install in nls/de_CH gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/de_CH' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/de_CH' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/de_CH.ISO-8859-15 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/de_CH.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/de_CH' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/de_CH' Making install in nls/de_DE gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/de_DE' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/de_DE' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/de_DE.ISO-8859-15 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/de_DE.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/de_DE' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/de_DE' Making install in nls/el_GR gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/el_GR' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/el_GR' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/el_GR.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/el_GR' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/el_GR' Making install in nls/en_GB gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/en_GB' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/en_GB' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/en_GB.ISO-8859-1 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/en_GB.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/en_GB' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/en_GB' Making install in nls/en_US gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/en_US' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/en_US' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/en_US.ISO-8859-1 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/en_US.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/en_US' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/en_US' Making install in nls/es_AR gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/es_AR' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/es_AR' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/es_AR.ISO-8859-15 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/es_AR.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/es_AR' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/es_AR' Making install in nls/es_ES gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/es_ES' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/es_ES' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/es_ES.ISO-8859-15 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/es_ES.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/es_ES' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/es_ES' Making install in nls/et_EE gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/et_EE' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/et_EE' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/et_EE.ISO-8859-15 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/et_EE.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/et_EE' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/et_EE' Making install in nls/fi_FI gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/fi_FI' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/fi_FI' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/fi_FI.ISO-8859-1 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/fi_FI.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/fi_FI' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/fi_FI' Making install in nls/fr_CH gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/fr_CH' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/fr_CH' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/fr_CH.ISO-8859-15 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/fr_CH.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/fr_CH' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/fr_CH' Making install in nls/fr_FR gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/fr_FR' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/fr_FR' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/fr_FR.ISO-8859-15 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/fr_FR.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/fr_FR' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/fr_FR' Making install in nls/he_IL gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/he_IL' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/he_IL' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/he_IL.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/he_IL' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/he_IL' Making install in nls/it_IT gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/it_IT' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/it_IT' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/it_IT.ISO-8859-1 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/it_IT.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/it_IT' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/it_IT' Making install in nls/ja_JP gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/ja_JP' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/ja_JP' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/ja_JP.eucJP Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/ja_JP.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/ja_JP' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/ja_JP' Making install in nls/ko_KR gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/ko_KR' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/ko_KR' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/ko_KR.UTF-8 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/ko_KR.EUC-KR gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/ko_KR' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/ko_KR' Making install in nls/lv_LV gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/lv_LV' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/lv_LV' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/lv_LV.ISO-8859-13 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/lv_LV.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/lv_LV' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/lv_LV' Making install in nls/mk_MK gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/mk_MK' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/mk_MK' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/mk_MK.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/mk_MK' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/mk_MK' Making install in nls/nb_NO gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/nb_NO' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/nb_NO' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/nb_NO.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/nb_NO' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/nb_NO' Making install in nls/nl_NL gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/nl_NL' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/nl_NL' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/nl_NL.ISO-8859-15 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/nl_NL.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/nl_NL' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/nl_NL' Making install in nls/no_NO gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/no_NO' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/no_NO' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/no_NO.ISO-8859-1 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/no_NO.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/no_NO' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/no_NO' Making install in nls/pl_PL gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/pl_PL' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/pl_PL' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/pl_PL.ISO-8859-2 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/pl_PL.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/pl_PL' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/pl_PL' Making install in nls/pt_BR gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/pt_BR' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/pt_BR' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/pt_BR.ISO-8859-1 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/pt_BR.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/pt_BR' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/pt_BR' Making install in nls/pt_PT gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/pt_PT' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/pt_PT' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/pt_PT.ISO-8859-1 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/pt_PT.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/pt_PT' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/pt_PT' Making install in nls/ru_RU gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/ru_RU' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/ru_RU' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/ru_RU.KOI8-R Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/ru_RU.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/ru_RU' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/ru_RU' Making install in nls/sk_SK gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/sk_SK' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/sk_SK' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/sk_SK.ISO-8859-2 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/sk_SK.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/sk_SK' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/sk_SK' Making install in nls/sl_SI gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/sl_SI' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/sl_SI' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/sl_SI.ISO-8859-2 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/sl_SI.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/sl_SI' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/sl_SI' Making install in nls/sv_SE gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/sv_SE' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/sv_SE' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/sv_SE.ISO-8859-1 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/sv_SE.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/sv_SE' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/sv_SE' Making install in nls/tr_TR gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/tr_TR' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/tr_TR' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/tr_TR.ISO-8859-9 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/tr_TR.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/tr_TR' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/tr_TR' Making install in nls/uk_UA gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/uk_UA' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/uk_UA' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/uk_UA.KOI8-U Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/uk_UA.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/uk_UA' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/uk_UA' Making install in nls/vi_VN gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/vi_VN' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/vi_VN' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/vi_VN.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/vi_VN' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/vi_VN' Making install in nls/zh_CN gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/zh_CN' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/zh_CN' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/zh_CN.UTF-8 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/zh_CN.GB2312 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/zh_CN.BIG5 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/zh_CN.GB18030 Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/zh_CN.GBK gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/zh_CN' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/zh_CN' Making install in nls/zh_TW gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/zh_TW' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/zh_TW' gmake[3]: Nothing to be done for 'install-exec-am'. Installing catalog in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/nls/zh_TW.UTF-8 gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/zh_TW' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/nls/zh_TW' gmake[2]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7' gmake[3]: Entering directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7' mkdir -p '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/bin' /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -s -m 755 fluxbox fbsetroot fluxbox-remote fluxbox-update_configs fbrun '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/bin' mkdir -p '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/bin' /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -m 755 util/fbsetbg util/fluxbox-generate_menu util/startfluxbox '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/bin' mkdir -p data/ srcdir=''; \ test -f ./data/init.in || srcdir=./; \ sed -e 's|@default_style[@]|/usr/local/share/fluxbox/styles/bloe|g' -e 's|@default_menu[@]|/usr/local/share/fluxbox/menu|g' -e 's|@default_keysfile[@]|/usr/local/share/fluxbox/keys|g' -e 's|@default_appsfile[@]|/usr/local/share/fluxbox/apps|g' -e 's|@bindir[@]|/usr/local/bin|g' -e 's|@datadir[@]|/usr/local/share|g' -e 's|@exec_prefix[@]|/usr/local|g' -e 's|@includedir[@]|/usr/local/include|g' -e 's|@localstatedir[@]|/var|g' -e 's|@pkgbindir[@]||g' -e 's|@pkgdatadir[@]|/usr/local/share/fluxbox|g' -e 's|@pkgprefix[@]||g' -e 's|@pkgsuffix[@]||g' -e 's|@prefix[@]|/usr/local|g' -e 's|@sbindir[@]|/usr/local/sbin|g' -e 's|@sysconfdir[@]|/etc|g' -e 's|@usrbin_execdir[@]||g' -e 's|@usrlib_execdir[@]||g' -e 's|@usrsbin_execdir[@]||g' -e 's|@EXEEXT[@]||g' -e 's|@VERSION[@]|1.3.7|g' ${srcdir}data/init.in >data/init.tmp mkdir -p data/ srcdir=''; \ test -f ./data/apps.in || srcdir=./; \ sed -e 's|@default_style[@]|/usr/local/share/fluxbox/styles/bloe|g' -e 's|@default_menu[@]|/usr/local/share/fluxbox/menu|g' -e 's|@default_keysfile[@]|/usr/local/share/fluxbox/keys|g' -e 's|@default_appsfile[@]|/usr/local/share/fluxbox/apps|g' -e 's|@bindir[@]|/usr/local/bin|g' -e 's|@datadir[@]|/usr/local/share|g' -e 's|@exec_prefix[@]|/usr/local|g' -e 's|@includedir[@]|/usr/local/include|g' -e 's|@localstatedir[@]|/var|g' -e 's|@pkgbindir[@]||g' -e 's|@pkgdatadir[@]|/usr/local/share/fluxbox|g' -e 's|@pkgprefix[@]||g' -e 's|@pkgsuffix[@]||g' -e 's|@prefix[@]|/usr/local|g' -e 's|@sbindir[@]|/usr/local/sbin|g' -e 's|@sysconfdir[@]|/etc|g' -e 's|@usrbin_execdir[@]||g' -e 's|@usrlib_execdir[@]||g' -e 's|@usrsbin_execdir[@]||g' -e 's|@EXEEXT[@]||g' -e 's|@VERSION[@]|1.3.7|g' ${srcdir}data/apps.in >data/apps.tmp env MENUFILENAME=data/menu \ PREFIX="/usr/local" \ MENUTITLE="Fluxbox-1.3.7" \ INSTALL=Yes \ PATH="/exopi-obj/pobj/fluxbox-1.3.7/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin:../util:../util/fbrun" \ sh util/fluxbox-generate_menu Installing menu file in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/menu /bin/sh /exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/build-aux/install-sh -d /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/ /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -m 644 ./data/menu /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/menu Installing keys file in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/keys /bin/sh /exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/build-aux/install-sh -d /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/ /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -m 644 ./data/keys /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/keys Installing apps file in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/apps /bin/sh /exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/build-aux/install-sh -d /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/ /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -m 644 ./data/apps /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/apps Installing overlay file in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/overlay /bin/sh /exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/build-aux/install-sh -d /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/ /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -m 644 ./data/overlay /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/overlay Installing init file in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/init /bin/sh /exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/build-aux/install-sh -d /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/ /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -m 644 ./data/init /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/init Installing windowmenu file in /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/windowmenu /bin/sh /exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7/build-aux/install-sh -d /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/ /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -m 644 ./data/windowmenu /exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/windowmenu mkdir -p '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/arch/pixmaps' /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -m 644 data/styles/arch/pixmaps/bullet.xpm data/styles/arch/pixmaps/closefcs.xpm data/styles/arch/pixmaps/closepr.xpm data/styles/arch/pixmaps/closeufcs.xpm data/styles/arch/pixmaps/frame.xpm data/styles/arch/pixmaps/gripfcs.xpm data/styles/arch/pixmaps/maxfcs.xpm data/styles/arch/pixmaps/maxpr.xpm data/styles/arch/pixmaps/maxufcs.xpm data/styles/arch/pixmaps/menuiconfcs.xpm data/styles/arch/pixmaps/menuiconpr.xpm data/styles/arch/pixmaps/menuiconufcs.xpm data/styles/arch/pixmaps/minfcs.xpm data/styles/arch/pixmaps/minpr.xpm data/styles/arch/pixmaps/minufcs.xpm data/styles/arch/pixmaps/selected.xpm data/styles/arch/pixmaps/shadefcs.xpm data/styles/arch/pixmaps/shadepr.xpm data/styles/arch/pixmaps/shadeufcs.xpm data/styles/arch/pixmaps/stickfcs.xpm data/styles/arch/pixmaps/stickpr.xpm data/styles/arch/pixmaps/stickufcs.xpm data/styles/arch/pixmaps/stuckfcs.xpm data/styles/arch/pixmaps/stuckufcs.xpm data/styles/arch/pixmaps/tbarfcs.xpm data/styles/arch/pixmaps/tbarufcs.xpm data/styles/arch/pixmaps/unselected.xpm data/styles/arch/pixmaps/unshadefcs.xpm data/styles/arch/pixmaps/unshadepr.xpm data/styles/arch/pixmaps/unshadeufcs.xpm '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/arch/pixmaps' mkdir -p '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/arch' /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -m 644 data/styles/arch/theme.cfg '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/arch' mkdir -p '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/bloe' /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -m 644 data/styles/bloe/theme.cfg '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/bloe' mkdir -p '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/BlueFlux/pixmaps' /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -m 644 data/styles/BlueFlux/pixmaps/button_close_active.xpm data/styles/BlueFlux/pixmaps/button_close_pressed.xpm data/styles/BlueFlux/pixmaps/button_close_unfocus.xpm data/styles/BlueFlux/pixmaps/button_max_active.xpm data/styles/BlueFlux/pixmaps/button_max_pressed.xpm data/styles/BlueFlux/pixmaps/button_max_unfocus.xpm data/styles/BlueFlux/pixmaps/button_min_active.xpm data/styles/BlueFlux/pixmaps/button_min_pressed.xpm data/styles/BlueFlux/pixmaps/button_min_unfocus.xpm data/styles/BlueFlux/pixmaps/button_stick_active.xpm data/styles/BlueFlux/pixmaps/button_stick_pressed.xpm data/styles/BlueFlux/pixmaps/button_stick_unfocus.xpm data/styles/BlueFlux/pixmaps/button_stuck.xpm data/styles/BlueFlux/pixmaps/button_stuck_unfocus.xpm data/styles/BlueFlux/pixmaps/button_toolbar.xpm data/styles/BlueFlux/pixmaps/button_toolbar_pressed.xpm data/styles/BlueFlux/pixmaps/menu_frame.xpm data/styles/BlueFlux/pixmaps/title_bar.xpm data/styles/BlueFlux/pixmaps/title_bar_unfocus.xpm data/styles/BlueFlux/pixmaps/toolbar.xpm data/styles/BlueFlux/pixmaps/toolbar_label.xpm '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/BlueFlux/pixmaps' mkdir -p '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/BlueFlux' /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -m 644 data/styles/BlueFlux/theme.cfg '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/BlueFlux' mkdir -p '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/bora_black' /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -m 644 data/styles/bora_black/theme.cfg '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/bora_black' mkdir -p '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/bora_blue' /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -m 644 data/styles/bora_blue/theme.cfg '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/bora_blue' mkdir -p '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/bora_green' /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -m 644 data/styles/bora_green/theme.cfg '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/bora_green' mkdir -p '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/carp' /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -m 644 data/styles/carp/theme.cfg '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/carp' mkdir -p '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/Emerge/pixmaps' /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -m 644 data/styles/Emerge/pixmaps/bullet.xpm data/styles/Emerge/pixmaps/close-pressed.xpm data/styles/Emerge/pixmaps/close-unfocus.xpm data/styles/Emerge/pixmaps/close.xpm data/styles/Emerge/pixmaps/icon-pressed.xpm data/styles/Emerge/pixmaps/icon-unfocus.xpm data/styles/Emerge/pixmaps/icon.xpm data/styles/Emerge/pixmaps/max-pressed.xpm data/styles/Emerge/pixmaps/max-unfocus.xpm data/styles/Emerge/pixmaps/max.xpm data/styles/Emerge/pixmaps/selected.xpm data/styles/Emerge/pixmaps/stick-pressed.xpm data/styles/Emerge/pixmaps/stick-unfocus.xpm data/styles/Emerge/pixmaps/stick.xpm data/styles/Emerge/pixmaps/stuck-pressed.xpm data/styles/Emerge/pixmaps/stuck-unfocus.xpm data/styles/Emerge/pixmaps/stuck.xpm data/styles/Emerge/pixmaps/unselected.xpm '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/Emerge/pixmaps' mkdir -p '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/Emerge' /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -m 644 data/styles/Emerge/theme.cfg '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/Emerge' mkdir -p '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/green_tea' /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -m 644 data/styles/green_tea/theme.cfg '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/green_tea' mkdir -p '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/ostrich' /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -m 644 data/styles/ostrich/theme.cfg '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/ostrich' mkdir -p '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/bloe/pixmaps' /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -m 644 data/styles/bloe/pixmaps/bullet.xpm data/styles/bloe/pixmaps/closefcs.xpm data/styles/bloe/pixmaps/closepr.xpm data/styles/bloe/pixmaps/closeufcs.xpm data/styles/bloe/pixmaps/frame.xpm data/styles/bloe/pixmaps/maxfcs.xpm data/styles/bloe/pixmaps/maxpr.xpm data/styles/bloe/pixmaps/maxufcs.xpm data/styles/bloe/pixmaps/menuiconfcs.xpm data/styles/bloe/pixmaps/menuiconpr.xpm data/styles/bloe/pixmaps/menuiconufcs.xpm data/styles/bloe/pixmaps/minfcs.xpm data/styles/bloe/pixmaps/minpr.xpm data/styles/bloe/pixmaps/minufcs.xpm data/styles/bloe/pixmaps/selected.xpm data/styles/bloe/pixmaps/shadefcs.xpm data/styles/bloe/pixmaps/shadepr.xpm data/styles/bloe/pixmaps/shadeufcs.xpm data/styles/bloe/pixmaps/stickfcs.xpm data/styles/bloe/pixmaps/stickpr.xpm data/styles/bloe/pixmaps/stickufcs.xpm data/styles/bloe/pixmaps/stuckfcs.xpm data/styles/bloe/pixmaps/stuckufcs.xpm data/styles/bloe/pixmaps/tbarfcs.xpm data/styles/bloe/pixmaps/tbarufcs.xpm data/styles/bloe/pixmaps/unselected.xpm data/styles/bloe/pixmaps/unshadefcs.xpm data/styles/bloe/pixmaps/unshadepr.xpm data/styles/bloe/pixmaps/unshadeufcs.xpm data/styles/bloe/pixmaps/windowlabelfcs.xpm data/styles/bloe/pixmaps/windowlabelufcs.xpm '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/bloe/pixmaps' mkdir -p '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/zimek_bisque' /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -m 644 data/styles/zimek_bisque/theme.cfg '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/zimek_bisque' mkdir -p '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/zimek_darkblue' /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -m 644 data/styles/zimek_darkblue/theme.cfg '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/zimek_darkblue' mkdir -p '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/zimek_green' /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -m 644 data/styles/zimek_green/theme.cfg '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles/zimek_green' mkdir -p '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/man/man1' /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -m 644 doc/fbrun.1 doc/fbsetbg.1 doc/fbsetroot.1 doc/fluxbox-remote.1 doc/fluxbox.1 doc/startfluxbox.1 '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/man/man1' mkdir -p '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/man/man5' /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -m 644 doc/fluxbox-apps.5 doc/fluxbox-keys.5 doc/fluxbox-menu.5 doc/fluxbox-style.5 '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/man/man5' mkdir -p '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles' /exopi-obj/pobj/fluxbox-1.3.7/bin/install -c -m 644 data/styles/Artwiz data/styles/BlueNight data/styles/Flux data/styles/LemonSpace data/styles/Makro data/styles/MerleyKay data/styles/Meta data/styles/Nyz data/styles/Operation data/styles/Outcomes data/styles/Results data/styles/Shade data/styles/Twice data/styles/qnx-photon '/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/usr/local/share/fluxbox/styles' gmake[3]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7' gmake[2]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7' gmake[1]: Leaving directory '/exopi-obj/pobj/fluxbox-1.3.7/fluxbox-1.3.7' >>> Running package in x11/fluxbox at 1714006581.97 ===> x11/fluxbox `/exopi-obj/pobj/fluxbox-1.3.7/fake-amd64/.fake_done' is up to date. ===> Building package for fluxbox-1.3.7p6 Create /exopi-cvs/ports/packages/amd64/all/fluxbox-1.3.7p6.tgz Creating package fluxbox-1.3.7p6 reading plist| checking dependencies| checking dependencies|converters/libiconv checking dependencies|devel/fribidi checking dependencies|graphics/imlib2 checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|****** | 11% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|****************************************** | 70% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************* | 75% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|***************************** | 46% archiving|********************************** | 53% archiving|************************************** | 59% archiving|**************************************** | 63% archiving|***************************************** | 63% archiving|****************************************** | 66% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|********************************************** | 71% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|************************************************ | 76% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 77% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|*************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 80% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|***************************************************** | 82% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************* | 85% archiving|******************************************************* | 86% archiving|******************************************************* | 87% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|*********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/fluxbox-1.3.7p6.tgz >>> Running clean in x11/fluxbox at 1714006595.56 ===> x11/fluxbox ===> Cleaning for fluxbox-1.3.7p6 >>> Ended at 1714006596.01 max_stuck=10.19/waiting-for-lock #193=12.59/depends=4.87/show-prepare-results=2.14/patch=0.85/configure=30.44/build=295.45/fake=12.28/package=13.58/clean=0.48