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
It looks like your source directory is dirty (not the build dir)
Try "git clean -fx" or similar.
-Jon
On Fri, Dec 31, 2021 at 1:30 PM Marco Ciampa wrote:
> Hello devs!
> I need some help.
>
> Sometimes my cmake configuration goes wrong and I get stuck with this
> kind of error:
>
> Built targe
Hello devs!
I need some help.
Sometimes my cmake configuration goes wrong and I get stuck with this
kind of error:
Built target scripting_kiface
[ 25%] Building CXX object
common/CMakeFiles/pcbcommon.dir/__/pcbnew/netlist_reader/kicad_netlist_reader.cpp.o
/home/marco/git/gitlab/kicad/branch-6.0/
3 matches
Mail list logo