Re: Fail to compile using watcom
- Posted by mattlewis (admin) Nov 18, 2012
- 1060 views
cp said...
My code runs without error and produces the correct results with the interpreter (eui).
If I compile with -gcc, it compiles without error but the program does not produce correct results.
If I compile with -wat, it fails to compile.
running 4.0.5 on windows 7
C:\Dev\Euphoria\Projects\TestScripts>euc -wat cg.exw Build directory: build-105347\ Translating code, pass: 1 2 3 4 5 6 7 generating Compiling with Watcom Compiling 5% init-.c Couldn't compile file 'init-.c' Status: -1 Command: wcc386 /dEWINDOWS /bt=nt /mf /w0 /zq /j /zp4 /fp5 /fpi87 /5 r /otimra /s /IC:\euphoria init-.cany help is much appreciated.
It looks like Watcom isn't properly installed and isn't actually running. It's impossible to say what's going on with your MinGW version without seeing or at least knowing more about your code and what it does / doesn't do.
Matt