1. euc Problem **RESOLVED**

Resolved the issue. When I updated to OE 4.0.3 my path was updated for some reason, truncating the Watcom directory from it. Added c:\euphoria-4.0\watcom\winnt to the path and all works great. Not pointing fingers, I probably screwed something up when installing/upgrading.

Thanks anyway!

Tom


Attempting to compile a running (very trivial) Euphoria program with Watcom C but getting the following errors:

c:\euwork>euc -con sortedlist.eu 
Build directory: build-021132\ 
Translating code, pass: 1 2 3 4 5 6 7 8 9 10 11  generating 
Compiling with Watcom 
Compiling   2% 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:\EUPHOR~1.0 init-.c 
 
c:\euwork> 

Have OE 4.0.3 installed, have successfully compiled an Euphoria program before like this (albeit under 4.0 release) and Watcom seems to work just fine if I compile a simple C program from the command line.

I'm stumped - any thoughts?

Tnx.

Tom

new topic     » topic index » view message » categorize

2. Re: euc Problem **RESOLVED**

tbohon said...

Attempting to compile a running (very trivial) Euphoria program with Watcom C but getting the following errors:

c:\euwork>euc -con sortedlist.eu 
Build directory: build-021132\ 
Translating code, pass: 1 2 3 4 5 6 7 8 9 10 11  generating 
Compiling with Watcom 
Compiling   2% 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:\EUPHOR~1.0 init-.c 
 
c:\euwork> 

Have OE 4.0.3 installed, have successfully compiled an Euphoria program before like this (albeit under 4.0 release) and Watcom seems to work just fine if I compile a simple C program from the command line.

I'm stumped - any thoughts?

add options for verbose and keep then you will see more error messages and possibly look at the source in the build directory for clues.

 euc -? 
 euc --keep --verbose whatever else 
the include directory seems to be cut off in the watcom commandline too.

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu