[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] MSVC port still maintained?
From: |
Alejandro López-Valencia |
Subject: |
Re: [Groff] MSVC port still maintained? |
Date: |
Tue, 18 Nov 2003 18:01:39 -0500 |
On Tuesday, November 18, 2003 1:58 PM [GMT-5],
James McCann <address@hidden> wrote:
> It looks like MinGW has been worked on more recently, I may use that
> instead but since the other developers already have MSVC my preference
> is for MSVC.
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)):
make[2]: Entering directory `/cygdrive/c/groff/src/roff/groff'
g++ -I. -I. -I/groff/src/include -I/groff/src/include -DHAVE_CONFIG_H -g -O2
-c
groff.cpp
gcc -I. -I. -I/groff/src/include -I/groff/src/include -DHAVE_CONFIG_H -g -O2
-c
pipeline.c
pipeline.c: En la funci'on `xstrsignal':
pipeline.c:533: error: `sys_siglist' undeclared (first use in this function)
pipeline.c:533: error: (Each undeclared identifier is reported only once
pipeline.c:533: error: for each function it appears in.)
make[2]: *** [pipeline.o] Error 1
make[2]: Leaving directory `/cygdrive/c/groff/src/roff/groff'
make[1]: *** [src/roff/groff] Error 2
make[1]: Leaving directory `/cygdrive/c/groff'
make: *** [all] Error 2
Sooo... My suggestion is that you grab a copy of MinGW groff 1.19.1 from
http://gnuwin32.sf.net/. It isn't the latest and greatest but it sure works!