Buenas, estoy intentando compilar el 3dwm, pero al hacer un make, me dice lo siguiente:
In file included from ShapeImpl.cc:43: ../../include/Polhem/ImageImpl.hh:39: png.h: No such file or directory ../../include/Polhem/ImageImpl.hh:40: GL/gl.h: No such file or directory make[2]: *** [ShapeImpl.lo] Error 1 En el fichero ImageImpl.hh tengo esto: // -- System includes #include <png.h> #include <GL/gl.h> Asi pues, donde estan ese par de ficheros? Los deberia tener mi sistema? He probado a buscar con dpkg -S png.h, pero nada. Alguna idea? Nos leemos --

