Re: eudist.mak: No such file or directory
- Posted by jimcbrown (admin) Jan 06, 2013
- 1272 views
This is odd. You say that mw32/eudist-build/ does not exist/is not created, yet make appears to cd into it correctly. (If the directory didn't exist, then make should have errored out, explicitly stating that reason.)
Also, you have EUPHORIA=1 in your config.gnu, but there's no attempt to call eui to generate mw32/eudist-build/main-.c ... either EUPHORIA is getting unset or set to 0, or else main-.c already exists.
Thomas said...
2/pcre/pcre_xclass.o -lm -o g:/bitbucket/openeuphoria/euphoria/mw32/eub.exe make[3]: Leaving directory `/g/bitbucket/openeuphoria/euphoria/source' make[2]: Leaving directory `/g/bitbucket/openeuphoria/euphoria/source' make g:/bitbucket/openeuphoria/euphoria/mw32/euso.a OBJDIR=libobj-fPIC ERUNTIME=1 CON FIG=config.gnu EDEBUG= EPROFILE= FPIC=-fPIC make[2]: Entering directory `/g/bitbucket/openeuphoria/euphoria/source' ln -f g:/bitbucket/openeuphoria/euphoria/mw32/eu.a g:/bitbucket/openeuphoria/euphori a/mw32/euso.a make[2]: Leaving directory `/g/bitbucket/openeuphoria/euphoria/source' make g:/bitbucket/openeuphoria/euphoria/mw32/eusodbg.a OBJDIR=libobjdbg-fPIC ERUNTIME =1 CONFIG=config.gnu EDEBUG=1 EPROFILE= FPIC=-fPIC make[2]: Entering directory `/g/bitbucket/openeuphoria/euphoria/source' ln -f g:/bitbucket/openeuphoria/euphoria/mw32/eudbg.a g:/bitbucket/openeuphoria/euph oria/mw32/eusodbg.a make[2]: Leaving directory `/g/bitbucket/openeuphoria/euphoria/source' touch test818.c make ../tests/lib818.dll make[2]: Entering directory `/g/bitbucket/openeuphoria/euphoria/source' gcc -c -fPIC -I ../include -m32 -c -fsigned-char -DEWINDOWS -ffast-math -O3 -Os -ff ast-math -mwindows -fomit-frame-pointer -ffast-math -O3 -Os -Ig:/bitbucket/openeupho ria/euphoria/source -Ig:/bitbucket/openeuphoria/euphoria -DARCH=ix86 -Wall -shared ../source/test818.c -o g:/bitbucket/openeuphoria/euphoria/mw32/test818.o ../source/test818.c:1:0: warning: -fPIC ignored for target (all code is position inde pendent) [enabled by default] gcc -m32 -fPIC -shared -o ../tests/lib818.dll -Wl,--out-implib,lib818dll.a g:/bitbu cket/openeuphoria/euphoria/mw32/test818.o Creating library file: lib818dll.a make[2]: Leaving directory `/g/bitbucket/openeuphoria/euphoria/source' make[1]: Leaving directory `/g/bitbucket/openeuphoria/euphoria/source' make tools make[1]: Entering directory `/g/bitbucket/openeuphoria/euphoria/source' make translator OBJDIR=transobj EBSD= CONFIG=config.gnu EDEBUG= EPROFILE= make[2]: Entering directory `/g/bitbucket/openeuphoria/euphoria/source' g:/bitbucket/openeuphoria/euphoria/mw32/mkver "hg" "g:/bitbucket/openeuphoria/euphori a/mw32/ver.cache" "g:/bitbucket/openeuphoria/euphoria/mw32/include/be_ver.h" make g:/bitbucket/openeuphoria/euphoria/mw32/euc.exe OBJDIR=transobj EBSD= CONFIG=con fig.gnu EDEBUG= EPROFILE= make[3]: Entering directory `/g/bitbucket/openeuphoria/euphoria/source' g:/bitbucket/openeuphoria/euphoria/mw32/mkver "hg" "g:/bitbucket/openeuphoria/euphori a/mw32/ver.cache" "g:/bitbucket/openeuphoria/euphoria/mw32/include/be_ver.h" make[3]: Leaving directory `/g/bitbucket/openeuphoria/euphoria/source' make[2]: Leaving directory `/g/bitbucket/openeuphoria/euphoria/source' make g:/bitbucket/openeuphoria/euphoria/mw32/eu.a OBJDIR=libobj ERUNTIME=1 CONFIG=con fig.gnu EDEBUG= EPROFILE= make[2]: Entering directory `/g/bitbucket/openeuphoria/euphoria/source' g:/bitbucket/openeuphoria/euphoria/mw32/mkver "hg" "g:/bitbucket/openeuphoria/euphori a/mw32/ver.cache" "g:/bitbucket/openeuphoria/euphoria/mw32/include/be_ver.h" make[2]: Leaving directory `/g/bitbucket/openeuphoria/euphoria/source' make -C "g:/bitbucket/openeuphoria/euphoria/mw32/eudist-build" -f eudist.mak make[2]: Entering directory `/g/bitbucket/openeuphoria/euphoria/mw32/eudist-build' make[2]: eudist.mak: No such file or directory make[2]: *** No rule to make target `eudist.mak'. Stop. make[2]: Leaving directory `/g/bitbucket/openeuphoria/euphoria/mw32/eudist-build' make[1]: *** [g:/bitbucket/openeuphoria/euphoria/mw32/eudist] Error 2 make[1]: Leaving directory `/g/bitbucket/openeuphoria/euphoria/source' make: *** [all] Error 2