macro_bool_to_01 not defining stuff right in kdeedu?

Laurent Montel montel at kde.org
Tue Dec 19 22:48:51 CET 2006


On Tuesday, December 19, 2006 09:43:07 PM Benjamin Reed wrote:
> in kdeedu's ConfigureChecks.cmake, I see this:

could you add :
include(MacroBoolTo01)
into ConfigureChecks.cmake
is it fix your pb ?
Regards

>   check_include_files(termios.h TERMIOS_FOUND)
>   macro_bool_to_01(TERMIOS_FOUND HAVE_TERMIOS_H)
>
> ...from what I can tell, it's supposed to define HAVE_TERMIOS_H to 1
> or 0 depending on whether termios.h is found.
>
> My CMakeCache.txt in kdeedu seems to think it's there:
>
>   //Have include TERMIOS_FOUND
>   TERMIOS_FOUND:INTERNAL=1
>
> ...but a grep of the build tree shows that HAVE_TERMIOS_H never gets set:
>
>   $ grep -r HAVE_TERMIOS .
>   ./config.h:/* #undef   HAVE_TERMIOS 1 */
>
> Any idea where the disconnect is?
> _______________________________________________
> Kde-buildsystem mailing list
> Kde-buildsystem at kde.org
> https://mail.kde.org/mailman/listinfo/kde-buildsystem


More information about the Kde-buildsystem mailing list