[Freeciv-Dev] Re: problems building server
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
pohl@xxxxxxxxxxxxx writes:
> I grabbed the most recent sources out of cvs and tried to
> build the server portion (./configure --enable-client=no)
> on a macos-x box. The autoconfiguration seems to work
> nicely, but when make steps into the common directory and
> tries to compile city.c, it complains about line 97...
>
> Making all in common
> cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -g -O2 -Wall -c city.c
> city.c:97: bad macro argument list
> city.c:97: bad macro argument list
> make[2]: *** [city.o] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all-recursive-am] Error 2
Very strange. Try having a look at the output of cpp (with the
-I's). Perhaps there are some macros in the system headers that clash
with identifiers.
Falk
|
|