Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jan 2006 22:51:49 +0100
From:      nivit@email.it (Nicola Vitale)
To:        Paul Schmehl <pauls@utdallas.edu>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Compile problems with new port
Message-ID:  <20060128215149.GA37783@stellina>
In-Reply-To: <FC3878BDD8CDF3CBE1414DBA@Paul-Schmehls-Computer.local>
References:  <FC3878BDD8CDF3CBE1414DBA@Paul-Schmehls-Computer.local>

next in thread | previous in thread | raw e-mail | index | archive | help
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@email.it



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060128215149.GA37783>