Re: Compiler version?
- Posted by jimcbrown (admin) Sep 21, 2010
- 1543 views
The easiest way to get building is probably to grab a euphoria binary interpreter from the eubins archive, and configure with that:
$ ./configure --eubin /path/to/eui/dir $ make
Matt
I didn't want to use eui because I'm trying to write a rpm package for Euphoria and wanted to see if it compiled from scratch without problems.
Well, Euphoria is self-bootstrapping, so to do a clean compile from scratch, you need to rebuild from the Euphoria source.
It seems I am the first person to try to compile it (!) since v.4. None of the releases (1-4) are able to be compiled on Linux without Euphoria pre-installed.
I guess you mean the beta releases. I'm not sure if the plan is to start including pre-translated sources in the RC releases or for final releases only.
The alpha and beta releases don't include pre-translated sources and need to be bootstrapped. I'll leave it to the experts on the best way to generate a source rpm from this.