Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Jun 2005 15:42:19 -0700
From:      Sean Murphy <smurphy@calarts.edu>
To:        freebsd-questions@freebsd.org
Subject:   Help ispell compile problems
Message-ID:  <42A7744B.7090007@calarts.edu>

next in thread | raw e-mail | index | archive | help

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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42A7744B.7090007>