[lazarus] On my way to compile lazarus

Peter Vreman pfvreman at wins.uva.nl
Fri Jul 23 06:17:13 EDT 1999


At 10:54 23-7-99 , you wrote:
>At 09:07 23/07/99 +0100, you wrote:
> >Been there, done that ... still complains about entry 14 in PPU file.
> >
>try this
>
>from the root dir
>rm `find . -name *.ppu`
>
>I had a bizzare fault with linking... and it turned out there were 2 .ppu
>files not being rebuilt with a make clean.
>I fixed the fault by removing ALL .ppu files from the hard disk, and
>building everything up from scratch... Which is easy
>make cycle the compiler
>make fcl
>make gtk
>make lazarus....
>
>Problem solved.....
>
>I know it's using a BIG hammer on a little nail.. but nonetheless it works..
The problem is that your unit paths are not correctly set. Please use 
#ifdef VER0_99_13 in your ppc386.cfg to set the paths for 0.99.13 and place 
all other -Fu commands in the #else part.

See the documentation for more info about #ifdef in ppc386.cfg







More information about the Lazarus mailing list