From owner-freebsd-stable Wed Sep 2 16:39:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA28927 for freebsd-stable-outgoing; Wed, 2 Sep 1998 16:39:56 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from shell6.ba.best.com (shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA28921 for ; Wed, 2 Sep 1998 16:39:54 -0700 (PDT) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.9.0/8.9.0/best.sh) with SMTP id QAA24160; Wed, 2 Sep 1998 16:38:50 -0700 (PDT) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Wed, 2 Sep 1998 16:38:49 -0700 (PDT) From: "Jan B. Koum " X-Sender: jkb@shell6.ba.best.com To: Matthew Reimer cc: rhuff@cybercom.net, stable@FreeBSD.ORG Subject: Fixed (Was Re: FreeBSD 2.2-STABLE buildworld fails) In-Reply-To: <35EDB9B1.E7A01564@vpop.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hmm.. your makefile didn't work either. What I did was commented out: #include "error_table.h" on line 72 of file /usr/src/usr.bin/compile_et/error_table.y and also added: #define ERRCODE_RANGE 8 /* # of bits to shift table number */ #define BITS_PER_CHAR 6 /* # bits to shift per character in name */ at the top of that file. Compiles fine. God only know what this breaks. -- Yan "Twenty years from now you will be more disappointed by the things you didn't do than by the things you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore. Dream. Discover." Mark Twain On Wed, 2 Sep 1998, Matthew Reimer wrote: >I had the same problem, but it disappeared when I copied the Makefile >from current to /usr/src/usr.bin/compile_et. > >Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message