2010/11/26 Birger Jansen :
>> I'll see if I can find the missing cmp.exe in 64 bit version or try with the
>> 32
>> bit version.
>
> Copying the cmp.exe that comes with the Lazarus 32 bit installer to a 64 bit
> installation worked.
> Can this file be included in the 64 bit installer to prevent n
> I'll see if I can find the missing cmp.exe in 64 bit version or try with the
> 32
> bit version.
Copying the cmp.exe that comes with the Lazarus 32 bit installer to a 64 bit
installation worked.
Can this file be included in the 64 bit installer to prevent nono's like me
running into the same
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Birger Jansen
> Envoyé : vendredi 26 novembre 2010 14:13
> À : fpc-pascal@lists.freepascal.org
> Objet : RE: [fpc-pascal] Buildin
> > make[3]: Leaving directory `E:/FPC/lazarus/fpc/trunk/compiler'
> > __missing_command_CMP -i218 ppc3.exe ppcx64.exe
> > process_begin: CreateProcess((null), __missing_command_CMP -i218 ppc3.exe
> > ppcx64
> > .exe, ...) failed.
>
> Yes - this means that you don't have GNU tool called "cmp" in t
On Thu, November 25, 2010 12:17, Birger Jansen wrote:
>> Well, bash is probably the problem. FPC doesn't provide bash, so somehow
>> unix utilities from some other set were used (cygwin,mingw) and they
>> complain that they don't run in their own environment.
>>
>> To test this, sanitize your PATH
> Well, bash is probably the problem. FPC doesn't provide bash, so somehow
> unix utilities from some other set were used (cygwin,mingw) and they
> complain that they don't run in their own environment.
>
> To test this, sanitize your PATH so that only Windows and FPC related dirs
> are in the PAT
In our previous episode, Birger Jansen said:
> The make process goes on for a while, but stops befor it finishes. During
> the make process I get a lot of these warnings: "WARNING: bash couldn't
> find /tmp, please create one!". However, the TMP environment variable is
> set so I don't know why it
Hi all,
I'm trying to build FPC trunk version on a XP win64 machine, but the make
process just keeps failing. What I did:
- download FPC Win64 snapshot
(Lazarus-0.9.29-28437-fpc-2.4.3-20101124-win64.exe)
- installed to E:\FPC\ (unfortunately I cannot use another folder on this
machine)
- dow