Re: [fpc-devel] Building a debug version of FPC-main on Windows

2021-08-29 Thread Tomas Hajny via fpc-devel
On 2021-08-29 16:39, Marco van de Voort via fpc-devel wrote: Op 8/28/2021 om 10:52 PM schreef Werner Pamler via fpc-devel: Am 25.08.2021 um 20:53 schrieb Marco van de Voort via fpc-devel: Sorry. I'm on holiday, and I only check in occasionally at night. Try changing PP= to FPC= Thank you, Marco

Re: [fpc-devel] Building a debug version of FPC-main on Windows

2021-08-29 Thread Marco van de Voort via fpc-devel
Op 8/28/2021 om 10:52 PM schreef Werner Pamler via fpc-devel: Am 25.08.2021 um 20:53 schrieb Marco van de Voort via fpc-devel: Sorry. I'm on holiday, and I only check in occasionally at night. Try changing PP= to FPC= Thank you, Marco. Now I did already the second successful build of a older c

Re: [fpc-devel] Building a debug version of FPC-main on Windows

2021-08-29 Thread Michael Van Canneyt via fpc-devel
On Sat, 28 Aug 2021, Werner Pamler via fpc-devel wrote: Am 25.08.2021 um 20:53 schrieb Marco van de Voort via fpc-devel: Sorry. I'm on holiday, and I only check in occasionally at night. Try changing PP= to FPC= Thank you, Marco. Now I did already the second successful build of a older clone

Re: [fpc-devel] Building a debug version of FPC-main on Windows

2021-08-28 Thread Werner Pamler via fpc-devel
Am 25.08.2021 um 20:53 schrieb Marco van de Voort via fpc-devel: Sorry. I'm on holiday, and I only check in occasionally at night. Try changing PP= to FPC= Thank you, Marco. Now I did already the second successful build of a older clone after an update. This really was the solution. But what is

Re: [fpc-devel] Building a debug version of FPC-main on Windows

2021-08-25 Thread Marco van de Voort via fpc-devel
Op 8/24/2021 om 4:22 PM schreef Werner Pamler via fpc-devel: Am 23.08.2021 um 18:14 schrieb Marco van de Voort via fpc-devel: [...] I notice is that you point lazarus to the ppu's in the FPC source tree [...] Sorry, I don't understand: There is no Lazarus involved in my build script. If there

Re: [fpc-devel] Building a debug version of FPC-main on Windows

2021-08-24 Thread Werner Pamler via fpc-devel
Am 23.08.2021 um 18:14 schrieb Marco van de Voort via fpc-devel: [...] I notice is that you point lazarus to the ppu's in the FPC source tree [...] Sorry, I don't understand: There is no Lazarus involved in my build script. If there is, show me the line and how you would modify it.

Re: [fpc-devel] Building a debug version of FPC-main on Windows

2021-08-23 Thread Marco van de Voort via fpc-devel
Op 8/23/2021 om 4:20 PM schreef Werner Pamler via fpc-devel: Am 23.08.2021 um 14:06 schrieb Marco van de Voort via fpc-devel: Op 8/23/2021 om 1:36 PM schreef Werner Pamler via fpc-devel: make install all OPT=%OPTIONS% INSTALL_PREFIX=%FPC_DEST_DIR% PP=%BOOTSTRAP_COMPILER% Shouldn't this (instal

Re: [fpc-devel] Building a debug version of FPC-main on Windows

2021-08-23 Thread Werner Pamler via fpc-devel
Am 23.08.2021 um 14:06 schrieb Marco van de Voort via fpc-devel: Op 8/23/2021 om 1:36 PM schreef Werner Pamler via fpc-devel: make install all OPT=%OPTIONS% INSTALL_PREFIX=%FPC_DEST_DIR% PP=%BOOTSTRAP_COMPILER% Shouldn't this (install all) be the other way around? Classically one builds it befo

Re: [fpc-devel] Building a debug version of FPC-main on Windows

2021-08-23 Thread Marco van de Voort via fpc-devel
Op 8/23/2021 om 1:36 PM schreef Werner Pamler via fpc-devel: make install all OPT=%OPTIONS% INSTALL_PREFIX=%FPC_DEST_DIR% PP=%BOOTSTRAP_COMPILER% Shouldn't this (install all) be the other way around? Classically one builds it before one installs it. ___

[fpc-devel] Building a debug version of FPC-main on Windows

2021-08-23 Thread Werner Pamler via fpc-devel
I am using the following script to build a debug version of FPC-main on Windows: set BINUTILS_DIR=C:\Lazarus\fpc_bootstrap_compiler\3.2.2\i386-win32 set BOOTSTRAP_COMPILER=%BINUTILS_DIR%\ppc386.exe set FPC_DEST_DIR=c:\Lazarus\fpc-main set BIN_DIR=bin\i386-win32 set FPC_BIN_DIR=%FPC_DEST_DIR%\%BI