hishamhm / htop

htop is an interactive text-mode process viewer for Unix systems. It aims to be a better 'top'.
GNU General Public License v2.0
5.83k stars 581 forks source link

Cannot compile after making a file change #1005

Closed javacafe01 closed 4 years ago

javacafe01 commented 4 years ago

Hello, Htop compiles just fine if I do not make any changes to a file. If I edit something, for example just add a comment, I get the following error:

collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:874: htop] Error 1
make[1]: Leaving directory '/home/javacafe01/code/htop'
make: *** [Makefile:656: all] Error 2

Here's the full make output.

eepykate commented 4 years ago

Try this https://github.com/hishamhm/htop/pull/981

javacafe01 commented 4 years ago

Able to compile with #1017