Re: Compiling RC2 on Windows: failed
- Posted by jimcbrown (admin) Dec 12, 2010
- 1182 views
DerekParnell said...
jimcbrown said...
If pretranslated sources are being used, then a working Euphoria interpreter should not be required. A C compiler and linker are suppose to be good enough.
Except for the "C:\EUPHORIA-4.0\bin\eui.exe -i ..\include revget.ex " stuff.
The pretranslated sources should include a suitable be_rev.c as well as coverage.h, so eui is still not required for this.
The GNU makefile still attempts to run eui but ignores the error that occurs when eui is not found. The watcom makefile should act the same way.