Re: [fpc-devel] fpcmkcfg invocation for two versions (linux)

2014-10-31 Thread Gennadiy Poryev
Big thanks. In case anyone stumbles over the same issue, here's the minimal working solution: fpc -vut gives: Configfile search: /root/.fpc.cfg Configfile search: /usr/lib64/fpc/etc/fpc.cfg Configfile search: /etc/fpc.cfg Fatal: No source file name in command line Fatal: Compilation aborted

Re: [fpc-devel] Proof of Concept ARC implementation

2014-10-31 Thread Sven Barth
Am 31.10.2014 06:05 schrieb Hans-Peter Diettrich drdiettri...@aol.com: Sven Barth schrieb: On 30.10.2014 04:14, Hans-Peter Diettrich wrote: I wonder how difficult it would be to implement the existing Interface refcounting model for TObject, so that this runtime variation could be tested

Re: [fpc-devel] Proof of Concept ARC implementation

2014-10-31 Thread Sven Barth
Am 30.10.2014 11:34 schrieb hinsta...@yandex.ru hinsta...@yandex.ru: okay sorry for spamming the mailing list So basically the other problem I reported before (generic + refcounted does not work) turns out to be something different: Declaring variable of refcounted type in a different unit

Re: [fpc-devel] Proof of Concept ARC implementation

2014-10-31 Thread Sven Barth
Am 30.10.2014 11:01 schrieb hinsta...@yandex.ru hinsta...@yandex.ru: I managed to acquire some additional information on Lazarus 1.3 + FPC ARC edition problem First of all, I tested if Lazarus 1.3 trunk compiled with FPC trunk works correctly. It does. However, Lazarus 1.3 trunk with FPC ARC

Re: [fpc-devel] Small virtual machine to cross compile FPC

2014-10-31 Thread Paul Breneman
On 10/27/2014 06:09 PM, Paul Breneman wrote: I've spent a bit of time during the past 7 years trying to figure out how to simplify things by avoiding cross-compiling. This page has many of the details: http://turbocontrol.com/monitor.htm I think there is a way to simplify cross-compiling.

Re: [fpc-devel] Small virtual machine to cross compile FPC

2014-10-31 Thread Michael Van Canneyt
On Fri, 31 Oct 2014, Paul Breneman wrote: On 10/27/2014 06:09 PM, Paul Breneman wrote: I've spent a bit of time during the past 7 years trying to figure out how to simplify things by avoiding cross-compiling. This page has many of the details: http://turbocontrol.com/monitor.htm I think

Re: [fpc-devel] Small virtual machine to cross compile FPC

2014-10-31 Thread Paul Breneman
On 10/31/2014 12:02 PM, Michael Van Canneyt wrote: On Fri, 31 Oct 2014, Paul Breneman wrote: On 10/27/2014 06:09 PM, Paul Breneman wrote: I've spent a bit of time during the past 7 years trying to figure out how to simplify things by avoiding cross-compiling. This page has many of the