Results 767 comments of BenBE

Some minor notes on the current state of the patch: ```diff diff --git a/configure.ac b/configure.ac index 6347859f..7c9a745b 100644 --- a/configure.ac +++ b/configure.ac @@ -383,11 +383,13 @@ dnl PKG_PROG_PKG_CONFIG initializes $PKG_CONFIG...

Most of the non-trivial changes in this PR boil down to structural refactorings where many fields that denote size values still use int instead of the more appropriate `size_t`. Unfortunately,...

I moved this PR and #1588 to 3.5.0 because 3.4.1 is targeted to be a minor bugfix release with little refactoring where possible. As these two PRs both carry quite...

Something seems off with the Ubuntu build. Any ideas?

Does it build with `./configure --enable-static --with-check-ncurses=nc-config`? Currently the patch changes the default when auto-detecting the setting.

@Explorer09 Please see the linked patch from OpenEmbedded for context.

Ideally the method with which you can detect ncurses should not matter. The special case with OpenEmbedded is that you are building a system (from scratch) with minimal tooling available...

Which version of htop? What's the output from `lmsensors`?

There is little we can do on WSL (which is NOT Linux), because the necessary information is not provided to userland.