Re: rev.e library
- Posted by mattlewis (admin) Dec 07, 2008
- 1663 views
kinz said...
mattlewis said...
As others mentioned, this should be automatically built by the make process. How did you attempt to build the interpreter?
I've downloaded tarball, unpaked it to C:/euphoria/, ran imake.bat and got a bunch of error messages.
We should probably remove imake.bat. The proper way is to use wmake (Watcom Make) from the source directory:
> configure > wmake -f makefile.wat winall
Matt