[fpc-pascal] Compiler Building
Please excuse this if in the wrong list (if so, pls advise correct list) I have a full CVS of latest FPC (1.9.6) running on WinXP and have been trying to rebuild the compiler as per http://www.stack.nl/~marcov/buildfaq.pdf, Following the instructions for 'make cycle' (or any others) gives the error Entering directory 'C:/fpc/rtl/win32' __missing_command_MKDIRPROG -p ../../rtl/units/i386-win32 process_begin: CreateProcess((null), __missing_command_MKDIRPROG -p ../../rtl/units/i386-win32, ...) failed. make (e=2): The system cannot find the file specified. Could somebody please advise on where I am going wrong? Thanks ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] Compiler Building
> Please excuse this if in the wrong list (if so, pls advise correct list) > I have a full CVS of latest FPC (1.9.6) running on WinXP and have been > trying to rebuild the compiler as per > http://www.stack.nl/~marcov/buildfaq.pdf, > Following the instructions for 'make cycle' (or any others) gives the error > > Entering directory 'C:/fpc/rtl/win32' > __missing_command_MKDIRPROG -p ../../rtl/units/i386-win32 > process_begin: CreateProcess((null), __missing_command_MKDIRPROG -p > ../../rtl/units/i386-win32, ...) failed. > make (e=2): The system cannot find the file specified. > > Could somebody please advise on where I am going wrong? The problem is not having a fpcmake installed. There are several solutions. If you already did some compiling, copy fpcmake from the half build snapshot (utils/fpcm/fpcmake.exe) to somewhere in your path, and try to install again. Otherwise get it from some install. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] Compiler Building
On 6 jan 2005, at 10:20, Marco van de Voort wrote: Entering directory 'C:/fpc/rtl/win32' __missing_command_MKDIRPROG -p ../../rtl/units/i386-win32 process_begin: CreateProcess((null), __missing_command_MKDIRPROG -p ../../rtl/units/i386-win32, ...) failed. make (e=2): The system cannot find the file specified. Could somebody please advise on where I am going wrong? The problem is not having a fpcmake installed. There are several solutions. The error indicates that it's mkdir.exe that's missing (__missing_command_MKDIRPROG). I don't know which package you have to install to get it. Jonas ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] Compiler Building
SteveG wrote: Please excuse this if in the wrong list (if so, pls advise correct list) I have a full CVS of latest FPC (1.9.6) running on WinXP and have been trying to rebuild the compiler as per http://www.stack.nl/~marcov/buildfaq.pdf, Following the instructions for 'make cycle' (or any others) gives the error Entering directory 'C:/fpc/rtl/win32' __missing_command_MKDIRPROG -p ../../rtl/units/i386-win32 process_begin: CreateProcess((null), __missing_command_MKDIRPROG -p ../../rtl/units/i386-win32, ...) failed. make (e=2): The system cannot find the file specified. Could somebody please advise on where I am going wrong? You are missing gmkdir.exe, one of the needed make utilities. If you installed a recent lazarus release, copy it from lazarus\pp\bin\i386-win32 to the path with where make.exe is located. You can download all utilities from: ftp://ftp.freepascal.org/pub/fpc/contrib/utils/win32/makew32.zip Vincent. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] new arm snapshot
Den Jean wrote: On Tuesday 04 January 2005 10:54 am, Florian Klaempfl wrote: Though arm/linux didn't make it in 1.9.6, I built a new cross snapshot, cross ?! it only contains arm executables :-) Will fix it asap :) Btw, the trigonometric functions still fail on arm. Fixed. Did you manage to install 3.5.1 (or 3.5.2) ? 3.5.2 ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] new arm snapshot
Den Jean wrote: On Tuesday 04 January 2005 10:54 am, Florian Klaempfl wrote: Though arm/linux didn't make it in 1.9.6, I built a new cross snapshot, cross ?! it only contains arm executables :-) Uploaded a new one :) ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal