kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #45475
Re: help compliling kicad
On Fri, Dec 31, 2021 at 01:31:11PM -0500, Jon Evans wrote:
> It looks like your source directory is dirty (not the build dir)
>
> Try "git clean -fx" or similar.
>
Wow, that was quick!
I tried:
git clean -fx
but it was not enough. This did the trick:
git reset --hard && git clean -dxff
Now I wonder, how did you guess that that was the culprit?
Anyway many thanks and Happy GNU Year!
--
Saluton,
Marco Ciampa
Follow ups
References