1) error: /bin /bash: bison: command not found
Solutions: sudo apt-get install bison
2) error: zlib.h: No such file or directory
Solutions: sudo apt-get install zlib1g-dev
3) error: X11/Xlib.h: No such file or directory
error: Xatom.h: No such file or directory
Solutions: sudo apt-get install libx11-dev
4) error: /usr/bin/ld: cannot find -lncurses
Solutions: sudo apt-get install libncurses-dev
5) error: /bin/bash: flex: command not found
Solutions: sudo apt-get install flex
6) error: sh: gperf: not foundsh:
Solutions: sudo apt-get install bison
2) error: zlib.h: No such file or directory
Solutions: sudo apt-get install zlib1g-dev
3) error: X11/Xlib.h: No such file or directory
error: Xatom.h: No such file or directory
Solutions: sudo apt-get install libx11-dev
4) error: /usr/bin/ld: cannot find -lncurses
Solutions: sudo apt-get install libncurses-dev
5) error: /bin/bash: flex: command not found
Solutions: sudo apt-get install flex
6) error: sh: gperf: not foundsh:
Solutions: sudo apt-get install gperf
7) error: bin/bash: g++: command not found
Solutions: sudo apt-get install g++