MOO-cows Mailing List Archive
[Prev][Next][Index][Thread]
Re: Major problem with FreeBSD and the server (no I don't have alpha
Edward Goff writes:
> okay its 1.7.8p4 and its doing this
>
> "gcc -g -Wall -Wwrite-strings -O -DMOO -c net_mplex.c
> "In file included from my-sys-time.h:24,
> " from net_mp_selct.c:22,
> " from net_mplex.c:21:
> "/usr/include/sys/select.h:45: parse error before `pid_t'
> "/usr/include/sys/select.h:45: warning: no semicolon at end of struct or
> union
> "/usr/include/sys/select.h:47: parse error before `}'
In the file `my-sys-time.h', find the line
# include <sys/select.h>
and add this line above it:
# include "my-types.h"
Alternatively, try using the alpha release.
Pavel
References:
Home |
Subject Index |
Thread Index