Re: eudist.mak: No such file or directory
- Posted by Thomas Jan 06, 2013
- 1653 views
mattlewis said...
Thomas said...
Neither eudist nor eudist-build are created. Please ask if you need more info.
Did everything else build? Do you have a working interpreter and translator? You can run "make test" to execute the unit tests that come with euphoria.
Matt
This is the result i get.
$ make test
cd ../tests && EUDIR=g:/build/openeuphoria/euphoria EUCOMPILEDIR=g:/build/ope
neuphoria/euphoria \
/g/euphoria/bin/eui.exe -i ../include ../source/eutest.ex -i ../inclu
de -cc gcc \
-exe "g:/build/openeuphoria/euphoria/mw32/eui.exe" \
-ec "g:/build/openeuphoria/euphoria/mw32/euc.exe" \
-eubind "g:/build/openeuphoria/euphoria/mw32/eubind.exe" -eub g:/
build/openeuphoria/euphoria/mw32/eub.exe \
-lib "g:/build/openeuphoria/euphoria/mw32/eu.a" \
-log ; \
/g/euphoria/bin/eui.exe -i ../include ../source/eutest.ex -process-log > g:/b
itbucket/openeuphoria/euphoria/mw32/test-report.txt ; \
/g/euphoria/bin/eui.exe -i ../include ../source/eutest.ex -process-log -html
> g:/build/openeuphoria/euphoria/mw32/test-report.html
Specified binder via -eubind parameter was not found
cd ../tests && sh check_diffs.sh
Both std/memory.e and std/safe.e provide the same interface to std/machine.e....good.
The include std/safe.e provides as many symbols as as std/memory.e...good.

