From: G DOT DegliEsposti AT ads DOT it To: "Daleg" cc: djgpp AT delorie DOT com Message-ID: Date: Tue, 12 May 1998 09:12:31 +0200 Subject: Re: Easymik.h gives Parse errors!!!,, HELP!!! Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Precedence: bulk >I just downloaded the Easymik.zip for the MikAlleg, but now im confused >with these parse errors they start at, i think.. > >Easymik.h 40: parse error before * > line 40 of your .h file looks like this: >UNIMOD *init_mod(char *fn, char looped); So the error is caused by the word "UNIMOD". You have to #include the header file where UNIMOD is define in easymik.h too, while you are including in your .c file only, otherwise gcc has no way to recognize the UNIMOD identifier. ciao Giacomo