Have same problem
configure: WARNING: libpng is required and could not be found!
configure: WARNING: X11 is required and could not be found!
configure: error: Required dependencies missing.
on
Distributor ID: Ubuntu
Description: Ubuntu 10.10
Release: 10.10
Codename: maverick
Have installed all packets mentioned above, but still receive dependency
errors when i try to ./configure
I think you're missing libpng-dev. For the X11 packages, they seem to be
moving things around in the newer versions of Ubuntu, I'm not sure where
things all are. What you *really* need is the following headers:
X11/Xlib.h
X11/xpm.h
X11/extensions/XShm.h
X11/extensions/xf86vmode.h
And the following libraries (can have either .a or .so extension):
libX11
libXext
libXxf86vm
libXpm