1. euphoria error - new thread

Hi All,

I've done as sugested.

Winlib.ew 0.70.4a 0.70.4a

Now I get:

e:\euphoria-40b3\include\std\graphcst.e:7
namespace graphcst
^ undefined identifier namespace

Don Cole

new topic     » topic index » view message » categorize

2. Re: euphoria error - new thread

Off-topic. Moved to http://edita.isgreat.org/phpBB2/viewtopic.php?f=1&t=37 If you are trying to run this on RDS Eu 4.0, re-check your Edita/Options/File Extensions/exw settings

Regards, Pete

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

3. Re: euphoria error - new thread

dcole said...

I've done as sugested...

Don, are you getting these issues when trying to use Euphoria? If not Euphoria, please go elsewhere for solutions.

namespace is a Euphoria 4 item. Are you using Euphoria 4?

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

4. Re: euphoria error - new thread

DerekParnell said...
dcole said...

I've done as sugested...

Don, are you getting these issues when trying to use Euphoria? If not Euphoria, please go elsewhere for solutions.

namespace is a Euphoria 4 item. Are you using Euphoria 4?

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

5. Re: euphoria error - new thread

dcole said...
DerekParnell said...
dcole said...

I've done as sugested...

Don, are you getting these issues when trying to use Euphoria? If not Euphoria, please go elsewhere for solutions.

namespace is a Euphoria 4 item. Are you using Euphoria 4?

Well?

Maybe you are using Euphoria 3.1.1 ?

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

6. Re: euphoria error - new thread

Sorry I messed up my post.

The only thing i'm using that's not euphoria is Edita (Phix).

When I set File Extentions to E:\euphoria\BIN\EXW.EXE
(an older version of euphoria)

Everything works fine.

When I set File Extentions to E:\euphoria-40b3\bin\eui.exe
(version 4.0.0 beta 3 (r3116))

Everything works fine but the console window doesn't close.

When I set File Extentions to E:\Program Files\pw.exe
(I don't know which version of Euphoria Phix is using.)

I get:
e:\euphoria-40b3\include\std\grahcst.e:7
namespace graphicst
^ undefined identifier namespace

Don Cole

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

7. Re: euphoria error - new thread

dcole said...

Sorry I messed up my post.

The only thing i'm using that's not euphoria is Edita (Phix).

When I set File Extentions to E:\euphoria\BIN\EXW.EXE
(an older version of euphoria)

Everything works fine.

When I set File Extentions to E:\euphoria-40b3\bin\eui.exe
(version 4.0.0 beta 3 (r3116))

Everything works fine but the console window doesn't close.

Ok, so everything works fine. Great to hear it! Problem solved. :)

dcole said...

When I set File Extentions to E:\Program Files\pw.exe
(I don't know which version of Euphoria Phix is using.)

I get:
e:\euphoria-40b3\include\std\grahcst.e:7
namespace graphicst
^ undefined identifier namespace

Don Cole

This question belongs on the Phix forums.

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

8. Re: euphoria error - new thread

Phix here is using 3.1. You can fool Phix into using 4.0 by copying exw.exe to euiw.exe and exwc.exe to eui.exe and making sure that the path for 4.0 comes before that of 3.1.

Shawn Pringle

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

9. Re: euphoria error - new thread

jimcbrown said...

This question belongs on the Phix forums.

Not even sure about that blink but added to the same link as post 2.

SPringle said...

Phix here is using 3.1. You can fool Phix into using 4.0 by copying exw.exe to euiw.exe and exwc.exe to eui.exe and making sure that the path for 4.0 comes before that of 3.1.

Shawn Pringle

That makes no sense to me. Did you mean Edita? Edita is a program which runs on RDS Eu 2.4, RDS Eu 2.5, RDS Eu 3.0, RDS Eu 3.1, RDS Eu 4.0 (just), or the not-to-be-mentioned-Phix. You can tell Edita which to use when it runs programs in Options/File Extensions.

BTW, you can also create "dummy" extensions, eg

  EU3 -- C:\Euphoria3.1\bin\exw.exe 
  EU4 -- C:\Euphoria4.0\bin\euiw.exe 

Then you can pick which to run with in the Ctrl F5 window.

Edita will of course by default use whatever is in the "exw" extension to run exw files.

Regards, Pete

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

10. Re: euphoria error - new thread

petelomax said...

Off-topic. Moved to http://edita.isgreat.org/phpBB2/viewtopic.php?f=1&t=37 If you are trying to run this on RDS Eu 4.0, re-check your Edita/Options/File Extensions/exw settings

Regards, Pete

Pete I tried to logon to your forum. It's says it's going to email me comformation but it dosen't (didn't).

