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!bellcore!decvax!ittatc!dcdwest!sdcsvax!martin From: martin@sdcsvax.UUCP (Bruce Martin) Newsgroups: net.micro.amiga Subject: problems with workbench.h Message-ID: <1496@sdcsvax.UUCP> Date: Sat, 1-Mar-86 18:31:01 EST Article-I.D.: sdcsvax.1496 Posted: Sat Mar 1 18:31:01 1986 Date-Received: Sun, 2-Mar-86 19:43:12 EST Organization: EECS Dept. U.C. San Diego Lines: 21 Keywords: help I have problems compiling any C programs with Lattice 3.02/3.03 that #include . (In particular the recently posted IconExec code.) The compiler complains: Error 80: invalid bit field for the following four lines in "workbench.h". (They are part of a struct definition.) /* object flags */ UWORD wo_IconDisp:1; /* icon is currently in a window */ UWORD wo_DrawerOpen:1;/* we're a drawer, and it is open */ UWORD wo_Selected:1; /* our icon is selected */ UWORD wo_Background:1;/* set if icon is in background */ UWORD is defined to be unsigned short in exec/types.h. Any ideas? Anyone else had luck compiling IconExec? Thanks.