[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] MSVC port still maintained?
From: |
Werner LEMBERG |
Subject: |
Re: [Groff] MSVC port still maintained? |
Date: |
Wed, 19 Nov 2003 12:21:19 +0100 (CET) |
> Hmmm... You got me wondering... I hadn't updated my working copy of
> groff in a long while. I just tried to compile an up-to-date CVS
> snapshot and it failed miserably with Cygwin (1.5.5-1), both with
> the POSIX and with the MinGW compilers on the same spot (gcc (GCC)
> 3.3.1 (cygming special)):
>
> pipeline.c:533: error: `sys_siglist' undeclared (first use in this function)
Are you sure that you have done `./configure'? On 2003-11-09 I've
changed the handling of sys_siglist to use an autoconf macro instead
of a selfmade function.
Werner