kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #29520
Re: teardrops & rounded corners & ???
Hey Heikki,
I wanted to give this a test with a small board I thought would look nicer
with curved traces <https://kitnic.it/boards/github.com/monostable/jelly/>.
During the cmake step I noticed following error but was still able to
proceed to the make step.
CMake Error at common/CMakeLists.txt:344 (add_library):
Cannot find source file:
build_version.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
.hxx .in .txx
CMake Error at pcbnew/CMakeLists.txt:637 (add_library):
Cannot find source file:
build_BOM_from_board.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
.hxx .in .txx
But the make step exited with a similar error:
/home/kaspar/projects/kicad/heikkipu-kicad-devel/pcbnew/legacy_plugin.cpp:89:27:
fatal error: build_version.h: No such file or directory
compilation terminated.
common/CMakeFiles/pcbcommon.dir/build.make:1020: recipe for target
'common/CMakeFiles/pcbcommon.dir/__/pcbnew/legacy_plugin.cpp.o' failed
make[2]: *** [common/CMakeFiles/pcbcommon.dir/__/pcbnew/legacy_plugin.cpp.o]
Error 1
make[2]: *** Waiting for unfinished jobs....
CMakeFiles/Makefile2:521: recipe for target
'common/CMakeFiles/pcbcommon.dir/all' failed
make[1]: *** [common/CMakeFiles/pcbcommon.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2
Hope this helps, let me know what to do and I can continue trying to
compile it.
Cheers,
Kaspar
P.S. How come your Git repository doesn’t have the same history as KiCAD
git repository?
On 21 May 2017 at 09:41, Heikki Pulkkinen <hei6mail@xxxxxxxxx> wrote:
> Hi Wayne and all
>
> Want to test.
>
> https://github.com/heikkipu/kicad-devel
>
> And yes, it is going to change kicad_pcb file.
>
>
> Regards
>
> Heikki
>
> _______________________________________________
> 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
>
>
Follow ups
References