1. More traslator problems
- Posted by doncole2009 May 28, 2009
- 1007 views
I got ecw working. Thanks to Jeremy and Matt.
It says:
6 .c files were created. To build your .exe file, type: emake
I do.
compiling with LCCWIN
Then I get all 6 files say
'lcc' is not recognized as an internal or external command, operable program or batch file.
I can't find LCCWIN anywhere on my computer, old or new files.
Has the name been changed or something?
Don Cole
2. Re: More traslator problems
- Posted by jeremy (admin) May 28, 2009
- 1095 views
You would have had to install LCC. However, LCC is no longer supported in future versions of Euphoria. The official compilers for Windows/DOS is first and foremost (most well tested) Watcom. It is what we use to compile Euphoria releases. It's free, we use OpenWatcom v1.8, you can download it at: http://openwatcom.org/index.php/Download Second is MinGW which is for Windows only. Third is DJGPP which is for DOS only. OpenWatcom will do both DOS and Windows.
Jeremy
3. Re: More traslator problems
- Posted by doncole2009 May 28, 2009
- 1085 views
You would have had to install LCC. However, LCC is no longer supported in future versions of Euphoria. The official compilers for Windows/DOS is first and foremost (most well tested) Watcom. It is what we use to compile Euphoria releases. It's free, we use OpenWatcom v1.8, you can download it at: http://openwatcom.org/index.php/Download Second is MinGW which is for Windows only. Third is DJGPP which is for DOS only. OpenWatcom will do both DOS and Windows.
Jeremy
OK, I already have open Watcom installed.
The instructions say (according to the manual) "type emake".
Then LCC comes up, (not my idea) it's in the program ecw.
How do I change it to Watcom?
4. Re: More traslator problems
- Posted by doncole2009 May 28, 2009
- 1031 views
Never mind I see how to select compiler now.
Don Cole