Bruno Haible <[EMAIL PROTECTED]> writes: > 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
Oops, thanks! /Simon