← Back to team overview

kicad-developers team mailing list archive

Re: build scrip now fails - kicad-0.0.20131206/kicad-library" does not exist.

 

Hi Karl,

The libraries have moved to Github, here <https://github.com/KiCad>. The
old repo is still available, but it has been moved and renamed to "
library-read-only<https://code.launchpad.net/~dickelbeck/kicad/library-read-only>".
Its use is discouraged, as it will eventually be removed.

With the new Github plugin, you don't need to have the libraries installed
locally anymore. They will be fetched from Github automatically when you
ask for them. You just have to make sure the plugin is built, and that you
use the right fp-lib-table, which can be found
here<https://github.com/KiCad/kicad-library/blob/master/template/fp-lib-table.for-github>
.

Carl


On Fri, Dec 6, 2013 at 5:05 PM, Karl Schmidt <karl@xxxxxxxxxxxx> wrote:

> Trying to use my debian build scrip (that used to work) and it fails with:
>
>
> -- Build files have been written to: /usr/src/kicad-0.0.20131206/
> build/kicad-doc
> mkdir -p /usr/src/kicad-0.0.20131206/build/kicad-library
> cd /usr/src/kicad-0.0.20131206/build/kicad-library && cmake
> ../../kicad-library
> CMake Error: The source directory "/usr/src/kicad-0.0.20131206/kicad-library"
> does not exist.
>
>
> Looking back in this mailing list I see conversations about changing this
> - not sure which direction it went in? ( I think I should just comment out
> all the kicad-libarary stuff?)
>
> When I fetch the sources I have:
> bzr export $d/kicad lp:kicad/stable
> bzr export $d/kicad-doc lp:~kicad-developers/kicad/doc
> bzr export $d/kicad-library lp:~kicad-lib-committers/kicad/library
>
>
> .. for reference - I've attached the rules file that I'm using
>
>
>
>
>
>
>
>
> --
> ------------------------------------------------------------
> --------------------
> Karl Schmidt                                  EMail Karl@xxxxxxxxxxxx
> Transtronics, Inc.                              WEB
> http://secure.transtronics.com
> 3209 West 9th Street                             Ph (785) 841-3089
> Lawrence, KS 66049                              FAX (785) 841-0434
>
> Coordination does not run in my family,
> it stumbles.
> ------------------------------------------------------------
> --------------------
>
> _______________________________________________
> 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