1. euphoria error - new thread
- Posted by dcole May 05, 2010
- 4094 views
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
2. Re: euphoria error - new thread
- Posted by petelomax May 05, 2010
- 4116 views
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
3. Re: euphoria error - new thread
- Posted by DerekParnell (admin) May 05, 2010
- 4086 views
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?
4. Re: euphoria error - new thread
- Posted by dcole May 05, 2010
- 4055 views
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?
5. Re: euphoria error - new thread
- Posted by jimcbrown (admin) May 05, 2010
- 4210 views
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 ?
6. Re: euphoria error - new thread
- Posted by dcole May 05, 2010
- 4040 views
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
7. Re: euphoria error - new thread
- Posted by jimcbrown (admin) May 05, 2010
- 4039 views
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. :)
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.
8. Re: euphoria error - new thread
- Posted by SPringle May 05, 2010
- 4018 views
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
9. Re: euphoria error - new thread
- Posted by petelomax May 06, 2010
- 3989 views
This question belongs on the Phix forums.
Not even sure about that but added to the same link as post 2.
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
10. Re: euphoria error - new thread
- Posted by dcole May 06, 2010
- 4028 views
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
11. Re: euphoria error - new thread
- Posted by dcole May 06, 2010
- 3993 views
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
12. Re: euphoria error - new thread
- Posted by petelomax May 06, 2010
- 3985 views
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
13. Re: euphoria error - new thread
- Posted by SPringle May 06, 2010
- 3985 views
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.
14. Re: euphoria error - new thread
- Posted by petelomax May 06, 2010
- 3982 views
Warning: OFF-TOPIC
You use a program called pw.exe, don't you to handle EUPHORIA programs in some way?
Yes, by running them.
I assumed this was "Phix."
Correct.
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.
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
15. Re: euphoria error - new thread
- Posted by dcole May 06, 2010
- 3962 views
[quote dcole]
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?
16. Re: euphoria error - new thread
- Posted by dcole May 06, 2010
- 3987 views
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
17. Making 4.0 first
- Posted by SPringle May 08, 2010
- 3866 views
[quote dcole]
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