At 12:12 31-7-2006, you wrote:
Hello!

I tried to compile the daily snapshot from source and got the following
during compilation:

make.EXE[3]: Entering directory `D:/FreePascal/sources/fpc/compiler'
process_begin: CreateProcess((null), echo Start 12:42:49 now 12:43:09, ...)
failed.
make (e=2): The system cannot find the file specified.
make.EXE[3]: *** [echotime] Error 2

Investigation has shown, that \Compiler\Makefile contains
A) (Line 85): declaration for echo command, which is supposed to be present
in system. On my WinXP it's not, so I had to change "echo" with "cmd /c
echo"
B) A couple of declarations (sorry, have lost the line numbers) where echo
is called directly, and not via the $(ECHO) variable.

gecho.exe is delivered FPC.

Make sure you only use the make.exe and the tools delivered with FPC from CMD.EXE. Other combinations are not supported.


Peter

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to