Hi
I have installed dave 4 into two different pc running windows 7. In one it works. Into the other the compilation process fail with the following error message:
process_begin: CreateProcess(NULL, echo., ...) failed.
It seems to me that the problem is in the command @echo. that is automatically inserted into the various makefile.
On dave 3 in the same makefiles was inserted @echo ' '
Why on one windows 7 pc it works and not in the other? which settings have I to check?
Is it possible to modify a template so that the automatically generated makefile includes @echo ' ' instead of @echo. ?
I have installed dave 4 into two different pc running windows 7. In one it works. Into the other the compilation process fail with the following error message:
process_begin: CreateProcess(NULL, echo., ...) failed.
It seems to me that the problem is in the command @echo. that is automatically inserted into the various makefile.
On dave 3 in the same makefiles was inserted @echo ' '
Why on one windows 7 pc it works and not in the other? which settings have I to check?
Is it possible to modify a template so that the automatically generated makefile includes @echo ' ' instead of @echo. ?