Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Build failure of htop 3.0.0beta5 on FreeBSD #1023

Open
dmilith opened this issue Jul 31, 2020 · 3 comments
Open

Build failure of htop 3.0.0beta5 on FreeBSD #1023

dmilith opened this issue Jul 31, 2020 · 3 comments

Comments

@dmilith
Copy link

dmilith commented Jul 31, 2020

Settings.c:220:21: error: use of undeclared identifier 'LAST_PROCESSFIELD'; did you mean 'NULL_PROCESSFIELD'?
   if (i < 0 || i > LAST_PROCESSFIELD) {
                    ^~~~~~~~~~~~~~~~~
                    NULL_PROCESSFIELD
./Process.h:37:4: note: 'NULL_PROCESSFIELD' declared here
   NULL_PROCESSFIELD = 0,
   ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
2 errors generated.

System: FreeBSD 12.1, x86_64
Htop: 3.0.0beta5

@natoscott
Copy link
Collaborator

@dmilith you'd be better off working on the master branch - the 3.0.0beta branches are long out of date.

Does the build still fail there? It looks like that symbol is defined for FreeBSD, so if it still fails its likely a missing #include issue I guess.

@gaod
Copy link
Contributor

gaod commented Aug 4, 2020

gaod/htop@441fad0

Take a look?

@dmilith
Copy link
Author

dmilith commented Aug 4, 2020

Is it normal that produced build from master shows version 2.2.0 or I did something wrong? But I think it builds just fine :)

KoffeinFlummi pushed a commit to KoffeinFlummi/htop-vim that referenced this issue Feb 16, 2023
The default color preset works fine on dark background, with one
exception: blue characters are hardly readable. So let's make
(most of) these bold.
Even bold blue is fine on light background, so this sould not make
anything worse.

Closes hishamhm#1023 (partial merge)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants