Re: [Lazarus] Lazarus 2.2.6 on Raspberry Pi5B, error during build

2023-12-11 Thread Bo Berglund via lazarus
On Mon, 11 Dec 2023 07:49:25 +0300, Mehmet Erol Sanliturk via lazarus wrote: >( 1 ) > >Please notice statement 3 : > >1 unit UITypes >2 {$IF FPC_FULLVERSION >= 30200} >3 deprecated 'Use System.UITypes instead (available since FPC 3.2.0)'; > >( 2 ) > >Present form of this unit is defective : > >2

Re: [Lazarus] Lazarus 2.2.6 on Raspberry Pi5B, error during build

2023-12-10 Thread Mehmet Erol Sanliturk via lazarus
( 1 ) Please notice statement 3 : 1 unit UITypes 2 {$IF FPC_FULLVERSION >= 30200} 3 deprecated 'Use System.UITypes instead (available since FPC 3.2.0)'; ( 2 ) Present form of this unit is defective : 2 {$IF FPC_FULLVERSION >= 30200} ... ( A ) 57 {$ELSE} ... ( B ) 90 {$ENDIF} ( A ) and ( B

Re: [Lazarus] Lazarus 2.2.6 on Raspberry Pi5B, error during build

2023-12-10 Thread Bo Berglund via lazarus
On Sun, 10 Dec 2023 20:10:38 +0300, Mehmet Erol Sanliturk via lazarus wrote: >There is a statement > > 90 {$ENDIF} > >Its outside of {$IFDEF } is not listed . >It is very likely that > >mrNone..mrLast > >values are defined outside of ( IFDEF , ENDIF ) pairs . > Below is the full text of that

Re: [Lazarus] Lazarus 2.2.6 on Raspberry Pi5B, error during build

2023-12-10 Thread Bo Berglund via lazarus
On Sun, 10 Dec 2023 20:01:15 +0300, Maxim Ganetsky via lazarus wrote: >> So I am using the self-compiled fpc 3.2.3 to build Lazarus 2.2.6 and it fails >> during build with the following exit message (only end of output shown): >This combination of FPC and Lazarus won't work. You should use head

Re: [Lazarus] Lazarus 2.2.6 on Raspberry Pi5B, error during build

2023-12-10 Thread Mehmet Erol Sanliturk via lazarus
There is a statement 90 {$ENDIF} Its outside of {$IFDEF } is not listed . It is very likely that mrNone..mrLast values are defined outside of ( IFDEF , ENDIF ) pairs . Mehmet Erol Sanliturk On Sun, Dec 10, 2023 at 7:59 PM Bo Berglund via lazarus < lazarus@lists.lazarus-ide.org>

Re: [Lazarus] Lazarus 2.2.6 on Raspberry Pi5B, error during build

2023-12-10 Thread Maxim Ganetsky via lazarus
10.12.2023 19:51, Bo Berglund via lazarus пишет: I am setting up my new RPi3B with 64 bit Pi-OS Bookworm and have now come to FreePascal/Lazarus. Freepascal is built from sources (trunk of 3.2.3) using a seed compiler 3.2.2 earlier obtained as an apt install on an RPi4B also running Pi-OS 64

[Lazarus] Lazarus 2.2.6 on Raspberry Pi5B, error during build

2023-12-10 Thread Bo Berglund via lazarus
I am setting up my new RPi3B with 64 bit Pi-OS Bookworm and have now come to FreePascal/Lazarus. Freepascal is built from sources (trunk of 3.2.3) using a seed compiler 3.2.2 earlier obtained as an apt install on an RPi4B also running Pi-OS 64 bit Bookworm. On this new system I want to build