redhatlinux9.0 used. when installing freetype1.3.1. root@localhost freetype-1.3.1]make make[1]: [gwin_x11.o] Error 1 make[1]: Leaving directory `/usr/local/freetype-1.3.1/test' make: [tttest] Error 2
why this error message appear?
Hi,
the X11 header files are missing or could not be found by the configure script. Check config.log and config.status to see if something went wrong when you executed configure. You might also try to add --without-x to your configure switches (make distclean before)