Menu

C++ compiler that supports bool is required

2004-12-07
2013-04-16
  • Nobody/Anonymous

    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

     
    • Kriang Lerdsuwanakij

      '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.

       

Log in to post a comment.