Don Cole

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

11. Re: euphoria error - new thread

SPringle said...

Phix here is using 3.1. You can fool Phix into using 4.0 by copying exw.exe to euiw.exe and exwc.exe to eui.exe and making sure that the path for 4.0 comes before that of 3.1.

Shawn Pringle

What??????

Could you explain in more detail?

Don Cole

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

12. Re: euphoria error - new thread

dcole said...

Pete I tried to logon to your forum. It's says it's going to email me comformation but it dosen't (didn't).

Should be ok now.

Pete

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

13. Re: euphoria error - new thread

You use a program called pw.exe, don't you to handle EUPHORIA programs in some way? I assumed this was "Phix." Now, if that is true and you run pw.exe and get that error, it seems to me pw.exe is calling EUPHORIA 3.1 or lower for it doesn't recognize the namespace command. Thus pw.exe must be modified to run EUPHORIA 4 or it must be fooled into running 4, if that's what you want.

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

14. Re: euphoria error - new thread

Warning: OFF-TOPIC

SPringle said...

You use a program called pw.exe, don't you to handle EUPHORIA programs in some way?

Yes, by running them.

SPringle said...

I assumed this was "Phix."

Correct.

SPringle said...

Now, if that is true and you run pw.exe and get that error, it seems to me pw.exe is calling EUPHORIA 3.1 or lower

Wrong.

SPringle said...

for it doesn't recognize the namespace command. Thus pw.exe must be modified to run EUPHORIA 4 or it must be fooled into running 4, if that's what you want.

No, not what I want at all.

Eu 3.1.1 was released in August 2007, which is now thirty-two months ago! There has to be an alternative.

Pete

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

15. Re: euphoria error - new thread

[quote dcole]

SPringle said...

Phix here is using 3.1. You can fool Phix into using 4.0 by copying exw.exe to euiw.exe and exwc.exe to eui.exe

and making sure that the path for 4.0 comes before that of 3.1.

Shawn Pringle

How do you do that?

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

16. Re: euphoria error - new thread

dcole said...
petelomax said...

Off-topic. Moved to http://edita.isgreat.org/phpBB2/viewtopic.php?f=1&t=37 If you are trying to run this on RDS Eu 4.0, re-check your Edita/Options/File Extensions/exw settings

Regards, Pete

Pete I tried to logon to your forum. It's says it's going to email me comformation but it dosen't (didn't).

Don Cole

Pete I still can't login.

if I create a new account then it says email already in use.

If I use that email to login then it says account not validated.

I have a lot of questions about this Phix.

Like does pw.exe have to be in the Edita File Extentions for the message window to show the errors?

Don Cole

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

17. Making 4.0 first

[quote dcole]

dcole said...
SPringle said...

Phix here is using 3.1. You can fool Phix into using 4.0 by copying exw.exe to euiw.exe and exwc.exe to eui.exe

and making sure that the path for 4.0 comes before that of 3.1.

Shawn Pringle

How do you do that?

Check the PATH environment variable. The path for the 4.0 binaries should come first in that string. Changing its value can be done the same way as any other environment variable.

Shawn Pringle

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

18. Re: Making 4.0 first

Thank you Pringle.

Don Cole

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

Search



Quick Links

User menu

Not signed in.

Misc Menu