bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gc-des: needs stdbool


From: Bruno Haible
Subject: gc-des: needs stdbool
Date: Mon, 12 Mar 2007 00:20:11 +0100
User-agent: KMail/1.5.4

Hi Simon,

The gc-des module contains the lib/des.h header, which include <stdbool.h>.
So it should depend on 'stdbool'. Currently, it doesn't, and the compiler
on Solaris 8 complains:

cc -O -DHAVE_CONFIG_H -I. -I..      -g -c des.c
"./des.h", line 28: cannot find include file: <stdbool.h>
"./des.h", line 51: undefined or not a type: bool

I'm applying this:

2007-03-11  Bruno Haible  <address@hidden>

        * modules/gc-des (Depends-on): Add stdbool.

*** modules/gc-des      8 Jan 2007 20:48:03 -0000       1.4
--- modules/gc-des      11 Mar 2007 23:16:36 -0000
***************
*** 9,14 ****
--- 9,15 ----
  
  Depends-on:
  stdint
+ stdbool
  gc
  
  configure.ac:





reply via email to

[Prev in Thread] Current Thread [Next in Thread]