Re: intl header problem

2006-09-08 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: Enrico> Sorry JMarc, it seems I need a coffee... Don't we all? JMarc

Re: intl header problem

2006-09-08 Thread Enrico Forestieri
On Fri, Sep 08, 2006 at 03:15:47PM +0200, Jean-Marc Lasgouttes wrote: > > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: > > Enrico> I am not sure what you mean. I am not changing any target, > Enrico> simply the rule to generate libintl.h: > > What I say is that you have a wrong l

Re: intl header problem

2006-09-08 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: Enrico> I am not sure what you mean. I am not changing any target, Enrico> simply the rule to generate libintl.h: What I say is that you have a wrong libgnuintl.h in your src directory. If you remove it, a brand new one will be recre

Re: intl header problem

2006-09-08 Thread Enrico Forestieri
On Fri, Sep 08, 2006 at 12:58:09PM +0200, Jean-Marc Lasgouttes wrote: > > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: > > >> Is you problem fixed now? > > Enrico> No, I have to use the attached patch. > > This is very strange, since the whole Makefile targets read: > > libgnu

Re: intl header problem

2006-09-08 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: >> Is you problem fixed now? Enrico> No, I have to use the attached patch. This is very strange, since the whole Makefile targets read: libgnuintl.h: $(srcdir)/libgnuintl.h.in sed -e 's,@''HAVE_POSIX_PRINTF''@,@HAVE_POSIX_

Re: intl header problem

2006-09-08 Thread Enrico Forestieri
On Fri, Sep 08, 2006 at 10:42:18AM +0200, Jean-Marc Lasgouttes wrote: > > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: > > Enrico> When starting a fresh build (i.e., just after running > Enrico> configure with an initially empty build dir) I am getting the > Enrico> following erro

Re: intl header problem

2006-09-08 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: Enrico> When starting a fresh build (i.e., just after running Enrico> configure with an initially empty build dir) I am getting the Enrico> following error from make: Enrico> cp libgnuintl.h libintl.h cp: cannot stat `libgnuintl.h':

intl header problem

2006-08-24 Thread Enrico Forestieri
When starting a fresh build (i.e., just after running configure with an initially empty build dir) I am getting the following error from make: cp libgnuintl.h libintl.h cp: cannot stat `libgnuintl.h': No such file or directory make[1]: *** [libintl.h] Error 1 and I have to manually cp /intl/libg