bug-gnulib
[Top][All Lists]
Advanced

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

Re: shouldn't regex depend on stdbool?


From: Bruno Haible
Subject: Re: shouldn't regex depend on stdbool?
Date: Fri, 9 Feb 2007 00:39:44 +0100
User-agent: KMail/1.5.4

Hello,

Dalibor Topic wrote:
> while trying to biuld the current fastjar (on savannah.nongnu.org) CVS 
> head on sparc-solaris-2.9 using Sun CC, I noticed that the build fails with
> 
>  cc -DHAVE_CONFIG_H -I. -I.. -g -c regex.c  -KPIC -DPIC -o .libs/regex.o
> "./regex_internal.h", line 25: cannot find include file: <stdbool.h>
> "./regex_internal.h", line 749: undefined or not a type: bool
> ...
> which seems to indicate that the regex module should depend on the 
> stdbool module.

Yes, absolutely. You're right. Thanks. I'm applying this.


2007-02-08  Bruno Haible  <address@hidden>

        * modules/regex (Depends-on): Add stdbool.
        Reported by Dalibor Topic <address@hidden>.

*** modules/regex       1 Feb 2007 13:41:12 -0000       1.22
--- modules/regex       8 Feb 2007 23:33:49 -0000
***************
*** 16,21 ****
--- 16,22 ----
  extensions
  gettext-h
  malloc
+ stdbool
  stdint
  strcase
  ssize_t





reply via email to

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