Re: Couldn't compile file 'init-.c'
- Posted by ed_davis Oct 05, 2012
- 1613 views
I had the same problem. Here is what the setenv-ow.bat file had:
@ echo off REM REM Set the environment for this installation of Euphoria REM SET EUDIR=c:\Eu SET WATCOM=c:\Eu\watcom SET PATH=%EUDIR%\bin;%WATCOM\binw;%WATCOM%\binnt;%PATH% SET INCLUDE=%WATCOM%\h;%WATCOM%\h\ntNotice that in the PATH setting, WATCOM is missing the ending '%'. Adding that fixed the problem.