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

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

sudo apt-get install build-essential

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

相关文章:

  • 2021-11-17
  • 2021-12-08
  • 2021-12-15
  • 2022-12-23
  • 2022-12-23
  • 2021-05-17
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-05
  • 2021-10-07
  • 2021-10-29
  • 2021-07-25
  • 2022-12-23
  • 2021-09-13
  • 2021-10-14
相关资源
相似解决方案