[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: |
Robert Goulding |
Subject: |
Re: [Groff] CVS fails on Mac OSX (10.3.9) |
Date: |
Wed, 22 Jun 2005 08:50:25 +0100 |
On Jun 22, 2005, at 5:55 AM, Werner LEMBERG wrote:
The latest changes in CVS lead to the following errors when
compiling on a Mac: [...]
Thanks, I hope this is fixed now in the CVS. Please test.
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
make[2]: *** [color.o] Error 1
make[1]: *** [src/libs/libgroff] Error 2
make: *** [all] Error 2
Robert.