1. Using EUC with Euphoria 4.1.0

On one dev PC, I'm running WATCOM and Euphoria 4.0.5. I can use "euc" just fine.

On my other dev PC, I have Euphoria 4.1.0 installed, but not WATCOM. Should I install WATCOM or that other one (GNU?) to compile apps on this PC?

new topic     » topic index » view message » categorize

2. Re: Using EUC with Euphoria 4.1.0

euphoric said...

On one dev PC, I'm running WATCOM and Euphoria 4.0.5. I can use "euc" just fine.

On my other dev PC, I have Euphoria 4.1.0 installed, but not WATCOM. Should I install WATCOM or that other one (GNU?) to compile apps on this PC?

GNU. 4.1.0 no longer works w/ Watcom.

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

3. Re: Using EUC with Euphoria 4.1.0

euphoric said...

Should I install WATCOM or that other one (GNU?) to compile apps on this PC?

I recommend TDM-GCC.

-Greg

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

4. Re: Using EUC with Euphoria 4.1.0

jimcbrown said...
euphoric said...

On one dev PC, I'm running WATCOM and Euphoria 4.0.5. I can use "euc" just fine.

On my other dev PC, I have Euphoria 4.1.0 installed, but not WATCOM. Should I install WATCOM or that other one (GNU?) to compile apps on this PC?

GNU. 4.1.0 no longer works w/ Watcom.

Is MinGW a viable option?

ghaberek said...

I recommend TDM-GCC.

I'll give it a shot!

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

5. Re: Using EUC with Euphoria 4.1.0

I've installed TDM-GCC. When I run 'euc,' I get the following output:

Microsoft Windows [Version 6.3.9600] 
(c) 2013 Microsoft Corporation. All rights reserved. 
 
C:\Users\FOADDEV>cd C:\Program Files (x86)\WEE 
 
C:\Program Files (x86)\WEE>euc wee.exw 
Build directory: build-355553\ 
<0159>:: WATCOM environment variable is not set 
 
C:\Program Files (x86)\WEE>eui 
Euphoria Interpreter v4.1.0 development 
   32-bit Windows, Using System Memory 
   Revision Date: 2014-01-16 02:53:44, Id: 5783:d41527402a7a 
 
ERROR: Must specify the file to be interpreted on the command line 
 
 
C:\Program Files (x86)\WEE> 

That's not what I expected.

I do have "C:\TDM-GCC-32\bin" in my PATH environment variable.

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

6. Re: Using EUC with Euphoria 4.1.0

Did a helpful forum search and found 'euc -gcc,' which seems to work!

Thank you!

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

7. Re: Using EUC with Euphoria 4.1.0

euphoric said...

Is MinGW a viable option?

ghaberek said...

I recommend TDM-GCC.

I'll give it a shot!

TDM-GCC is just a fork of MinGW, with more active development and bug fixes.

euphoric said...

I've installed TDM-GCC. When I run 'euc,' I get the following output:

That's not what I expected.

I do have "C:\TDM-GCC-32\bin" in my PATH environment variable.

Do you still have WATCOM installed? Not sure how EUC detects which compilers are installed but it may be getting confused. I don't have to specify -gcc manually because I only have one compiler installed.

-Greg

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

8. Re: Using EUC with Euphoria 4.1.0

ghaberek said...

Do you still have WATCOM installed? Not sure how EUC detects which compilers are installed but it may be getting confused. I don't have to specify -gcc manually because I only have one compiler installed.

Never had WATCOM installed on this particular PC.

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

9. Re: Using EUC with Euphoria 4.1.0

ghaberek said...

Do you still have WATCOM installed? Not sure how EUC detects which compilers are installed but it may be getting confused. I don't have to specify -gcc manually because I only have one compiler installed.

Looking at the source, it seems that 4.1.0 still defaults to WATCOM on the windoze platform, but to gcc on any nix platform.

http://scm.openeuphoria.org/hg/euphoria/file/b9cba54d622a/source/traninit.e#l372

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

Search



Quick Links

User menu

Not signed in.

Misc Menu