Re: eudist.mak: No such file or directory
- Posted by Thomas Jan 06, 2013
- 1325 views
mattlewis said...
Thomas said...
When i try to build euphoria on my Win 7 64 bit i get som errors. Can any one help? Thanks
make -C "g:/build/openeuphoria/euphoria/mw32/eudist-build" -f eudist.mak
Euphoria Interpreter v4.0.5 Windows, Using Managed Memory Revision Date: 2012-10-11, Id: 362497032f33Using Mingw msys and pulled the code with hg pull -C default from scm.euphoria.org
It's not clear to me how you got the error. Did other things build first? Eudist is one of the last things to be built when you run "make all".
Also, you cannot translate a 64-bit version of euphoria with a 4.0 interpreter, because it has many built-in assumptions about things being 32-bits. You'll need to either first build a 32-bit 4.1 interpreter and use that as your eubin, or download a pre-built interpreter.
Matt
Yes i know that i just assume that mingw by default build a 32 bit version. This is the command line is use export EUDIR= ./configure --build ../mw32 --eubin /g/euphoria/bin --prefix /g/euphoria make