Lazarus 1.0.6 goes always to 2.6.0 and not to 2.6.2when i change the path, a directory is not found $(LazarusDir)fpc\$(FPCVer)\source -> C:\lazarus\fpc\2.6.2\source\ isn't there :-(What now ?
ftp://freepascal.stack.nl/pub/fpc/dist/2.6.2/source/fpc-2.6.2.source.zip
C:\Lazarus\fpc\2.6.2\source
packagesrtl
C:\Lazarus\fpc\2.6.2\source\packagesC:\Lazarus\fpc\2.6.2\source\rtl
$(LazarusDir)fpc\$(FPCVer)\source
*** 1517 errors during make ***
Then I tried to execute make on the c:\lazarus but I gotQuote*** 1517 errors during make ***Please how to do it.
Quote from: anis2505 on March 01, 2013, 12:14:25 pmThen I tried to execute make on the c:\lazarus but I gotQuote*** 1517 errors during make ***Please how to do it.This is the old problem with Borland's / Embarcadero's "make" which is not compatible with FPC's gnu "make".There are 2 alternative solutions:1. Delete or rename the make command in Delphi's bin directory.2. Adjust your PATH so that FPC's make is found first.Juha