Path: utzoo!attcan!uunet!wuarchive!udel!new From: new@udel.edu (Darren New) Newsgroups: comp.sys.amiga Subject: Re: Lattice 5.04 problem. Message-ID: <14797@nigel.udel.EDU> Date: 23 Mar 90 17:18:20 GMT References: <9003222258.AA14459@jade.berkeley.edu> Sender: usenet@udel.EDU Reply-To: new@udel.edu (Darren New) Organization: University of Delaware Lines: 10 In article <9003222258.AA14459@jade.berkeley.edu> 345EEQX@CMUVM.BITNET (Robert Devantier) writes: >#include >main() > { printf("Hello.\n"); } In one of the sillier moves I've seen, Amiga include files sub-include all the include files they need EXCEPT FOR EXEC/TYPES.H. If you use any Amiga-specific includes, you probably need to put exec/types.h first. The compiler expected a closing brace after UBYTE because it thought UBYTE was a variable instead of a type. -- Darren