Re: [Kicad-developers] CvPcb change.

2015-06-11 Thread Nick Østergaard
It seems like there is still some issue with the cmp file handling. See this bug report: https://bugs.launchpad.net/kicad/+bug/1464408 2015-06-07 20:20 GMT+02:00 Wayne Stambaugh : > I just committed a patch (r5718) from Dick that should greatly simplify > the process of footprint assignment using

Re: [Kicad-developers] CvPcb change.

2015-06-08 Thread Wayne Stambaugh
On 6/8/2015 6:10 AM, LordBlick wrote: > In response to a message written on 07.06.2015, 20:20, from Wayne > Stambaugh: >> I just committed a patch (r5718) from Dick that should greatly simplify >> the process of footprint assignment using cvpcb. This patch does away >> with using the intermediate

Re: [Kicad-developers] CvPcb change.

2015-06-08 Thread LordBlick
In response to a message written on 07.06.2015, 20:20, from Wayne Stambaugh: I just committed a patch (r5718) from Dick that should greatly simplify the process of footprint assignment using cvpcb. This patch does away with using the intermediate *.cmp file and directly updates the s-expr netlis

Re: [Kicad-developers] CvPcb change.

2015-06-07 Thread Nick Østergaard
I made a clean build and it seems to be working just fine now. 2015-06-07 22:25 GMT+02:00 Wayne Stambaugh : > I just checked both 32 and 64 bit builds on windows and I don't have any > issues no matter how I launch pcbnew, KiCad, EEschema, or stand alone. > > On 6/7/2015 4:11 PM, Nick Østergaard w

Re: [Kicad-developers] CvPcb change.

2015-06-07 Thread Wayne Stambaugh
I'll pass along the thanks. On 6/7/2015 7:50 PM, Cirilo Bernardo wrote: > Pass my thanks on to Dick; I think a lot of us have been wishing for the > disappearance of cvpcb for years. > > - Cirilo > > On Mon, Jun 8, 2015 at 4:20 AM, Wayne Stambaugh > wrote: > >

Re: [Kicad-developers] CvPcb change.

2015-06-07 Thread Carl Poirier
Hi Nick, All is fine here on Xubuntu x64. Also, thanks to Dick for the contribution. Regards, Carl On Sun, Jun 7, 2015 at 7:44 PM, Wayne Stambaugh wrote: > Thanks Adam. I tested it on windows and I'm sure Dick tested it on linux. > > > On 6/7/2015 6:45 PM, Adam Wolf wrote: > > I can test OS

Re: [Kicad-developers] CvPcb change.

2015-06-07 Thread Cirilo Bernardo
Pass my thanks on to Dick; I think a lot of us have been wishing for the disappearance of cvpcb for years. - Cirilo On Mon, Jun 8, 2015 at 4:20 AM, Wayne Stambaugh wrote: > I just committed a patch (r5718) from Dick that should greatly simplify > the process of footprint assignment using cvpcb.

Re: [Kicad-developers] CvPcb change.

2015-06-07 Thread Wayne Stambaugh
Thanks Adam. I tested it on windows and I'm sure Dick tested it on linux. On 6/7/2015 6:45 PM, Adam Wolf wrote: > I can test OS X this week. > > On Jun 7, 2015 3:25 PM, "Wayne Stambaugh" > wrote: > > I just checked both 32 and 64 bit builds on windows and I do

Re: [Kicad-developers] CvPcb change.

2015-06-07 Thread Wayne Stambaugh
I just checked both 32 and 64 bit builds on windows and I don't have any issues no matter how I launch pcbnew, KiCad, EEschema, or stand alone. On 6/7/2015 4:11 PM, Nick Østergaard wrote: > I just tied to pull those changes, but now I get a segfault when > starting pcbnew from the kicad app. > >

Re: [Kicad-developers] CvPcb change.

2015-06-07 Thread Nick Østergaard
I just tied to pull those changes, but now I get a segfault when starting pcbnew from the kicad app. I could possibly be some other stuff that I did not revert in my workspace before the build. The backtrace looks funny: http://dpaste.com/0DF8RP8 Could anyone just try to verify weather or not it

[Kicad-developers] CvPcb change.

2015-06-07 Thread Wayne Stambaugh
I just committed a patch (r5718) from Dick that should greatly simplify the process of footprint assignment using cvpcb. This patch does away with using the intermediate *.cmp file and directly updates the s-expr netlist via kiway express messaging. This means there is no more stand alone executa