OpenWatcom install problem
- Posted by _tom (admin) Oct 22, 2012
- 2548 views
Forked from Re: Voting begins on removing OpenWatcom support
TOM... trimmed some content
euc sanity.ex
Build directory: ...
Translating code, pass: 1 ... 11 generating
Compiling with Watcom
Compiling 1% init-.c
Couldn't compile file 'init-.c'
Status: -1 Command: wcc386 /dEWINDOWS /bt=nt /mf /w0 /zq /j /zp4 /fp5 /fpi87 /5r /otimra /s /Ic:\Euphoria init-.c
I think you may not have Watcom correctly installed / configured. I just tried 4.0.5 on Windows and interpreted and translated and compiled with Watcom, it passed.
If an easy to install C compiler is available for Windows users (and it is easy for developers to maintain) then that is the "best" choice.
The actual compiler choice should not matter.
I find Watcom to be generally easier to deal with on Windows (aside from 64-bits, of course). MinGW seems easiest to deal with IME under MSYS, but is slow as molasses. I often set up a Linux VM and cross compile. Mind you, this is when developing euphoria or wxEuphoria, both of which have a lot of compiling to do when I'm working on them.
Matt
I forked this because the issue is my installation of Euphoria and not if Watcom should be dropped.
There is a thread on this topic already " Couldn't compile file 'init-.c' " The error messages are similar.
- I had expected that the Euphoria package with watcom to set things up automatically.
- I did not expect to search the forum for a solution.
- I did make a mess of the paths and other variables, lost patience, and returned to Linux
How about an outline of how to fix this problem that I can add to the documentation?
TOM