menu(1) part 1 of 14

Adri Verhoef ccea3 at rivm.nl
Sat Jan 5 04:06:39 AEST 1991


Compiling runscreen.c gives:

$ make
	cd utilities.d/libgeti.d; make CC=cc install
	ln libgeti.a ../../libgeti.a
	ln GetInput.h ../../GetInput.h
	cc -c -I. -O -DSYS5 -DSINGLE runscreen.c
"runscreen.c", line 529: compiler error: out of tree space; simplify expression
*** Error code 1

Stop.

GetInput() has 19 arguments (which my compiler can handle :-)
but my compiler can't handle the complex expression that springs off here:

	exitkey = GetInput (swin, menu->srn[sidx]->field[fidx]->row,
		menu->srn[sidx]->field[fidx]->col, &Fld,
		0001000, menu->srn[sidx]->field[fidx]->mask, tmprange[fidx],
		menu->srn[sidx]->field[fidx]->length, 
		menu->srn[sidx]->field[fidx]->min_input,
		menu->srn[sidx]->field[fidx]->type,
		menu->srn[sidx]->field[fidx]->adjust, '0', (0),
		menu->srn[sidx]->field[fidx]->mustenter, (LINES-1), (LINES-1),
		promptptr, helpfile, menu->srn[sidx]->field[fidx]->name);



More information about the Alt.sources.d mailing list