1. 4.0 branch broken?
- Posted by andi49 Jan 24, 2015
- 1580 views
Hallo
i just tried to built the 4.0 branch on a virtual machine Slackware 14.1 32bit
/usr/src/euphoria/source/scinot.e:10 <0052>:: can't find 'fenv.e' in any of ... /usr/src/euphoria/source /usr/src/euphoria/source/ec.ex /usr/src/euphoria/include /usr/eu4/include include fenv.e as fenv ^
i checked on Windows (real Hardware) and got the same result, something broken? fenv.e?
Edit: changeset 6280:99ae72d1dc83 seems to work
Andreas
2. Re: 4.0 branch broken?
- Posted by SDPringle Jan 25, 2015
- 1532 views
I will make sure that file is added. I may have forgotten to add that in a previous commit.
3. Re: 4.0 branch broken?
- Posted by jimcbrown (admin) Jan 25, 2015
- 1529 views
SDPringle said...
I will make sure that file is added. I may have forgotten to add that in a previous commit.
Yep, it's there now: http://scm.openeuphoria.org/hg/euphoria/rev/b508630d52bc
4. Re: 4.0 branch broken?
- Posted by andi49 Jan 25, 2015
- 1491 views
Thank you
SDPringle said...
I will make sure that file is added. I may have forgotten to add that in a previous commit.
Now it works
Andreas