Re: eu 4773 dos
- Posted by mattlewis (admin) Nov 22, 2013
- 2087 views
BRyan said...
When I run eucd -wat polygon.exd I get the following error file init-.err :
init-.c(1): Error! E1055: Unable to open 'include\euphoria.h'
I do not have enough know how to understand how the translator is constructed.
I think the real issue is that the compiler can't find the header, which includes lots of important declarations, which are in turn causing those other errors. Make sure that the command line invoking the compiler points to the directory with euphoria.h. This is usually a flag using a capital I, e.g.: /Ic:\euphoria\include
Matt