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

2013-11-13 Thread Dick Hollenbeck
Hi Dick, Here's a least-invasive patch to get the boost component compiling on APPLE platform again: http://bazaar.launchpad.net/~andrew-plumb/+junk/download_boost_apple_cmake/revision/4463?compare_revid=4459 In theory, the CMakeModules/download_boost_apple.cmake file should copy

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

2013-11-13 Thread Andrew Plumb
On 2013-11-13, at 10:11 AM, Dick Hollenbeck d...@softplc.com wrote: Hi Dick, Here's a least-invasive patch to get the boost component compiling on APPLE platform again: http://bazaar.launchpad.net/~andrew-plumb/+junk/download_boost_apple_cmake/revision/4463?compare_revid=4459 In

Re: [Kicad-developers] [Bug 1250876] Re: DisplayError / tool_manager.cpp compile failure

2013-11-13 Thread Dick Hollenbeck
On 11/13/2013 09:28 AM, Wayne Stambaugh wrote: Fix committed in r4463. ** Changed in: kicad Status: New = Fix Committed tool_manager.cpp: line 142 is using concatonation against a format string, this is a bug. If you want formatting, we need wxString::Format() or the new

Re: [Kicad-developers] [Bug 1250876] Re: DisplayError / tool_manager.cpp compile failure

2013-11-13 Thread Maciej Sumiński
On 11/13/2013 05:46 PM, Dick Hollenbeck wrote: On 11/13/2013 09:28 AM, Wayne Stambaugh wrote: Fix committed in r4463. ** Changed in: kicad Status: New = Fix Committed tool_manager.cpp: line 142 is using concatonation against a format string, this is a bug. If you want formatting,

Re: [Kicad-developers] Build flags

2013-11-13 Thread Dick Hollenbeck
On 11/13/2013 10:47 AM, Maciej Sumiński wrote: Recently I wanted to play with build flags and I have noticed that they are overwritten by CMakeLists.txt (see patch attached). I am just wondering - is there any specific reason for that? Does anyone mind appending build flags instead of

Re: [Kicad-developers] footprint library help needed

2013-11-13 Thread Carl Poirier
Coming from Mercurial, I prefer branch, commit, push rather than checkout, commit. :P So I pushed one first set of changes. I renamed approximately 25 library files, and for only a few of them, I renamed their 3d view files and more. Please let me know if it looks alright. I'll then go on with

Re: [Kicad-developers] [Bug 1250876] Re: DisplayError / tool_manager.cpp compile failure

2013-11-13 Thread Wayne Stambaugh
On 11/13/2013 11:46 AM, Dick Hollenbeck wrote: On 11/13/2013 09:28 AM, Wayne Stambaugh wrote: Fix committed in r4463. ** Changed in: kicad Status: New = Fix Committed tool_manager.cpp: line 142 is using concatonation against a format string, this is a bug. If you want

Re: [Kicad-developers] Build flags

2013-11-13 Thread Lorenzo Marcantonio
On Wed, Nov 13, 2013 at 05:47:14PM +0100, Maciej Sumiński wrote: Recently I wanted to play with build flags and I have noticed that they are overwritten by CMakeLists.txt (see patch attached). I am just wondering - is there any specific reason for that? Does anyone mind appending build flags

Re: [Kicad-developers] footprint library help needed

2013-11-13 Thread Dick Hollenbeck
I hope you had our kicad_src/rules file in your ~/.bazaar/ directory. Otherwise we have a rather large mess on our hands. I don't know that an uncommit works against a push. We will ask that somebody with a pristine library repo not update for a moment until we can confirm. I don't give

Re: [Kicad-developers] Build flags

2013-11-13 Thread Wayne Stambaugh
On 11/13/2013 1:48 PM, Lorenzo Marcantonio wrote: On Wed, Nov 13, 2013 at 05:47:14PM +0100, Maciej Sumiński wrote: Recently I wanted to play with build flags and I have noticed that they are overwritten by CMakeLists.txt (see patch attached). I am just wondering - is there any specific reason

Re: [Kicad-developers] footprint library help needed

2013-11-13 Thread Chris Morgan
On Wed, Nov 13, 2013 at 1:56 PM, Dick Hollenbeck d...@softplc.com wrote: I hope you had our kicad_src/rules file in your ~/.bazaar/ directory. Otherwise we have a rather large mess on our hands. I don't know that an uncommit works against a push. We will ask that somebody with a

