Euphoria To C Translator , but no output.exe
- Posted by vmars Mar 15, 2009
- 1320 views
Greetings:
I ran the 'Euphoria To C Translator' and the Emake.bat, but no SmplEuph.exe was created. I expected the emake.bat to delete all the .c files (as advertized), but it didn't. Please, what am I doing wrong ? Thanks! SmplEuph.bat SmplEuph.exw DLL.C EMAKE.BAT INIT-.C MACHINE.C MAIN-.C MAIN-.H MAIN-0.C MISC.C OBJFILES.LNK SmplEuph.C WXEUD.C |
---|
So I put a 'pause' command in emake.bat , and here are the error msgs:
compiling with WATCOM main-.c 'wcc386' is not recognized as an internal or external command, operable program or batch file. main-0.c 'wcc386' is not recognized as an internal or external command, operable program or batch file. SmplEuph.c 'wcc386' is not recognized as an internal or external command, operable program or batch file. wxeud.c 'wcc386' is not recognized as an internal or external command, operable program or batch file. dll.c 'wcc386' is not recognized as an internal or external command, operable program or batch file. misc.c 'wcc386' is not recognized as an internal or external command, operable program or batch file. machine.c 'wcc386' is not recognized as an internal or external command, operable program or batch file. init-.c 'wcc386' is not recognized as an internal or external command, operable program or batch file. linking 'wlink' is not recognized as an internal or external command, operable program or batch file. Could Not Find C:\Euphoria\wxeuphoria\vmTutorials\*.obj 'le23p' is not recognized as an internal or external command, operable program or batch file. 'cwc' is not recognized as an internal or external command, operable program or batch file. Press any key to continue . . .
Shall I post the contents of emake.bat
Thanks!