The incredible exploding C compiler.
Darrell Long
darrell at sdcsvax.UUCP
Tue Feb 4 10:51:37 AEST 1986
Oh great and wise UNIX* wizards, I again appeal to your wisdom. The C
compiler on my 3B-2 says,
cc -O -c hack.mklev.c
"hack.mklev.c", line 477: compiler error: dlabel
The offending line(s) follow.
croom = &rooms[a];
troom = &rooms[b];
/* find positions cc and tt for doors in croom and troom
and direction for a corridor between them */
if(troom->hx < 0 || croom->hx < 0 || doorindex >= DOORMAX) return;
if(troom->lx > croom->hx) {
dx = 1;
dy = 0;
xx = croom->hx+1;
tx = troom->lx-1;
cc = finddpos(xx,croom->ly,xx,croom->hy);
tt = finddpos(tx,troom->ly,tx,troom->hy);
} else if(troom->hy < croom->ly) {
.
.
.
Does anyone know what this error means? Is it a known bug that can be
programmed "around"?
--
*UNIX is a trademark of Bell Labs and all that...
--
Darrell Long
Department of Electrical Engineering and Computer Science
University of California, San Diego
UUCP: sdcsvax!darrell
ARPA: darrell at sdcsvax
More information about the Comp.unix.wizards
mailing list