Re: [fpc-devel] Planning to experiment with FPC extentions

2020-08-25 Thread Christo Crause via fpc-devel
On Wed, 26 Aug 2020, 03:02 Boian Mitov via fpc-devel, < fpc-devel@lists.freepascal.org> wrote: > I have been planning for long time to try to add support for advanced RTTI > to FPC, but never had the chance to work on it. > I don’t even know how to start. Is there any information on how to setup >

Re: [fpc-devel] Planning to experiment with FPC extentions

2020-08-25 Thread Ryan Joseph via fpc-devel
I started by using lazbuild with one of the .lpi files included in the fpc sources (add debug information when building also). lazbuild /fpc/compiler/ppcx64.lpi Next thing to do is put a syntax error in a example program and build it using the compiler (/fpc/compiler/ppcx64 myprog.pas for exam

[fpc-devel] Planning to experiment with FPC extentions

2020-08-25 Thread Boian Mitov via fpc-devel
Hello everyone, I have been planning for long time to try to add support for advanced RTTI to FPC, but never had the chance to work on it. I don’t even know how to start. Is there any information on how to setup for recompiling the compiler sources and even where the sources and the project f