Re: Building euphoria
- Posted by jimcbrown (admin) May 04, 2013
- 1529 views
ghaberek said...
jimcbrown said...
That almost looks like you are building without pretranslated sources, but also with the --without-euphoria option set (so the translated sources aren't being generated).
I was just performing the steps Matt listed above, except I've put build in the source folder.
$ hg clone https://scm.openeuphoria.org/hg/euphoria $ mkdir euphoria/source/build $ cd euphoria/source/build $ ../configure $ make
I do not have Euphoria installed on this machine.
-Greg
If you do not have Euphoria installed on the machine, then configure will default to --without-euphoria mode when it can not find a copy of the interpreter.
However, a fresh checkout from hg will not include any pretranslated sources.
I think you should be able to use a 4.0 binary to translate the 4.1 sources, however.