Xenix 2.2 Compiler error

Drew Johnson drew at vrdxhq.UUCP
Wed Feb 17 02:18:14 AEST 1988


In article <4218 at june.cs.washington.edu> kevinr at uw-june.UUCP (Kevin Ross) writes:
>In article <515 at rel.eds.com> bob at rel.eds.com (Bob Leffler) writes:
>>When attempting to compile rn 4.3 the other day with the Xenix 286 2.2
>>compiler, I got the following error:
>>
>>rcln.c(50) : Compiler error (internal):Infinite spill

I got this 'Infinite spill' message left and right when trying to compile
the game 'Omega' on my Xenix286 box.  I believe the problem is linked to
the compiler's limitation on single line expressions.  Trying something
like:
	x[y[z.a.b->c][d.e->f]]

is beyond the poor Xenix C compiler's ability to calculate.  Every time
that I got this error, it was corrected by spreading calculations such
as the one above over two or more instructions.  I am betting that this
will not be fixed in the near future, but SCO may come up with a more
informative error statement.

Drew D. Johnson
vrdxhq!drew



More information about the Comp.unix.xenix mailing list