【转】Ubuntu10.10 安装MySQL5.1:redeclaration of C++ built-in type ‘bool’
安装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
页:
[1]