MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: error: redeclaration of C++ built-in type ‘bool’
Posted by: imouse imouse
Date: June 16, 2007 06:03AM

you are trying compile c code as c++.
$./configure -some_params
$make
---> error g++
---> installation of gcc-c+ package
$make
---> make returns errors, because config set your debuger to gcc and use g++
you have to run ./configure again and then run make.

Sorry for my English:)

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.