运行perl ./Makefile.PL后再运行make后出现如下提示:
GD.xs: In function `XS_GD__Image_stringFT':
GD.xs:1879: structure has no member named `charmap'
GD.xs:1885: `gdFTEX_CHARMAP' undeclared (first use in this function)
GD.xs:1885: (Each undeclared identifier is reported only once
GD.xs:1885: for each function it appears in.)
GD.xs:1887: structure has no member named `charmap'
GD.xs:1887: `gdFTEX_Unicode' undeclared (first use in this function)
GD.xs:1889: structure has no member named `charmap'
GD.xs:1889: `gdFTEX_Shift_JIS' undeclared (first use in this function)
GD.xs:1891: structure has no member named `charmap'
GD.xs:1891: `gdFTEX_Big5' undeclared (first use in this function)
make: *** [GD.o] Error 1