Re: temporary eubins
- Posted by DerekParnell (admin) Sep 12, 2008
- 965 views
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; };