Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1308932
  • 博文数量: 268
  • 博客积分: 10698
  • 博客等级: 上将
  • 技术积分: 2867
  • 用 户 组: 普通用户
  • 注册时间: 2007-07-14 22:21
文章分类

全部博文(268)

文章存档

2012年(19)

2011年(13)

2010年(29)

2009年(26)

2008年(99)

2007年(82)

我的朋友

分类: LINUX

2010-02-09 18:32:11

这是在编译 scim-tables-0.5.7 的时候给的中断提示:

scim_generic_table.h: In constructor `GenericTableContent::CharBitMask::CharBitMask()':
scim_generic_table.h:374: error: `memset' was not declared in this scope
scim_generic_table.h: In member function `void GenericTableContent::CharBitMask::clear()':
scim_generic_table.h:386: error: `memset' was not declared in this scope
scim_generic_table.h: In copy constructor `GenericTableContent::KeyBitMask::KeyBitMask(const GenericTableContent::KeyBitMask&)':
scim_generic_table.h:401: error: `memcpy' was not declared in this scope

google了一下,找到了办法,在src/scim_generic_table.h中的#include加上一行:
#include
再编译,就通过了。
阅读(12772) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~