Re: Couldn't compile file 'init-.c'

new topic     » goto parent     » topic index » view thread      » older message » newer message

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\nt 
Notice that in the PATH setting, WATCOM is missing the ending '%'. Adding that fixed the problem.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu