Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site sdcsvax.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!decvax!ittatc!dcdwest!sdcsvax!darrell From: darrell@sdcsvax.UUCP (Darrell Long) Newsgroups: net.unix-wizards Subject: The incredible exploding C compiler. Message-ID: <1377@sdcsvax.UUCP> Date: Mon, 3-Feb-86 19:51:37 EST Article-I.D.: sdcsvax.1377 Posted: Mon Feb 3 19:51:37 1986 Date-Received: Wed, 5-Feb-86 04:48:04 EST Organization: EECS Dept. U.C. San Diego Lines: 39 Keywords: boom, blech, argh, barf 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@sdcsvax