安装mysql时 make 时 提示 redeclaration of C++ built-in type ‘bool’ 错误。
是没有安装 gcc-c++ 导致的,解决如下。
<div class="dp-highlighter" style="font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Consolas, 'Courier New', monospace; width: 679px; margin-left: 9px; line-height: 25px; text-align: left; padding: 1px;">
- sudo apt-get install build-essential
|