[fpc-pascal] Generics in current FPC trunk

2025-05-24 Thread Thomas Kurz via fpc-pascal
Hello, I have noticed, that this construct fails in current trunk version: unit a; type generic TFoo = record privat FField: integer; end; unit b; type TBar = specialize TFoo; type TBarHelper = type helper for TBar procedure DoSomething; end; procedure TBarHelper.DoSomething; begin FField

Re: [fpc-pascal] How to make all FPC utils?

2025-05-24 Thread Michael Van Canneyt via fpc-pascal
On Sat, 24 May 2025, Thomas Kurz via fpc-pascal wrote: Pass FPCMAKENEW=/path/to/utils/fpcm/bin/i386-win32/fpcmake.exe correct the path to generated make. I must admit I don't understand this response. First thing is I'm on Linux x64 and I don't think that the `fpcmake.exe` will help. Apart

Re: [fpc-pascal] How to make all FPC utils?

2025-05-24 Thread Thomas Kurz via fpc-pascal
> Pass FPCMAKENEW=/path/to/utils/fpcm/bin/i386-win32/fpcmake.exe correct the path to generated make. I must admit I don't understand this response. First thing is I'm on Linux x64 and I don't think that the `fpcmake.exe` will help. Apart from that, there *is* an fpcmake built just some minutes