Search Criteria
Package Details: liketaskmanager-git 2.3.r1.g3e06229-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/liketaskmanager-git.git (read-only, click to copy) |
---|---|
Package Base: | liketaskmanager-git |
Description: | Tool that mimics the permformance monitoring of Windows Task Manager |
Upstream URL: | https://github.com/rejuce/LikeTaskManager |
Licenses: | GPL-3.0-or-later |
Conflicts: | liketaskmanager |
Provides: | liketaskmanager |
Submitter: | yochananmarqos |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-06-15 16:30 (UTC) |
Last Updated: | 2024-01-20 23:51 (UTC) |
Latest Comments
simona commented on 2023-03-03 17:48 (UTC)
/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/12.2.1/../../../../lib/libnethogs.so: undefined reference to `pidsToWatch'
collect2: error: ld returned 1 exit status
make: *** [Makefile:535: LikeTaskManager] Error 1
yochananmarqos commented on 2023-03-03 16:40 (UTC)
@dreieck: It may be related to this upstream
nethogs
issue.dreieck commented on 2023-03-03 11:41 (UTC)
↗ The
error: ‘fmod’ is not a member of ‘std’
-error has been fixed upstream.Now I get another subsequent error while linking:
Regards!
dreieck commented on 2023-02-28 15:30 (UTC) (edited on 2023-02-28 15:35 (UTC) by dreieck)
liketaskmanager-git
alsoo fails to build for me with:Upstream bug repot ↗ here.
Regards!
simona commented on 2022-08-17 20:30 (UTC)
ltm_cpu.cpp: In lambda function:
ltm_cpu.cpp:48:31: error: ‘fmod’ is not a member of ‘std’
48 | currentHue = std::fmod(currentHue, 1.0f);
| ^~~~
ltm_cpu.cpp: In member function ‘void LTM::plot_cpu_activity()’:
TeaJeep commented on 2022-07-12 09:56 (UTC)
Having the same issue as @brunomiguel
yochananmarqos commented on 2021-10-13 19:36 (UTC)
@brunomiguel: Open an issue upstream.
brunomiguel commented on 2021-10-13 19:14 (UTC)
I'm getting this error when trying to build the package: