Can someone help me fix this issue? When I try to use "make" it gives me this error. I have searched online for solutions, but none is helping at all as well.

1 Answer
You probably haven't installed the X11 libraries:
sudo apt-get install libx11-dev Looking at your other error, you should also install libpng12-dev, which provides png.h.