[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] CVS fails on Mac OSX (10.3.9)
From: |
Werner LEMBERG |
Subject: |
Re: [Groff] CVS fails on Mac OSX (10.3.9) |
Date: |
Thu, 23 Jun 2005 13:31:28 +0200 (CEST) |
> This morning I get:
>
> g++ -I. -I. -I/Users/Robert/groff/src/include
> -I/Users/Robert/groff/src/include -DHAVE_CONFIG_H -g -O2 -c color.cpp
> In file included from color.cpp:30:
> /usr/include/unistd.h:183: error: declaration of C function `int
> getopt(int,
> char* const*, const char*)' conflicts with
> /Users/Robert/groff/src/include/getopt.h:155: error: previous
> declaration `int
> getopt()' here
%^&*! OK, I've just committed my fourth try to fix the eternal getopt
problem. This time I use the gnulib version with a prefix to avoid
any collision with local getopt versions.
Groffers, please test!
Werner