Re: [fpc-devel] Apple M1 processor

2021-02-09 Thread C Western via fpc-devel
On 07/02/2021 14:45, Jonas Maebe via fpc-devel wrote: On 02/02/2021 16:48, C Western via fpc-devel wrote: My application works fine single threaded, but crashes occasionally when multi threaded, with what I think is some sort of memory corruption, but I haven't been able to pin this down yet

Re: [fpc-devel] Apple M1 processor

2021-02-08 Thread C Western via fpc-devel
On 07/02/2021 14:40, Jonas Maebe via fpc-devel wrote: On 03/02/2021 11:58, Jonas Maebe via fpc-devel wrote: On 02/02/2021 16:48, C Western via fpc-devel wrote: Related to this I am trying to compile the rtl with debug information on by passing DEBUG=1 to the make install when compiling from

[fpc-devel] Apple M1 processor

2021-02-02 Thread C Western via fpc-devel
I have been trying out compiling my main application for the new Apple M1 machines, and have two queries: The traceback on crashes does not include line numbers, when the same flags on other architectures does. Is this something that is easy to fix? Any pointers as to how? Related to this I

Re: [fpc-devel] r47078 : customlistview.inc(646, 28) Error: Internal error 2020101001

2020-10-11 Thread C Western via fpc-devel
Seems to be fixed in r47084 Colin On 11/10/2020 09:12, C Western via fpc-devel wrote: Lazarus does not compile with the latest trunk, generating an internal error: customlistview.inc(646,28) Error: Internal error 2020101001       C.Width := Round(C.Width * AXProportion); This seems

[fpc-devel] r47078 : customlistview.inc(646, 28) Error: Internal error 2020101001

2020-10-11 Thread C Western via fpc-devel
Lazarus does not compile with the latest trunk, generating an internal error: customlistview.inc(646,28) Error: Internal error 2020101001       C.Width := Round(C.Width * AXProportion); This seems to have been introduced in r47078 The platform is linux x86_64, with lazarus compiled with

Re: [fpc-devel] Can't compile 32 bit trunk on Mac OSX

2020-08-16 Thread C Western via fpc-devel
On 15/08/2020 17:07, Jonas Maebe via fpc-devel wrote: On 14/08/2020 11:39, C Western wrote: I am not able to compile the current trunk for 32 bits on Mac OS High Sierra - some details below. (The 64 bit version compiles and runs fine.) Is this a specific issue with my setup, or something more