Re: [Kicad-developers] Vertical justify of the multiline text

2013-11-14 Thread Константин Барановский
Thanks, but where is the patch? (there is no attachment). Sorry, my fault :) I'm started to write the message at home but finished at work and forgot to attach the patch. Regards, Konstantin. 2013/11/14 jp charras jp.char...@wanadoo.fr Le 14/11/2013 07:17, Константин Барановский a écrit :

Re: [Kicad-developers] footprint library help needed

2013-11-14 Thread Brian Sidebotham
On 13 November 2013 17:51, Carl Poirier carl.poirie...@gmail.com wrote: Coming from Mercurial, I prefer branch, commit, push rather than checkout, commit. :P Pushing with Bazaar is horrible. It works while you're the only editor, but once other people start pushing too it will likely all fall

Re: [Kicad-developers] KiCad patch sets break build

2013-11-14 Thread Wayne Stambaugh
On 11/13/2013 10:44 PM, Andrew Plumb wrote: On 2013-11-13, at 10:11 AM, Dick Hollenbeck d...@softplc.com mailto:d...@softplc.com wrote: Hi Dick, Here's a least-invasive patch to get the boost component compiling on APPLE platform again:

Re: [Kicad-developers] KiCad patch sets break build

2013-11-14 Thread Andrew Plumb
On 2013-11-14, at 8:28 AM, Wayne Stambaugh stambau...@verizon.net wrote:On 11/13/2013 10:44 PM, Andrew Plumb wrote:[deletia]Follow-up question time. What's the motivation for tellingCMakeLists.txt to explicitly build boost from scratch:include( download_boost )...instead of trying something

[Kicad-developers] Boost dependencies

2013-11-14 Thread Maciej Sumiński
Today I saw an error during the boost build: fatal error: bzlib.h: No such file or directory Would not it be good to add bzip2 dependency to download_boost.cmake script, so users will get a clear message before an attempt to build the library? Regards, Orson === modified file

Re: [Kicad-developers] KiCad patch sets break build

2013-11-14 Thread Wayne Stambaugh
On 11/14/2013 10:28 AM, Andrew Plumb wrote: On 2013-11-14, at 8:28 AM, Wayne Stambaugh stambau...@verizon.net mailto:stambau...@verizon.net wrote: On 11/13/2013 10:44 PM, Andrew Plumb wrote: [deletia] Follow-up question time. What's the motivation for telling CMakeLists.txt to explicitly

Re: [Kicad-developers] KiCad patch sets break build

2013-11-14 Thread Andrew Plumb
On 2013-11-14, at 1:12 PM, Wayne Stambaugh stambau...@verizon.net wrote: [deletia] It's incomplete so I will not commit the changes. Of course you are free to use it in your own branch. The problem is assuming that Boost 1.55 solves all of our problems (a dangerous assumption without

Re: [Kicad-developers] [Bug 1251351] [NEW] Code clean up for future compatibility with Visual C++

2013-11-14 Thread jp charras
Le 14/11/2013 19:34, Lorenzo Marcantonio a écrit : On Thu, Nov 14, 2013 at 06:19:45PM -, Wayne Stambaugh wrote: There is no doubt. Please see FAQ: Ouch:P I didn't remember VC++ was *so* hated:P However (VC++ aside) if the patches contains 'cleanup' as in 'better C++ idioms' (like

Re: [Kicad-developers] Boost dependencies

2013-11-14 Thread Dick Hollenbeck
On 11/14/2013 10:27 AM, Maciej Sumiński wrote: Today I saw an error during the boost build: fatal error: bzlib.h: No such file or directory Would not it be good to add bzip2 dependency to download_boost.cmake script, so users will get a clear message before an attempt to build the