Re: SVN3467 problem
- Posted by bugfinder Oct 07, 2010
- 1396 views
mattlewis said...
- Which platform?
- What did you pass to configure?
- Can you post the output from make (or wmake)?
e:\eu4\bin\eui.exe -i E:\eu4\include E:\eu4\source\ec.ex -nobuild -gcc -plat W IN -D EU_MANAGED_MEM -i E:\eu4\include E:\eu4\source\int.ex Translating code, pass: 1 2 3 4 5 6 7 8 9 10 generating 55.c files were created. cd E:\eu4\source wmake -h objlist OBJDIR=intobj DEBUG= MANAGED_MEM=1 CONFIG=config.wat EU_NAME_OB JECT=EU_INTERPRETER_OBJECTS wmake -h DEBUG= MANAGED_MEM=1 CONFIG=config.wat OS=WIN EU_NAME_OBJECT=EU_INTERPR ETER_OBJECTS OBJDIR=intobj E:\eu4\source\build\intobj.wat EX=e:\eu4\bin\eui.exe --============ LOOK AT THIS LINE should there be a back-slash \ -- between include and coverage.ex e:\eu4\bin\eui.exe -i E:\eu4\include coverage.ex E:\eu4\source\build\intobj -- ==================================================================== Error(F38): (E:\eu4\source\build\intobj\back\coverage.h) does not exist and cann ot be made from existing files Error(E02): Make execution terminated Error(E42): Last command making (objlist) returned a bad status Error(E02): Make execution terminated Error(E42): Last command making (interpreter) returned a bad status Error(E02): Make execution terminated Error(E42): Last command making (all) returned a bad status Error(E02): Make execution terminatedMatt: