1. euphoria ver 4 beta 2 error
- Posted by dcole Sep 03, 2009
- 923 views
Useless,
Maybe I miss read something.
When I run euphoria-40b2-exe windows
I still get the same error.
F:\euphoria40\include\std/covert.e:475 Syntax error - expected to seen possibly ':'. not ',' case ',', '.' then
animal.ex works allsorts.ex get the same error
When I type f:\euphoria40\bin\eui -version
I get:
Euphoria Interpreter 4.0.0 beta 2 (r2670) for Windows
Don Cole
2. Re: euphoria ver 4 beta 2 error
- Posted by DerekParnell (admin) Sep 03, 2009
- 916 views
Maybe I miss read something.
When I run euphoria-40b2-exe windows
I still get the same error.
F:\euphoria40\include\std/covert.e:475 Syntax error - expected to seen possibly ':'. not ',' case ',', '.' then
animal.ex works allsorts.ex get the same error
When I type f:\euphoria40\bin\eui -version
I get:
Euphoria Interpreter 4.0.0 beta 2 (r2670) for Windows
Don, the simple thing is that you are not running the beta 2 software. That message you quoted does NOT come from beta 2. That is a message that comes from a much earlier edition.
I assume you installed the beta 2 to f:\euphoria40.
In that case can you please do the following and show me the results.
- Set your current directory to C:\
- Enter echo %EUDIR%. What does it say?
- Enter echo %EUINC%. What does it say?
- Enter eui -version. What does it say?
- If it says that it is "4.0.0 beta 2 (r2670)" then enter eui f:\euphoria40\demo\allsorts. What happened?