您的位置:首页 > 其它

tuxedo编译ubb文件的一个报错

2016-04-06 11:23 183 查看
转载地址:http://blog.csdn.net/lele2426/article/details/7105299

编译tuxedo自带的simpleapp例子,编译ubb时,执行tmloadcf -y ubbsimple,报Identifier or number must be followed by white space or punctuation 的错。网上故障排除说是有关键字后面缺少空格或者回车,根据错误信息在相应出错的位置添加空格就可以了。问题是报错信息没告诉出错位置啊

      非了老半天劲总了下面两点

在网上搜了好半天,有两种可能:

1,CMDTUX_CAT:1615: ERROR: Identifier or number must be followed by white space or punctuation

syntax error

CMDTUX_CAT:866:ERROR:tmloadcf:server error found.stop syntax checking.

需要修改*MACHINES里面SERVERCS名称加双引号。

linux-upu4  LMID=simple改为:"linux-upu4"   LMID=simple

 

2,CMDTUX_CAT:1615: ERROR: Identifier or number must be followed by white space or punctuation

CMDTUX_CAT:867: ERROR: tmloadcf: Above errors found during syntax checking

需要在ubb最后一行弄个空行。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: