bug-gettext
[Top][All Lists]
Advanced

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

Re: 0.22: missing dependencies in intl


From: Bruno Haible
Subject: Re: 0.22: missing dependencies in intl
Date: Tue, 12 Sep 2023 11:36:24 +0200

Christian Weisgerber wrote:
> Building gettext-runtime/intl with make -j reveals some missing
> dependencies:
> 
> In file included from ./log.c:24:
> ./gettextP.h:71:11: fatal error: 'libgnuintl.h' file not found
> # include "libgnuintl.h"
>           ^~~~~~~~~~~~~~
> In file included from ./langprefs.c:25:
> ./gettextP.h:71:11: fatal error: 'libgnuintl.h' file not found
> # include "libgnuintl.h"
>           ^~~~~~~~~~~~~~
> 
> log.c and langprefs.c include gettextP.h, which in turn requires
> libgnuintl.h.  The explicit dependencies in Makefile.am need to
> reflect this:

Thanks for the report. Fixed in git:
https://git.savannah.gnu.org/gitweb/?p=gettext.git;a=commitdiff;h=97a6a63ad61949663283f5fad68c9d5fb9be1f15

Bruno






reply via email to

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