Re: Help Wanted (EUPHORIA source)
- Posted by Jason Gade <jaygade at yaho?.com> Jun 07, 2008
- 700 views
Jim Brown wrote: > > Matt Lewis wrote: > > I'm not sure what you mean by "you need to manually modify the source before > > > > building." This has never been the case (except for BSD, which isn't true > > any more either). The build process follows the standard configure and make > > > > paradigm. > > > > Matt > > He probably meant the need to modify two include files which use entry in > order > to make the interpreter build with a 3.1 version of euphoria. Working with this right now, it's more than two files -- and I'm working with a slightly dated version. search.e, sequence.e, file.e, hmm. Actually, I think it's gotten to where you can't build 4.0 with 3.1. Some of the ifdef changes in file.e I would have to rewrite those bits the old way. Guess I'll have to find a precompiled interpreter to compile the interpreter. Chicken and egg. Maybe information on how to get one should be included in the build instructions on the wiki? -- A complex system that works is invariably found to have evolved from a simple system that works. --John Gall's 15th law of Systemantics. "Premature optimization is the root of all evil in programming." --C.A.R. Hoare j.