Re: eudist.mak: No such file or directory
- Posted by jimcbrown (admin) Jan 06, 2013
- 1658 views
mattlewis said...
Did other things build first? Eudist is one of the last things to be built when you run "make all".
That's a good point ... if everything else built fine, and eudist was the only error, then everything is probably ok - you have all the other 4.1 binaries in this case, including the interpreter and the translator.
You probably don't need eudist (which is a tool that wraps the source code of euphoria code and include files into a single package for ease of transfer / debugging by devs) and if you do need it later on, you can build it yourself manually with the 4.1 binaries.

