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
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
> 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