'bool' is a built-in data type in C++ to support
boolean value. Very old C++ compilers can't
handle it. But it is highly possible other problem
might trigger this error, like there is something
wrong with you C++ compiler install.
To figure out what's wrong, look inside the file
config.log
Search for a line that says:
checking for C++ bool keyword
You should find some error message telling why
the configure script cannot compile a test
program containing C++ 'bool' feature.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
i am running a debian unstable system and got this error while trying to compile kcd. Can you please guide me what is wrong?
Kind regards,
mic
'bool' is a built-in data type in C++ to support
boolean value. Very old C++ compilers can't
handle it. But it is highly possible other problem
might trigger this error, like there is something
wrong with you C++ compiler install.
To figure out what's wrong, look inside the file
config.log
Search for a line that says:
checking for C++ bool keyword
You should find some error message telling why
the configure script cannot compile a test
program containing C++ 'bool' feature.