Re: [Kicad-developers] OSX Build changes.

2014-10-06 Thread Bernhard Stegmaier
Hi Jean-Paul, I didn’t see something like this up to now. There is one strange thing… you seem to use Boost 1.56, whereas KiCad only ships with 1.54. That’s the only dependency that currently is still being built by KiCad (as far as I know Wayne is working on removing that, but I have not seen

Re: [Kicad-developers] Macro expansion in module text

2014-10-06 Thread Lorenzo Marcantonio
On Sun, Oct 05, 2014 at 12:14:46AM +0100, Brian Sidebotham wrote: Hi Lorenzo, Thanks for sorting this out, it'll make a great difference for my next board! If you look at the actual routine it's something like... maybe 20 lines:P Too busy at work to do it before -- Lorenzo Marcantonio

Re: [Kicad-developers] Macro expansion in module text

2014-10-06 Thread Wayne Stambaugh
Lorenzo, I know it's a pain to do but this really needs to be documented somewhere in the Pcbnew user's manual. Otherwise, no one will know how to use this excellent feature except those of us on the developers mailing list. The reason I'm asking you to do this is that yesterday I was

Re: [Kicad-developers] Finally!

2014-10-06 Thread Brian Sidebotham
On 5 October 2014 00:18, Wayne Stambaugh stambau...@verizon.net wrote: Here is a another teaser of the mingw64 version of kicad showing the wxPython shell so it appears to be working. Hi Wayne, There's no reason it shouldn't work really, KiCad-Winbuilder uses mingw-w64 and builds fine with

Re: [Kicad-developers] Macro expansion in module text

2014-10-06 Thread Brian Sidebotham
On 6 October 2014 16:23, Wayne Stambaugh stambau...@verizon.net wrote: Lorenzo, I know it's a pain to do but this really needs to be documented somewhere in the Pcbnew user's manual. Otherwise, no one will know how to use this excellent feature except those of us on the developers mailing

Re: [Kicad-developers] Need help finding a git mirror for kicad/doc

2014-10-06 Thread Wayne Stambaugh
On 10/5/2014 11:26 PM, Mitch Davis wrote: Hi, On Mon, Oct 6, 2014 at 1:46 PM, Blair Bonnett blair.bonn...@gmail.com wrote: On 6 October 2014 14:33, Mitch Davis mjd+launchpad@afork.com wrote: Is there a git mirror for lp:~kicad-developers/kicad/doc? There is now:

Re: [Kicad-developers] Macro expansion in module text

2014-10-06 Thread Lorenzo Marcantonio
On Mon, Oct 06, 2014 at 04:42:37PM +0100, Brian Sidebotham wrote: make sure the documentation gets updated. I know there is work under way to convert to a text based format but we should continue to keep the odt documentation up to date until that actually happens. Sure, no problem. Just

Re: [Kicad-developers] Finally!

2014-10-06 Thread Wayne Stambaugh
On 10/6/2014 11:37 AM, Brian Sidebotham wrote: On 5 October 2014 00:18, Wayne Stambaugh stambau...@verizon.net wrote: Here is a another teaser of the mingw64 version of kicad showing the wxPython shell so it appears to be working. Hi Wayne, There's no reason it shouldn't work really,

Re: [Kicad-developers] Macro expansion in module text

2014-10-06 Thread Wayne Stambaugh
On 10/6/2014 11:42 AM, Brian Sidebotham wrote: On 6 October 2014 16:23, Wayne Stambaugh stambau...@verizon.net wrote: Lorenzo, I know it's a pain to do but this really needs to be documented somewhere in the Pcbnew user's manual. Otherwise, no one will know how to use this excellent feature

Re: [Kicad-developers] Macro expansion in module text

2014-10-06 Thread Wayne Stambaugh
On 10/6/2014 12:34 PM, Lorenzo Marcantonio wrote: On Mon, Oct 06, 2014 at 04:42:37PM +0100, Brian Sidebotham wrote: make sure the documentation gets updated. I know there is work under way to convert to a text based format but we should continue to keep the odt documentation up to date until

[Kicad-developers] OS X build issue when rerunning CMake

2014-10-06 Thread Adam Wolf
Hi folks, I'm working on scripting the great new work from Bernhard. The last remaining issue before publishing the builder script to the KicadOSXBuilder repo that Miguel made is that I am having problems when I rerun CMake. When I start clean, everything works great! I am following the

Re: [Kicad-developers] OS X build issue when rerunning CMake

2014-10-06 Thread Wayne Stambaugh
On 10/6/2014 3:32 PM, Adam Wolf wrote: Hi folks, I'm working on scripting the great new work from Bernhard. The last remaining issue before publishing the builder script to the KicadOSXBuilder repo that Miguel made is that I am having problems when I rerun CMake. When I start clean,

Re: [Kicad-developers] OS X build issue when rerunning CMake

2014-10-06 Thread Adam Wolf
Hi Wayne, Thanks for the prompt response. That modification does not appear to have worked. I am using CMake cmake-2.8.12.2. I guess there has been a more recent release--I will go update that. Adam Wolf Cofounder and Engineer WL On Mon, Oct 6, 2014 at 2:52 PM, Wayne Stambaugh

Re: [Kicad-developers] OS X build issue when rerunning CMake

2014-10-06 Thread Adam Wolf
Hi Wayne, Updating to CMake 3.0.2 worked. Adam Wolf Cofounder and Engineer WL On Mon, Oct 6, 2014 at 3:00 PM, Adam Wolf adamw...@feelslikeburning.com wrote: Hi Wayne, Thanks for the prompt response. That modification does not appear to have worked. I am using CMake cmake-2.8.12.2. I

Re: [Kicad-developers] OS X build issue when rerunning CMake

2014-10-06 Thread Jean-Paul Louis
Hello All OS X users/builders, I succeeded building KiCad for OS X, using modified instructions from Bernhard. First, I had a hard time to build wxwidgets, but that’s in the past. The KiCad build completed with BZR5162, but pcbnew crashes on start. I have not yet tried with BZR5164. I will let

Re: [Kicad-developers] OS X build issue when rerunning CMake

2014-10-06 Thread Wayne Stambaugh
On 10/6/2014 4:00 PM, Adam Wolf wrote: Hi Wayne, Thanks for the prompt response. That modification does not appear to have worked. I am using CMake cmake-2.8.12.2. I guess there has been a more recent release--I will go update that. That's a more serious problem. It should have failed

Re: [Kicad-developers] OS X build issue when rerunning CMake

2014-10-06 Thread Adam Wolf
Hi Wayne, I was running with wxWidgets 3.0.2, but CMake 2.8.12.2. Adam Wolf Cofounder and Engineer WL On Mon, Oct 6, 2014 at 3:19 PM, Wayne Stambaugh stambau...@verizon.net wrote: On 10/6/2014 4:00 PM, Adam Wolf wrote: Hi Wayne, Thanks for the prompt response. That modification does

Re: [Kicad-developers] OS X build issue when rerunning CMake

2014-10-06 Thread Wayne Stambaugh
Hey Adam, You didn't happen to change CMake versions between builds? Sometimes CMake can behave badly when you have a build configuration generated by a previous version. I've run into this a few time over the years. Unfortunately I'm not in the be position to help you. Hopefully Bernhard can

Re: [Kicad-developers] OS X build issue when rerunning CMake

2014-10-06 Thread Adam Wolf
Oh, after upgrading CMake to the newest version, my problem appears to have gone away. I think everything is great. Adam Wolf On Mon, Oct 6, 2014 at 3:41 PM, Wayne Stambaugh stambau...@verizon.net wrote: Hey Adam, You didn't happen to change CMake versions between builds? Sometimes CMake

Re: [Kicad-developers] OS X build issue when rerunning CMake

2014-10-06 Thread Wayne Stambaugh
That was an easy fix :) Thanks again for taking on the task of providing regular builds for OSX users. Now we just have to get regular builds for windows users. I think once we get over this hurdle, we wont have to spend so much time providing help to users who really should not have to build

