← Back to team overview

kicad-developers team mailing list archive

Re: help compliling kicad

 

On Sat, Jan 1, 2022 at 3:12 PM Marco Ciampa <ciampix@xxxxxxxxxx> wrote:

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

This is actually a very common error that was reported on this list during
the v6 development period after we moved where some header files are
located. So we are used to seeing it by now.

-Ian


> Anyway many thanks and Happy GNU Year!
>
> --
>
> Saluton,
> Marco Ciampa
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>

References