Re: [Kicad-developers] Haskell Library

2014-12-01 Thread Lorenzo Marcantonio
On Mon, Dec 01, 2014 at 08:55:10PM +, Kaspar Emanuel wrote: > Hey, > > I released a Haskell library that can parse and write .kicad_mod files. > > https://hackage.haskell.org/package/kicad-data > > This can parse and pretty-print all the official libraries from Github. And I was thinking I

[Kicad-developers] Fwd: Boost upgrade - copper area cut out missfunction

2014-12-01 Thread Nick Østergaard
This one did not reach the list. -- Forwarded message -- From: LordBlick Date: 2014-12-02 5:58 GMT+01:00 Subject: Re: [Kicad-developers] Boost upgrade - copper area cut out missfunction To: Nick Østergaard In response to a message written on 01.12.2014 21:50, from Nick Østerga

Re: [Kicad-developers] Another OS X build fail

2014-12-01 Thread Bernhard Stegmaier
With my last change I also changed the wxWidgets build script that it has a new mandatory parameter where you only have to specify the version, e.g., “10.9”. So, using that you don’t have to fiddle around with build parameters… Regards, Bernhard On 02.12.2014, at 00:35, Andy Peters wrote: >>

Re: [Kicad-developers] Boost upgrade - copper area cut out missfunction

2014-12-01 Thread Bernhard Stegmaier
I am using boost 1.56 from MacPorts. I checked it and as far as I can see there are no relevant patches used like with the KiCad internal boost. Regards, Bernhard On 02.12.2014, at 06:11, LordBlick wrote: > In response to a message written on 01.12.2014 19:14, from Bernhard Stegmaier: >> No p

Re: [Kicad-developers] Boost upgrade - copper area cut out missfunction

2014-12-01 Thread LordBlick
In response to a message written on 01.12.2014 19:14, from Bernhard Stegmaier: No problem here on OS X with Because boost on OS X is some customized… ;) -- Best Regards, LordBlick ___ Mailing list: https://launchpad.net/~kicad-developers Post to

Re: [Kicad-developers] [PATCH] Hotkey for editing module with module editor (Ctrl-E)

2014-12-01 Thread LordBlick
In response to a message written on 17.11.2014 11:29, from Kaspar Emanuel: +1 for accepting this. I will likely remap it to just e. In my opinion, that's not be raw „E”, cause it's reserved now for more functionality than footprint edit - calling footprint reload and and editing was, edit posit

Re: [Kicad-developers] Failure to build KiCad on OS X Yosemite with wxWidgets-3.0.2 and Boost-1.54

2014-12-01 Thread Jean-Paul Louis
I forgot to paste the KiCad info. Application: kicad Version: (2014-11-30 BZR 5308)-product Release build wxWidgets: Version 3.0.2 (debug,UTF-8,compiler with C++ ABI 1002,GCC 4.2.1,STL containers,compatible with 2.8) Platform: Mac OS X (Darwin 14.0.0 x86_64), 64 bit, Little endian, wxMac Boost ve

Re: [Kicad-developers] Failure to build KiCad on OS X Yosemite with wxWidgets-3.0.2 and Boost-1.54

2014-12-01 Thread Jean-Paul Louis
I finally succeeded with stock Boost 1.56. I did first a full refresh of the MacPorts (port selfupdate), then ran “sudo port upgrade outdated”. Finally, I downloaded a fresh version of kicad (bzr5308) and used cmake ../kicad \ -DKICAD_SKIP_BOOST=ON \ -DCMAKE_C_COMPILER=clang \

Re: [Kicad-developers] Another OS X build fail

2014-12-01 Thread Andy Peters
> On Dec 1, 2014, at 12:16 AM, Bernhard Stegmaier > wrote: > > This > >> /Volumes/Drobo/Projects/kicad-build/wx-bin/include/wx-3.0/wx/strvararg.h:30:18: >> fatal error: 'tr1/type_traits' file not found >> #include >>^ >> 1 error generated. > > is almost for sure a sign

[Kicad-developers] Haskell Library

2014-12-01 Thread Kaspar Emanuel
Hey, I released a Haskell library that can parse and write .kicad_mod files. https://hackage.haskell.org/package/kicad-data This can parse and pretty-print all the official libraries from Github. I have been playing around with doing various things such as displaying footprints and converting f

