bug-gnulib
[Top][All Lists]
Advanced

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

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


From: Paul Eggert
Subject: [Bug-gnulib] progreloc.c compilation failures outside of gettext
Date: 08 Sep 2003 15:14:12 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

I tried to build the new progreloc module and got the following failure:

gcc -DHAVE_CONFIG_H -DLIBDIR=\"/tmp/prefix/lib\" -I. -I. -I.     -g -O2 -c 
`test -f 'progreloc.c' || echo './'`progreloc.c
progreloc.c:49: canonicalize.h: No such file or directory
progreloc.c:50: relocatable.h: No such file or directory
progreloc.c:55: xmalloc.h: No such file or directory

Presumably xmalloc.h should be xalloc.h?

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?

And presumably canonicalize.h isn't needed unless ENABLE_RELOCATABLE?

(I'm guessing in all 3 cases, just to let you know what progreloc's
naive users might be thinking.  :-)




reply via email to

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