Re: [Kicad-developers] help compliling kicad

2022-01-01 Thread Marco Ciampa
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

Re: [Kicad-developers] help compliling kicad

2021-12-31 Thread Jon Evans
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

[Kicad-developers] help compliling kicad

2021-12-31 Thread Marco Ciampa
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/