From owner-freebsd-questions@FreeBSD.ORG Wed Jun 8 22:42:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0875F16A41C for ; Wed, 8 Jun 2005 22:42:20 +0000 (GMT) (envelope-from smurphy@calarts.edu) Received: from muse.calarts.edu (muse.calarts.edu [198.182.157.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4AFD43D48 for ; Wed, 8 Jun 2005 22:42:19 +0000 (GMT) (envelope-from smurphy@calarts.edu) Received: from [198.182.157.164] (dhcp7164.calarts.edu [198.182.157.164]) by muse.calarts.edu (8.11.7p1+Sun/8.11.7) with ESMTP id j58MgJp10296 for ; Wed, 8 Jun 2005 15:42:19 -0700 (PDT) Message-ID: <42A7744B.7090007@calarts.edu> Date: Wed, 08 Jun 2005 15:42:19 -0700 From: Sean Murphy User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.91.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Help ispell compile problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2005 22:42:20 -0000 Can someone please help i am using FreeBSD 5.4-RELEASE #0: Wed Jun 8 12:08:30 PDT 2005 I have copied the local.h.bsd to local.h I have tried using the generic I have tried using both in both of the previous files #undef USG #define USG but i think the problem is in defhash.h alum# make all set +vx; MASTERHASH=`cat config.X local.h | sed -n -e 's/^#define[ ]*LANGUAGES[ ][^}]*HASHFILES=\([^,}]*\).*$/\1/p' | sed -n -e '$p'`; case "$MASTERHASH" in american*|british*) DEFHASH="english$HASHSUFFIX";; *) DEFHASH="$MASTERHASH";; esac; DEFLANG=`expr "$DEFHASH" : '\(.*\)\..*$'`.aff; echo "/* This file is generated by the Makefile. Don't edit it! */" > defhash.h; echo '' >> defhash.h; echo '#ifndef MASTERHASH' >> defhash.h; echo '#define MASTERHASH "'"$MASTERHASH"'"' >> defhash.h; echo '#endif' >> defhash.h; echo '#ifndef DEFHASH' >> defhash.h; echo '#define DEFHASH "'"$DEFHASH"'"' >> defhash.h; echo '#endif' >> defhash.h; echo '#ifndef DEFLANG' >> defhash.h; echo '#define DEFLANG "'"$DEFLANG"'"' >> defhash.h; echo '#endif' >> defhash.h *** Error code 1 Stop in /usr/local/src/ispell-3.3.01.