Re: [fpc-pascal] fpc build breaks since 26398

2014-01-12 Thread denisgolovan
> This patch is totally, totally wrong. variants and varutils are no longer > part of the RTL, and this patch tries to reinstate them. > > It should simply work as is. Yes, there are some old dependencies left in > the old makefile.fpc, but that doesn't matter. > > Something else in your setup is

Re: [fpc-pascal] fpc build breaks since 26398

2014-01-12 Thread Marco van de Voort
In our previous episode, denisgolovan said: > > > > fpc trunk 26427 compiles here under Linux 64bit with fpc 2.6.2. > > > > Mattias > Even though it currently works, I believe at least Makefile.fpc in rtl/linux > directory is not updated. > It still assumes varutils.pp, variants.pp in old places

Re: [fpc-pascal] fpc build breaks since 26398

2014-01-12 Thread denisgolovan
> > fpc trunk 26427 compiles here under Linux 64bit with fpc 2.6.2. > > Mattias Hi Mattias Even though it currently works, I believe at least Makefile.fpc in rtl/linux directory is not updated. It still assumes varutils.pp, variants.pp in old places. You can try to look at my roughly made patc

Re: [fpc-pascal] fpc build breaks since 26398

2014-01-12 Thread Mattias Gaertner
On Sun, 12 Jan 2014 15:28:27 +0400 denisgolovan wrote: > Hi > > Looks like since 26398 rev. fpc cannot be built. > It fails with following when running "make all". > > classes.pp(56) Warning: Implicit uses of Variants unit > Fatal: Can't find unit variants used by Classes > Fatal: Compilation

[fpc-pascal] fpc build breaks since 26398

2014-01-12 Thread denisgolovan
Hi Looks like since 26398 rev. fpc cannot be built. It fails with following when running "make all". classes.pp(56) Warning: Implicit uses of Variants unit Fatal: Can't find unit variants used by Classes Fatal: Compilation aborted Any hints to resolve? P.S. I am under Linux, svn rev. 26427 -