bug-gnulib
[Top][All Lists]
Advanced

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

Re: [Bug-gnulib] progreloc.c compilation failures outside of gettext


From: Bruno Haible
Subject: Re: [Bug-gnulib] progreloc.c compilation failures outside of gettext
Date: Tue, 9 Sep 2003 11:38:12 +0200
User-agent: KMail/1.5

Paul Eggert wrote:
> I tried to build the new progreloc module and got the following failure:

progreloc is not yet a module; I committed lib/progreloc.c when I added
lib/progname.h, but I still need to work on the module 'reloc' that will
contain it and a few other files. For this reason lib/progreloc.c is
not yet part of any module.

> Presumably xmalloc.h should be xalloc.h?

Yes, I'll do this change.

> I notice that localcharset.c also includes relocatable.h, but wraps it
> this way:
>
> #if ENABLE_RELOCATABLE
> # include "relocatable.h"
> #else
> # define relocate(pathname) (pathname)
> #endif
>
> Presumably progreloc should do the same?

No, progreloc.c will be compiled only if ENABLE_RELOCATABLE is 1 anyway.

Bruno





reply via email to

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