Path: utzoo!utgpu!cs.utexas.edu!uunet!mcsun!hp4nl!rivm!ccea3 From: ccea3@rivm.nl (Adri Verhoef) Newsgroups: alt.sources.d Subject: Re: menu(1) part 1 of 14 Summary: Problem compiling runscreen.c: GetInput(...) --> out of tree space Message-ID: <1991Jan4.170639.8628@rivm.nl> Date: 4 Jan 91 17:06:39 GMT References: <435@pcbox.UUCP> Sender: news@rivm.nl Organization: Rijksinstituut voor Volksgezondheid & Milieuhygiene, Bilthoven,NL Lines: 24 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);