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