免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2095 | 回复: 2
打印 上一主题 下一主题

使用boost编译的一个诡异问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-12-16 16:25 |只看该作者 |倒序浏览
代码中使用了boost的正则表达式,编译的时候出现如下错误:
"/opt/boost/regex/v3/cregex.hpp", line 78: Error: Identifier expected instead of "0x01".
"/opt/boost/regex/v3/cregex.hpp", line 102: Error: "}" expected instead of "0x200".
"/opt/boost/regex/v3/cregex.hpp", line 102: Warning: declarator required in declaration.
"/opt/boost/regex/v3/cregex.hpp", line 102: Error: Use ";" to terminate declarations.
"/opt/boost/regex/v3/cregex.hpp", line 102: Error: A declaration was expected instead of "0x200".
"/opt/boost/regex/v3/cregex.hpp", line 105: Error: "," expected instead of "}".
"/opt/boost/regex/v3/cregex.hpp", line 137: Error: Identifier expected instead of "1".

其中cregex.hpp出错行如下
typedef enum{
   REG_BASIC = 0000,
   REG_EXTENDED = 0001,      //78
   REG_ICASE = 0002,

typedef enum{
   REG_NOTBOL =    00001,      //102
   REG_NOTEOL =    00002,
   REG_STARTEND =  00004
} reg_exec_flags;               //105

typedef enum
{
  REG_NOERROR = 0,   /* Success.  */
  REG_NOMATCH = 1,      /* Didn't find a match (for regexec).  */             //137

  /* POSIX regcomp return error codes.  (In the order listed in the
     standard.)  */
  REG_BADPAT = 2,    /* Invalid pattern.  */


这些错误是什么意思呢?看了半天不明白什么意思?cregex.hpp是标准boost头文件,总不可能头文件有问题吧
九片_cu 该用户已被删除
2 [报告]
发表于 2009-12-18 11:05 |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽

论坛徽章:
0
3 [报告]
发表于 2009-12-18 14:24 |只看该作者
会不会是enum里的那个标签,被define了?
就是说你从别的地方include什么头文件产生冲突了。
加入ifdef试试看。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP