Compile problems with new port

Nicola Vitale nivit at email.it
Sat Jan 28 14:00:20 PST 2006


Hi,

> [Paul Schmehl, 2006-01-28T13:25:44-06:00]
> I recently discovered sara - http://www-arc.com/sara. [...]
> When I make in the port, I get this:
> [...]
> cc -O -I.  -c rex.c
> rex.c: In function `rex_auth':
> rex.c:140: error: syntax error before "gid"
> rex.c:142: error: `gid' undeclared (first use in this function)
> rex.c:142: error: (Each undeclared identifier is reported only once
> rex.c:142: error: for each function it appears in.)
> *** Error code 1
> [...]
> What am I missing?

Maybe the default target is generic: not all:, so you have to add to
your Makefile:

ALL_TARGET=	generic

Ciao.
--
Nicola Vitale
nivit at email.it


More information about the freebsd-ports mailing list