From owner-freebsd-current Fri Mar 21 01:58:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA07318 for current-outgoing; Fri, 21 Mar 1997 01:58:25 -0800 (PST) Received: from mail.MCESTATE.COM (vince@mail.MCESTATE.COM [207.211.200.50]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA07312 for ; Fri, 21 Mar 1997 01:58:23 -0800 (PST) Received: from localhost (vince@localhost) by mail.MCESTATE.COM (8.8.5/8.8.5) with SMTP id BAA20213; Fri, 21 Mar 1997 01:54:17 -0800 (PST) Date: Fri, 21 Mar 1997 01:54:06 -0800 (PST) From: Vincent Poy To: Andrzej Bialecki cc: current@freebsd.org Subject: Re: -current make world failed In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 20 Mar 1997, Andrzej Bialecki wrote: > On Thu, 20 Mar 1997, Vincent Poy wrote: > > > src/usr.bin/xinstall/xinstall.c > > cc -O -c /usr/src/usr.bin/xinstall/../../bin/ls/stat_flags.c > [ending up in...] > > > > Stop. > > *** Error code 1 > > For some reason I cannot fathom, 'make world' does strange things to the > include files - aren't they supposed to be installed *first* before the > other things are compiled? > > Anyway, here's what solved the similar problems for me: > > cd /usr/src/include > make all install Thanks, that part was fixed with your help.. Now, here comes this part: cc -O -I/usr/src/usr.sbin/named/../../contrib/bind -I/usr/src/usr.sbin/named/../../contrib/bind/include -DUSE_OPTIONS_H -c /usr/src/usr.sbin/named/../../contrib/bind/named/db_secure.c In file included from /usr/src/usr.sbin/named/../../contrib/bind/named/named.h:18, from /usr/src/usr.sbin/named/../../contrib/bind/named/db_secure.c:16: /usr/src/usr.sbin/named/../../contrib/bind/named/ns_func.h:129: parse error before character 0357 *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. root@mercury [10:53pm][/usr/src] >>