Re: [Kicad-developers] Need help finding a git mirror for kicad/doc

2014-10-06 Thread Marco Ciampa
On Mon, Oct 06, 2014 at 12:13:30PM -0400, Wayne Stambaugh wrote: On 10/5/2014 11:26 PM, Mitch Davis wrote: Hi, On Mon, Oct 6, 2014 at 1:46 PM, Blair Bonnett blair.bonn...@gmail.com wrote: On 6 October 2014 14:33, Mitch Davis mjd+launchpad@afork.com wrote: Is there a git mirror

Re: [Kicad-developers] OS X build issue when rerunning CMake

2014-10-06 Thread Bernhard Stegmaier
At least I can confirm this behavior with my CMake 2.8.12. If I run the same configure command twice in a row, the second one will fail just as for Adam. If I only run it once, do a make, then change something in CMake files and again issue a make then CMake automatically re-runs and everything

Re: [Kicad-developers] OS X build issue when rerunning CMake

2014-10-06 Thread Brian Sidebotham
On 6 October 2014 21:57, Wayne Stambaugh stambau...@verizon.net wrote: That was an easy fix :) Thanks again for taking on the task of providing regular builds for OSX users. Now we just have to get regular builds for windows users. I think once we get over this hurdle, we wont have to spend

Re: [Kicad-developers] Need help finding a git mirror for kicad/doc

