|
发表于 2004-8-4 17:21:57
|
显示全部楼层
make后的错误提示
为什这样呢
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I. -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include -c Error.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I. -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include -c FTFont.cc
FTFont.cc:23:40: freetype/internal/cfftypes.h: 没有那个文件和目录
FTFont.cc: In member function `FT_UInt FTFont::getGlyphIndex(unsigned int,
unsigned int)':
FTFont.cc:684: error: `CFF_Font' undeclared (first use this function)
FTFont.cc:684: error: (Each undeclared identifier is reported only once for
each function it appears in.)
FTFont.cc:684: error: parse error before `=' token
FTFont.cc:687: error: `cff' undeclared (first use this function)
make[1]: *** [FTFont.o] 错误1
make[1]: Leaving directory `/root/xpdf-2.03/xpdf'
make: *** [all] 错误2 |
|