kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #21508
Re: Occasional hang in Cvpcb when retrieving footprint libraries from github
The other option is compile footprint_info.cpp with
#define USE_WORKER_THREADS 0
This will download the libraries serially instead of in parallel with
multiple threads. I've never had any issues with this so I'm not sure
why all of a sudden we are having issues with this.
On 12/2/2015 12:14 PM, Mark Roszko wrote:
> So last night I actually almost completed a patch for the replacement of
> avhttp/boost with libcurl. Extremely lightweight, <300 lines of code
> with a reusable wrapper class.
>
> Would be interesting to see how it does given its a extremely stable
> and mature library so expect it to work far better than a boost monstrosity.
>
> _______________________________________________
> 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