Would be interested in a machine definition for compiling gcl-2.1 under
Digital Unix 3.2b.
The closest that I could get was to use:
~> add-defs vax
~> make
which produced the following warning and error.
(cd o; make all)
cc -DVOL= -I/usr/local/src/gcl-2.1/o -c -I../gcl-tk -I../h/ main.c
cc -DVOL= -I/usr/local/src/gcl-2.1/o -c -I../gcl-tk -I../h/ alloc.c
cc -DVOL= -I/usr/local/src/gcl-2.1/o -c -I../gcl-tk -I../h/ gbc.c
/usr/lib/cmplrs/cc/cfe: Warning: gbc.c, line 746: & before array or
function: ig
nored
{ c_stack_where = (int *) (void *) &env;}
--------------------------------------^
cc -DVOL= -I/usr/local/src/gcl-2.1/o -c -I../gcl-tk -I../h/ bitop.c
cc -DVOL= -I/usr/local/src/gcl-2.1/o -c -I../gcl-tk -I../h/ typespec.c
cc -DVOL= -I/usr/local/src/gcl-2.1/o -c -I../gcl-tk -I../h/ eval.c
/usr/lib/cmplrs/cc/cfe: Error: eval.c, line 1153: Improper cast of
non-scalar type expression
{new = (object *) (ap);
---------------------^
*** Exit 1
Stop.
*** Exit 1
Stop.
Brian Glaetzer - Roseworthy Computing Officer, University of Adelaide
PHONE: (+61 08) 30 37914 E-MAIL: bglaetzer_at_roseworthy.adelaide.edu.au
FAX: (+61 08) 30 37965 POST: Roseworthy Campus, ROSEWORTHY 5371
Received on Wed Nov 08 1995 - 00:51:21 NZDT