> Just a quick note in case you haven't already noticed, the new GNU
> getopt routines that you checked in apparently require the GNU
> gettext routines, too (which you haven't checked in as yet):
@#$%! I missed it. Since groff doesn't use gettext, I'll undo the
change, reverting to the old fil
> >> http://groff.ffii.org/groff/groff-1.19.2-pre.tar.gz
>
> Actually, it's
>
> http://groff.ffii.org/groff/devel/groff-1.19.2-pre.tar.gz
Oops! Thanks for the correction.
Werner
___
Groff mailing list
Groff@gnu.org
http://lists.gnu.org/m
> Having said that, I've subsequently realised that I omitted to test
> `pdfroff' on Cygwin. I've since done just that, and uncovered a
> problem with running in the `ash' shell, (which Cygwin uses, rather
> than `bash', in place of `sh').
>
> Here's a patch: [...]
Applied, thanks.
Werner
On Sunday 01 May 2005 10:55 pm, Jeff Conrad wrote:
> > You could possibly extend this, to override the default initialisation
> > for `ac_ext', and to supply your preferred `CC', `CFLAGS' and `CXXFLAGS'
> > initialisations.
>
> This indeed is a useful suggestion; alas, it seems to work for everythi
Like the title line says, with the messages:
getopt.c:73:22: gettext.h: No such file or directory
getopt.c: In function `_getopt_internal_r':
getopt.c:591: warning: passing arg 2 of `fprintf' makes pointer from
integer without a cast
getopt.c:629: warning: passing arg 2 of `fprintf' makes pointer
On 5/2/05, Robert Goulding <[EMAIL PROTECTED]> wrote:
> getopt.c:73:22: gettext.h: No such file or directory
Yeah, that's a really weird change (between 1.19 and 1.19.2pre):
-#ifndef _
-/* This is for other GNU distributions with internationalized messages. */
-# if (HAVE_LIBINTL_H && ENABLE_NL
Werner LEMBERG writes:
>
> I think this is a compiler bug. Can you try a newer compiler version?
I could, but it wouldn't help -- the bug is in the system's startup
code, which isn't part of the compiler. Fortunately, I have source
code, so I can fix it. After setting up the environ global var