Re: temporary eubins

new topic     » goto parent     » topic index » view thread      » older message » newer message
AlanO said...

But now I am getting init-.c(4404): Error! E1175: Too many initializers

That message usually means that the euphoria.h file in your Euphoria include directory is not the correct one for the translator. You might be pointing to an old include directory. I found that I had this message when the euphoria.h had the wonrg definition for this struct...

struct routine_list { 
	char *name; 
	int (*addr)(); 
	int seq_num; 
	int file_num; 
	short int num_args; 
	short int convention; 
	char scope; 
}; 

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu