Help ispell compile problems

Sean Murphy smurphy at calarts.edu
Wed Jun 8 22:42:20 GMT 2005


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.


More information about the freebsd-questions mailing list