1. Version 4.0.0b4 Compile error
- Posted by dcole Nov 06, 2010
- 1230 views
To simplify things I put animal.ex(from the demos) in my ver 3 bin folder. Like so.
E:\euphoria\bin\animal.exWith the Command prompt I go to that folder and type,
ecw -wat animal.exAnd everything works out swell.
When I do this in my Version 4 folder.
E:\euphoria-40b4\bin\animal.exCommand Prompt to
E:\euphoria-40b4\binAnd type,
euc -wat animal.exI get the following error:
Translating code, pass: 1 2 3 generating Compiling 12% init-.c init-.c(38): Error! E1175: Too many initializers Couldn't compile file 'init-.c' Status: 8 Command: wcc386 /bt=nt /nf /w0 /zq /j /zp4 /fp5 /fpi87 /5r /otimra /s /Ie:\euphoria init-.c
2. Re: Version 4.0.0b4 Compile error
- Posted by jeremy (admin) Nov 07, 2010
- 1180 views
Sorry about this late reply. There has been quite a few bug fixes to the translator. RC1 will be released tomorrow (Matt already let the cat out of the bag :-!). We've tested your example with RC1 on Linux and Windows, it compiles fine. I'd suggest waiting until tomorrow and downloading a copy of RC1.
Jeremy
3. Re: Version 4.0.0b4 Compile error
- Posted by mattlewis (admin) Nov 07, 2010
- 1145 views
RC1 will be released tomorrow (Matt already let the cat out of the bag :-!).
Hey, wasn't me! It was Jim.
Matt
PS The message link just points to the top of the thread.
4. Re: Version 4.0.0b4 Compile error
- Posted by dcole Nov 07, 2010
- 1122 views
Sorry about this late reply. There has been quite a few bug fixes to the translator. RC1 will be released tomorrow (Matt already let the cat out of the bag :-!). We've tested your example with RC1 on Linux and Windows, it compiles fine. I'd suggest waiting until tomorrow and downloading a copy of RC1.
Jeremy
Thank you Jeremy,
Where do I get RC1?
Don Cole
5. Re: Version 4.0.0b4 Compile error
- Posted by jeremy (admin) Nov 07, 2010
- 1110 views
Don,
It will be available on wiki:DownloadEuphoria page, see the "downloads" tab above. RC1 is not yet released, it will be released sometime later in the day tomorrow, Mon Nov 8 EST.
Jeremy