Package Details: xosview2 2.3.4-1

Git Clone URL: https://aur.archlinux.org/xosview2.git (read-only, click to copy)
Package Base: xosview2
Description: A lightweight system monitor
Upstream URL: http://xosview.sourceforge.net/
Keywords: SystemMonitor
Licenses: GPL, BSD
Submitter: neo_chen
Maintainer: neo_chen
Last Packager: neo_chen
Votes: 8
Popularity: 0.57
First Submitted: 2017-07-23 01:51 (UTC)
Last Updated: 2025-11-30 01:03 (UTC)

Latest Comments

simona commented on 2025-11-30 21:05 (UTC)

cd /home/simona/.cache/yay/xosview2/src/xosview2-2.3.4/cmeter && make
make[1]: ingresso nella directory «/home/simona/.cache/yay/xosview2/src/xosview2-2.3.4/cmeter»
c++-9 -Wall -Wextra -O2 -I/usr/include/freetype2 -I/home/simona/.cache/yay/xosview2/src/xosview2-2.3.4 -I/home/simona/.cache/yay/xosview2/src/xosview2-2.3.4/cmeter -I/home/simona/.cache/yay/xosview2/src/xosview2-2.3.4/linux -DHAVE_CONFIG_H -c meter.cc -o meter.o
In file included from meter.h:11,
from meter.cc:8:
/home/simona/.cache/yay/xosview2/src/xosview2-2.3.4/rdb.h:25:22: error: ‘optional’ in namespace ‘std’ does not name a templatetype
25 |     using opt = std::optional<std::string>;
|                      ^~
/home/simona/.cache/yay/xosview2/src/xosview2-2.3.4/rdb.h:25:17: note: ‘std::optional’ is only available from C++17 onwards
25 |     using opt = std::optional<std::string>;
|                 ^
/home/simona/.cache/yay/xosview2/src/xosview2-2.3.4/rdb.h:26:13: error: ‘opt’ does not name a type
26 |     virtual opt getOptResource(const std::string &rname) const = 0;
|             ^~~
make[1]: *** [../Makefile.config:42: meter.o] Error 1
make[1]: uscita dalla directory «/home/simona/.cache/yay/xosview2/src/xosview2-2.3.4/cmeter»
make: *** [Makefile:55: cmeterlib] Error 2