Dan Nelson wrote:
In the last episode (Feb 21), bsdnooby said:
When I run 'make buildworld' I get a series of errors like this:
rm -f .depend GPATH GRTAGS GSYMS GTAGS
===> bin/domainname
"Makefile", line 3: Need an operator
...
"Makefile", line 33 Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1
Stop in /usr/src/bin
*** Error code 1
Stop in /usr/src
*** Error code 1
Stop in /usr/src
The contents of bin/domainname/Makefile should read:
# $FreeBSD: src/bin/domainname/Makefile,v 1.7 2001/12/04 01:57:40 obrien Exp $
PROG= domainname
.include <bsd.prog.mk>
Check to make sure your copy didn't get corrupted somehow.
Hm. After the header info at the top, there is only line in that file:
#define _PATH_CH "/dev/ch0"
It sounds like I'm missing a lot. I tried re-installing again, I still get the same error.
-- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 266.2.0 - Release Date: 2/21/2005
_______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
