首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

【转】Ubuntu10.10 装配MySQL5.1:redeclaration of C++ built-in type ‘bool’

2012-07-15 
【转】Ubuntu10.10 安装MySQL5.1:redeclaration of C++ built-in type ‘bool’?安装mysql时 make 时? 提示 re

【转】Ubuntu10.10 安装MySQL5.1:redeclaration of C++ built-in type ‘bool’

?

安装mysql时 make 时? 提示 redeclaration of C++ built-in type ‘bool’ 错误。

是没有安装 gcc-c++ 导致的,解决如下。

  • sudo?apt-get?install?build-essential??

    ? 如果还出现是因为gcc-c++是在configure之后安装的,此时只需重新configure mysql后再编译make即可。

  • 热点排行