Re: [Kicad-developers] Boost upgrade - copper area cut out missfunction

2014-12-01 Thread Nick Østergaard
Could you try with 5308 as per #1056926? 2014-11-28 17:31 GMT+01:00 LordBlick : > Seems that bug #1056926 returns to my desktop. I've upgrade system boost to > 1.57. On 1.55 zone filling was working correctly. > Application: kicad > Version: (2014-jul-16 BZR unknown)-BZR5304 Release build > wxWidg

Re: [Kicad-developers] [PATCH] Hotkey for editing module with module editor (Ctrl-E)

2014-12-01 Thread Wayne Stambaugh
Hi John, Sorry it took so long to try out this patch but I've been busy. I found a segfault on the first attempt to use Ctrl-E when no previous item has been selected. It's easy to reproduce. Open any board, hover the mouse over a footprint, and hit ctrl+E. Do no select (right or left click) a

Re: [Kicad-developers] Boost upgrade - copper area cut out missfunction

2014-12-01 Thread Bernhard Stegmaier
No problem here on OS X with Application: pcbnew Version: (2014-11-29 BZR 5307)-product Release build wxWidgets: Version 3.0.2 (debug,UTF-8,compiler with C++ ABI 1002,GCC 4.2.1,STL containers,compatible with 2.8) Platform: Mac OS X (Darwin 14.0.0 x86_64), 64 bit, Little endian, wxMac Boost versio

Re: [Kicad-developers] Failure to build KiCad on OS X Yosemite with wxWidgets-3.0.2 and Boost-1.54

2014-12-01 Thread Jean-Paul Louis
Hi Bernhard, I am not sure what happened. I tried to install boost via macports, but they do not have yet the boost 1.57 that Wayne suggested to use. So I guess I will use V1.56 like you do. Regards, Jean-Paul AC9GH > On Dec 1, 2014, at 12:46 PM, Bernhard Stegmaier > wrote: > > Hi, > > hm

Re: [Kicad-developers] Failure to build KiCad on OS X Yosemite with wxWidgets-3.0.2 and Boost-1.54

2014-12-01 Thread Bernhard Stegmaier
Hi, hm, weird… but if it works now, everything OK. I just install boost via MacPorts (no special flags) and use the -DKICAD_SKIP_BOOST=ON flag for KiCad. Finds external boost automatically, didn’t see any issues with that up to now. Regards, Bernhard > On 01.12.2014, at 17:18, Jean-Paul Louis

Re: [Kicad-developers] Failure to build KiCad on OS X Yosemite with wxWidgets-3.0.2 and Boost-1.54

2014-12-01 Thread Jean-Paul Louis
Hi Bernhard, That’s why I do not understand, as my clang++ is in ... Jean-Pauls-MacBook-Pro-3:kicad-build jean-paullouis$ whereis clang++ /usr/bin/clang++ … But I did a make clean, and now it succeeded, and the red background in eeschema seems to be gone. Some progress. I now need to find the

Re: [Kicad-developers] [help needed] wx transparent always-on-top window

2014-12-01 Thread Tomasz Wlostowski
On 01.12.2014 16:41, Wayne Stambaugh wrote: > Hey Tom, > > The closest thing I've seen to what you are looking for are the advanced > tooltip classes in the wxPython demo. Although none of them is what you > are looking for. What about using the message panel to show the matched > pair informati

Re: [Kicad-developers] [help needed] wx transparent always-on-top window

2014-12-01 Thread Wayne Stambaugh
Hey Tom, The closest thing I've seen to what you are looking for are the advanced tooltip classes in the wxPython demo. Although none of them is what you are looking for. What about using the message panel to show the matched pair information while drawing? It may not be as slick as what you ar

Re: [Kicad-developers] OSX: pcbnew comboboxes not working?

2014-12-01 Thread jp charras
Le 30/11/2014 18:40, Bernhard Stegmaier a écrit : > Hi, > > another annoying thing on OS X is that (at least for me) the comboboxes > in pcbnew toolbar don’t work with the mouse: > > You can click on the small arrow and then you see the contents, but you > can’t click&change contents. > You can c