eu 4773 dos
- Posted by BRyan Nov 22, 2013
- 2107 views
The Dos translator eucd.exe appears to have a bug in in its code that
appeared in the euc.exe translator and was corrected ( see TICKET #223 and #248 ).
In 4773 DOS euc.exe works ok but it looks like the fixes did not make it into eucd.exe
translator source code.
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' main-.h(856): Error! E1022: Missing or misspelled data type near 'object' main-.h(859): Error! E1022: Missing or misspelled data type near 'object_ptr' main-.h(860): Error! E1022: Missing or misspelled data type near 's1_ptr' main-.h(861): Error! E1022: Missing or misspelled data type near 'object' init-.c(814): Error! E1175: Too many initializers init-.c(815): Error! E1175: Too many initializers init-.c(816): Error! E1175: Too many initializers init-.c(817): Error! E1175: Too many initializers init-.c(818): Error! E1175: Too many initializers init-.c(819): Error! E1175: Too many initializers init-.c(820): Error! E1175: Too many initializers init-.c(821): Error! E1175: Too many initializers init-.c(825): Error! E1022: Missing or misspelled data type near 'object' init-.c(827): Error! E1175: Too many initializers init-.c(828): Error! E1175: Too many initializers init-.c(829): Error! E1175: Too many initializers init-.c(830): Error! E1175: Too many initializers init-.c(831): Error! E1175: Too many initializers init-.c(832): Error! E1175: Too many initializers init-.c(833): Error! E1147: Too many errors: compilation aborted
I do not have enough know how to understand how the translator is constructed.