Hi
I have just done a new installation built from source.
On first use it complained about some ppu's existing in two locations, one in the compiler's output /usr/lib/fpc/3.3.1/units and again in lazarus-main/units.
I removed the lazerus one.
I an trying to build this project for win32 , win64 as well so I've configured the project options to test those two as well. Now it is complaining about dupes again .
HINT: using config file /etc/fpc.cfg
WARNING: ppu exists twice: /usr/lib/fpc/3.3.1/units/x86_64-linux/fv/dialogs.ppu, ~/.lazarus/lib/LCLBase/units/x86_64-win32/dialogs.ppu
WARNING: ppu exists twice: /usr/lib/fpc/3.3.1/units/x86_64-linux/fv/menus.ppu, ~/.lazarus/lib/LCLBase/units/x86_64-win32/menus.ppu
Now I removed ~/.lazarus this morning because I had an old installation and I did not want any cruft interfering. So those new ppus were copied there today.
How can I get control of lazarus spamming ppus everywhere and then complaining about what it has done ?
TIA.