From: ·····@minster.york.ac.uk
Subject: akcl for sgi problem
Date: 
Message-ID: <748172874.12810@minster.york.ac.uk>
Hello.  I'm trying to install AKCL onto a Silicon graphics machine
and get the following error after running add-defs:

wine 87% add-defs sgi /usr/tmp/miles/kcl
using sgi.defs
        cc -O merge.c -o ./merge
accom: Warning 100: merge.c, line 376: statement not reached
               {( _us_rsthread_stdio ? _semputc(*cp,file) : (--(file)->_cnt < 0
? _flsbuf((unsigned char) (*cp), (file)) : (int) (*(file)->_ptr++ = (unsigned ch
ar) (*cp))))  ; return 0;}};
       -------------------------------------------------------------------------
--------------------------------------------------------------------------------
-------------------------^
inserting h/sgi.defs in ..
-n  Smakefile,
-n  mp/makefile,
-n  V/makefile,
-n  V/o/makefile,
-n  V/lsp/makefile,
-n  V/unixport/makefile,
-n  V/cmpnew/makefile,
-n  unixport/make_kcn,

cmp: cannot open h/config.h
h/sgi.h and h/config.h were not the same.
ln h/sgi.h h/config.h
tmpx and V/h/cmpinclude.h were not the same.
ln tmpx V/h/cmpinclude.h
wine 88%

When I go on to run make, I get the following errors (there are more of
the same):

accom: Error: ../c/main.c, line 327: vec: size unknown.
         struct sigvec vec;
       -------------------^
accom: Error: ../c/main.c, line 328: vec: size unknown.
         vec.sv_handler =  handler;
       -----^
accom: Error: ../c/main.c, line 328: unknown size
         vec.sv_handler =  handler;
       -----^
accom: Error: ../c/main.c, line 328: member of structure or union required
         vec.sv_handler =  handler;
       ---------------^

I presume this is related to the earlier business about not being able 
to open config.h.  Are there any kind souls out there who could 
help me overcome this problem?  I need to install a lisp on the
sgi so that I can run my grammar learning code which I also developed
under kcl, but on a sun instead.

Thanks for any help!

Miles Osborne
·····@minster.york.ac.uk