Untitled
unknown
plain_text
2 years ago
4.8 kB
8
Indexable
make[2]: Entering directory '/home/chris/.cache/yay/blackboxwm/src/blackbox-0.77/src'
CXX BlackboxResource.o
CXX Clientmenu.o
CXX Configmenu.o
CXX Iconmenu.o
CXX Rootmenu.o
CXX Screen.o
Screen.cc: In member function ‘void BScreen::toggleFocusModel(FocusModel)’:
Screen.cc:2084:29: warning: ‘std::mem_fun_t<_Ret, _Tp> std::mem_fun(_Ret (_Tp::*)()) [with _Ret = void; _Tp = BlackboxWindow]’ is deprecated: use 'std::mem_fn' instead [-Wdeprecated-declarations]
2084 | std::mem_fun(&BlackboxWindow::ungrabButtons));
| ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/13.2.1/string:49,
from ../lib/Util.hh:31,
from StackingList.hh:28,
from Screen.hh:28,
from Screen.cc:27:
/usr/include/c++/13.2.1/bits/stl_function.h:1371:5: note: declared here
1371 | mem_fun(_Ret (_Tp::*__f)())
| ^~~~~~~
Screen.cc:2089:29: warning: ‘std::mem_fun_t<_Ret, _Tp> std::mem_fun(_Ret (_Tp::*)()) [with _Ret = void; _Tp = BlackboxWindow]’ is deprecated: use 'std::mem_fn' instead [-Wdeprecated-declarations]
2089 | std::mem_fun(&BlackboxWindow::grabButtons));
| ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/13.2.1/bits/stl_function.h:1371:5: note: declared here
1371 | mem_fun(_Ret (_Tp::*__f)())
| ^~~~~~~
Screen.cc: In member function ‘void BScreen::updateClientListHint() const’:
Screen.cc:2133:30: warning: ‘std::const_mem_fun_t<_Ret, _Tp> std::mem_fun(_Ret (_Tp::*)() const) [with _Ret = long unsigned int; _Tp = BlackboxWindow]’ is deprecated: use 'std::mem_fn' instead [-Wdeprecated-declarations]
2133 | std::mem_fun(&BlackboxWindow::clientWindow));
| ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/13.2.1/bits/stl_function.h:1377:5: note: declared here
1377 | mem_fun(_Ret (_Tp::*__f)() const)
| ^~~~~~~
CXX ScreenResource.o
CXX Slit.o
CXX Slitmenu.o
CXX StackingList.o
CXX Toolbar.o
Toolbar.cc: In member function ‘void Toolbar::reconfigure()’:
Toolbar.cc:260:17: error: ‘time’ was not declared in this scope
260 | time_t ttmp = time(NULL);
| ^~~~
Toolbar.cc:41:1: note: ‘time’ is defined in header ‘<ctime>’; did you forget to ‘#include <ctime>’?
40 | #include <assert.h>
+++ |+#include <ctime>
41 |
Toolbar.cc:265:21: error: ‘localtime’ was not declared in this scope
265 | struct tm *tt = localtime(&ttmp);
| ^~~~~~~~~
Toolbar.cc:265:21: note: ‘localtime’ is defined in header ‘<ctime>’; did you forget to ‘#include <ctime>’?
Toolbar.cc:268:17: error: ‘strftime’ was not declared in this scope
268 | int len = strftime(t, 1024, options.strftime_format.c_str(), tt);
| ^~~~~~~~
Toolbar.cc:268:17: note: ‘strftime’ is defined in header ‘<ctime>’; did you forget to ‘#include <ctime>’?
Toolbar.cc: In member function ‘void Toolbar::redrawClockLabel()’:
Toolbar.cc:458:14: error: ‘time’ was not declared in this scope
458 | if ((tmp = time(NULL)) == -1)
| ^~~~
Toolbar.cc:458:14: note: ‘time’ is defined in header ‘<ctime>’; did you forget to ‘#include <ctime>’?
Toolbar.cc:460:8: error: ‘localtime’ was not declared in this scope
460 | tt = localtime(&tmp);
| ^~~~~~~~~
Toolbar.cc:460:8: note: ‘localtime’ is defined in header ‘<ctime>’; did you forget to ‘#include <ctime>’?
Toolbar.cc:463:9: error: ‘strftime’ was not declared in this scope
463 | if (! strftime(str, sizeof(str), options.strftime_format.c_str(), tt))
| ^~~~~~~~
Toolbar.cc:463:9: note: ‘strftime’ is defined in header ‘<ctime>’; did you forget to ‘#include <ctime>’?
make[2]: *** [Makefile:592: Toolbar.o] Error 1
make[2]: Leaving directory '/home/chris/.cache/yay/blackboxwm/src/blackbox-0.77/src'
make[1]: *** [Makefile:477: all-recursive] Error 1
make[1]: Leaving directory '/home/chris/.cache/yay/blackboxwm/src/blackbox-0.77'
make: *** [Makefile:407: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
-> error making: blackboxwm-exit status 4
==> Making package: bbkeys 0.9.2-1 (Sun 31 Dec 2023 07:40:29 PM EST)
==> Checking runtime dependencies...
==> Missing dependencies:
-> blackboxwm
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
-> error making: bbkeys-exit status 8
-> Failed to install the following packages. Manual intervention is required:
blackboxwm - exit status 4
bbkeys - exit status 8
Editor is loading...
Leave a Comment