2014-10-06 Thread Brian Sidebotham
Excellent work Marco. Sorry, replying on my phone! Picking the right tool is essential, we're just itching to make the transition to text based documentation, that's all. We've had odt documentation for a long time, and we can suffer that for a while longer while we evaluate the text based

[Kicad-developers] [PATCH] Minor tweaks for the eeschema component chooser, especially for aliases.

2014-10-06 Thread John Beard
Hello, Attached is a small patch that does a few things in the eeschema component chooser: * Shows aliases' names, rather than the root device names in the preview window * Doesn't paint the background if nothing is selected * Add the component name as a heading in the

Re: [Kicad-developers] OS X build issue when rerunning CMake

2014-10-06 Thread Adam Wolf
If he doesn't have a convenient system to build binaries on, my company can provide one--I would just need extreme handholding to do the build on Windows (or maybe not, if the installer maker is one command or something). Adam Wolf Cofounder and Engineer WL On Mon, Oct 6, 2014 at 5:19 PM, Brian

Re: [Kicad-developers] OSX Build changes.

2014-10-06 Thread Andy Peters
Hi, guys -- I have been doing daily builds on OS X, and I haven't had any build issues. Now, I did build and install the various prerequisites (glew, whatnot). Do recent builds use what's installed on my system, or does the master CMake file download and build the prerequisites as needed? I

Re: [Kicad-developers] OS X build issue when rerunning CMake

2014-10-06 Thread inkblotter
well, I don't have OSX but I have exactly the same issues on Fedora 20 as Adam had on OSX. And I am building with wxWidgets 3.0.1 and cmake 2.8.12.2 (system version) Now, I got this combo to work by hacking the cmake files so that when it wanted to fail on the final pass for version

Re: [Kicad-developers] OSX Build changes.

2014-10-06 Thread Garth Corral
On Oct 6, 2014, at 5:39 PM, Andy Peters de...@latke.net wrote: Hi, guys -- I have been doing daily builds on OS X, and I haven't had any build issues. Now, I did build and install the various prerequisites (glew, whatnot). Do recent builds use what's installed on my system, or does the

Re: [Kicad-developers] [RFC]: Make hotkey editor polished

2014-10-06 Thread Mark Roszko
New changes pushed to branch (https://code.launchpad.net/~mark-roszko/kicad/kicad), the interface has been revised a bit more heavily. Sections are now split into tabs!. This helps immensely bringing attention to different set of keys easily rather than a large list. The selection logic has been

Re: [Kicad-developers] OSX Build changes.

2014-10-06 Thread Bernhard Stegmaier
Hi, yes, this patch/fix is included in the 3 wxWidget-patches mentioned in mac-osx.txt. Note, that it is not 1:1 the same fix, but AFAIK addresses the same problem (if building wxWidgets with those 3 patches doesn’t solve your problem, please tell). Thanks for the note on the icons… I’ll put