From owner-freebsd-questions Sat Nov 28 08:09:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA22363 for freebsd-questions-outgoing; Sat, 28 Nov 1998 08:09:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from acad.ursinus.edu (acad.ursinus.edu [198.17.40.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA22357 for ; Sat, 28 Nov 1998 08:09:15 -0800 (PST) (envelope-from sirak@acad.ursinus.edu) Received: from acad.ursinus.edu ([192.204.106.148]) by acad.ursinus.edu (MX V4.2 VAX) with SMTP; Sat, 28 Nov 1998 11:08:47 EST Message-ID: <36602017.C2ED83F5@acad.ursinus.edu> Date: Sat, 28 Nov 1998 11:08:55 -0500 From: Simon Rak Reply-To: simon@mld.ursinus.edu Organization: Ursinus College X-Mailer: Mozilla 4.5 [en] (Win98; U) X-Accept-Language: en,cs,es,de MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Can't make world Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG After a complete CVSup of the 3.0-RELEASE sources, 'make aut-to-elf' will produce this: ****************************************************************** cc -O -pipe -I/usr/src/usr.bin/make -I/usr/obj/aout/usr/src/tmp/usr/include -c /usr/src/usr.bin/make/job.c /usr/src/usr.bin/make/job.c: In function `JobOutput': /usr/src/usr.bin/make/job.c:1961: parse error before `{' /usr/src/usr.bin/make/job.c:312: warning: `JobDoOutput' declared `static' but never defined /usr/src/usr.bin/make/job.c:314: warning: `JobInterrupt' declared `static' but never defined /usr/src/usr.bin/make/job.c:315: warning: `JobRestartJobs' declared `static' but never defined *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. ****************************************************************** If I run 'make' repeatedly, it doesn't stop in the same place every time, but eventually, it will come up with a parse error. I cleared out the object tree before 'make', so that's not a problem. Trying to compile just about anything else will produce a similar error. My machine is now running 2.2.7, updated from CVSup'ed sources. Any help would be appreciated. Simon Rak sirak@acad.ursinus.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message