Re: [Lazarus] Mysterious crash with Lazarus on RPi4B running PiOS bookworm 32 bit

2023-12-04 Thread Bo Berglund via lazarus
On Mon, 04 Dec 2023 15:58:59 +0100, Bo Berglund via lazarus wrote: >I have built a new system where I have installed fpc 3.2.2 and Lazarus 2.2.4 >from sources like I normally do. > >In this case I have encountered a very strange issue never seen before but >repeatable using both 2.2.4 and 2.2.6.

[Lazarus] Anchordocking - Undo docking

2023-12-04 Thread Roger Olsson via lazarus
I'm trying to learn more about using anchordocking in my applications. Looking at the sources (+8000 lines only in the anchordocking unit)is a lot to take in. :-) Lets say a form has been docked already. Whats the simplest way of undoing the docking? I don't mean just floating it, but also to remo

Re: [Lazarus] Lazarus make clean fails...

2023-12-04 Thread Michael Van Canneyt via lazarus
On Mon, 4 Dec 2023, Bo Berglund via lazarus wrote: On Mon, 4 Dec 2023 11:40:02 +0100 (CET), Michael Van Canneyt via lazarus wrote: If you have multiple compilers on your system, you may be using a different compiler compared to when you do not specify this parameter. I have several fpc:s

[Lazarus] Mysterious crash with Lazarus on RPi4B running PiOS bookworm 32 bit

2023-12-04 Thread Bo Berglund via lazarus
I have built a new system where I have installed fpc 3.2.2 and Lazarus 2.2.4 from sources like I normally do. In this case I have encountered a very strange issue never seen before but repeatable using both 2.2.4 and 2.2.6. All seems OK until I use the Tools/Options/Editor/Display/Color window to

Re: [Lazarus] Lazarus make clean fails...

2023-12-04 Thread Bo Berglund via lazarus
On Mon, 4 Dec 2023 11:40:02 +0100 (CET), Michael Van Canneyt via lazarus wrote: >If you have multiple compilers on your system, you may be using a different >compiler compared to when you do not specify this parameter. I have several fpc:s too... >I always specify the starting compiler (because

Re: [Lazarus] Lazarus make clean fails...

2023-12-04 Thread Michael Van Canneyt via lazarus
On Mon, 4 Dec 2023, Bo Berglund via lazarus wrote: (preferably use the full path to the ppcarm compiler) If you then still get the error, it means the makefiles for Lazarus indeed do not support your target, but how to fix that is up to the lazarus team to answer. Michael. Thanks! Indeed

Re: [Lazarus] Lazarus make clean fails...

2023-12-04 Thread Bo Berglund via lazarus
On Sun, 3 Dec 2023 21:45:57 +0100 (CET), Michael Van Canneyt via lazarus wrote: >> Now I still get the same error when I try to do the make clean operation. >> >> ~/devtools/lazarus/2.2.6 $ make clean >> make: -iVSPTPSOTO: No such file or directory >> Makefile:234: *** The Makefile doesn't suppor