|

楼主 |
发表于 2003-8-10 19:21:26
|
显示全部楼层
每次都是这样,我在想呆能是哪个文件没有安装,使复X11.tmpl的这几行显示是语法出错。
我看了一下这个文件的这几行,好像也没有什么奇怪的东西呀。
/*
* CompressedFontTarget
*/
#ifndef GzipFontCompression
#define GzipFontCompression NO
#endif
#if ! CrossCompiling || UseInstalledOnCrossCompile
# ifndef CompressedFontTargetLong
# if GzipFontCompression “3641行”
# define CompressedFontTargetLong(sname,tname) @@\
FontBaseObj(tname).gz: FontSrc(sname) @@\
RunProgram(FONTC,$(FONTCFLAGS) $?) | $(GZIPCMD) > $@
# else
# define CompressedFontTargetLong(sname,tname) @@\
FontBaseObj(tname).Z: FontSrc(sname) @@\
RunProgram(FONTC,$(FONTCFLAGS) $?) | $(COMPRESS) > $@
# endif
# endif /* CompressedFontTargetLong */
#else
# define CompressedFontTargetLong(sname,tname)
#endif
其他几行都也是因为跟3641这一行一样的。
看了一下上文,这个变量已经定义了呀,怎么还出错呢?
#ifndef GzipFontCompression
#define GzipFontCompression NO
#endif
还是因为NO这个不能识别呢?
不可能吧? |
|