Re: [Kicad-developers] footprint library help needed

2013-11-13 Thread Dick Hollenbeck
On 11/13/2013 11:51 AM, Carl Poirier wrote: Coming from Mercurial, I prefer branch, commit, push rather than checkout, commit. :P So I pushed one first set of changes. I renamed approximately 25 library files, and for only a few of them, I renamed their 3d view files and more. Please let

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

2013-11-13 Thread Wayne Stambaugh
On 11/12/2013 9:12 AM, Константин Барановский wrote: Hello! I fixed vertical justification of the rotated or mirrored text. Patch was attached. Regards, Konstantin. Konstantin, Are you sure this patch is correct? You now have two calls to RotatePoint(). One inside of #ifdef

Re: [Kicad-developers] footprint library help needed

2013-11-13 Thread Dick Hollenbeck
On 11/13/2013 11:51 AM, Carl Poirier wrote: Coming from Mercurial, I prefer branch, commit, push rather than checkout, commit. :P So I pushed one first set of changes. I renamed approximately 25 library files, and for only a few of them, I renamed their 3d view files and more. Please let

[Kicad-developers] Compilling under Windows

2013-11-13 Thread Milan Horák
Hello gentlemen, I'm getting following error when trying to compile under Windows: File string, line 1 import distutils.sysconfig;print%s%distutils.sysconfig.get_python_lib() ^ SyntaxError: invalid syntax CMake Error at CMakeLists.txt:346

Re: [Kicad-developers] [Bug 1250876] Re: DisplayError / tool_manager.cpp compile failure

2013-11-13 Thread Dick Hollenbeck
On 11/13/2013 11:50 AM, Wayne Stambaugh wrote: On 11/13/2013 11:46 AM, Dick Hollenbeck wrote: On 11/13/2013 09:28 AM, Wayne Stambaugh wrote: Fix committed in r4463. ** Changed in: kicad Status: New = Fix Committed tool_manager.cpp: line 142 is using concatonation against a format

Re: [Kicad-developers] footprint library help needed

2013-11-13 Thread Carl Poirier
I indeed did not have that rules file. Are you sure everything is alright on that front? I'll make sure it's installed for next time. I'll take care of the rest in one other batch. I understand how disruptive it can be, but I wanted to make sure everything was alright. I'll skip the .wrl files

Re: [Kicad-developers] footprint library help needed

2013-11-13 Thread Dick Hollenbeck
On 11/13/2013 02:23 PM, Carl Poirier wrote: I indeed did not have that rules file. Are you sure everything is alright on that front? No, not 100%, only 85% sure. It pertains to line endings. Maybe you lucked out because you are working on linux and no '\r' were introduced. Had you been on

Re: [Kicad-developers] footprint library help needed

2013-11-13 Thread Carl Poirier
Looks good to me. Also, if I used checkout+commit instead, would we have been able to use uncommit on the main branch? On Wed, Nov 13, 2013 at 5:01 PM, Dick Hollenbeck d...@softplc.com wrote: On 11/13/2013 02:23 PM, Carl Poirier wrote: I indeed did not have that rules file. Are you sure

Re: [Kicad-developers] footprint library help needed

2013-11-13 Thread Dick Hollenbeck
On 11/13/2013 04:09 PM, Carl Poirier wrote: Looks good to me. Also, if I used checkout+commit instead, would we have been able to use uncommit on the main branch? If you do it quickly, before anyone notices :) Typically not much longer than it takes to say, Oh crap. Otherwise

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

2013-11-13 Thread Andrew Plumb
On 2013-11-13, at 10:11 AM, Dick Hollenbeck d...@softplc.com wrote:Hi Dick,Here's a least-invasive patch to get the boost component compiling on "APPLE" platform again:http://bazaar.launchpad.net/~andrew-plumb/+junk/download_boost_apple_cmake/revision/4463?compare_revid=4459In theory, the

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

2013-11-13 Thread Константин Барановский
Wayne, RotatePoint must be called twice. I'm added the comments to explain why need both calls. jp charras, I checked the display of text in PCBnew where to use multiline text inside the zone. In attachment the edited patch where added comments and some optimization. Regards, Konstantin.

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

2013-11-13 Thread jp charras
Le 14/11/2013 07:17, Константин Барановский a écrit : Wayne, RotatePoint must be called twice. I'm added the comments to explain why need both calls. jp charras, I checked the display of text in PCBnew where to use multiline text inside the zone. In attachment the edited patch where