Re: [Kicad-developers] problems running kicad-install.sh

2014-10-28 Thread Adam Wolf
My apologies if this is a double post. I believe the consensus last time this was brought up was to set up the git mirror, which syncs every ten minutes. It can be found at the Kicad account on Github. If you feel strongly about it, you can switch kicad-install.sh to use it instead. However, t

Re: [Kicad-developers] problems running kicad-install.sh

2014-10-28 Thread Andrew Zonenberg
Unfortunately I don't have time to devote to migration either. I do vote in favor of a switch to git though. On Wed, 2014-10-29 at 13:05 +1100, Cirilo Bernardo wrote: > > > On Wed, Oct 29, 2014 at 7:51 AM, Marco Ciampa > wrote: > On Sun, Oct 26, 2014 at 10:59:20PM -0700, Jake wrote: >

Re: [Kicad-developers] problems running kicad-install.sh

2014-10-28 Thread Cirilo Bernardo
On Wed, Oct 29, 2014 at 7:51 AM, Marco Ciampa wrote: > On Sun, Oct 26, 2014 at 10:59:20PM -0700, Jake wrote: > [...] > > So i deleted the folder entirely with rm -rf > ~/kicad_sources/kicad-lib.bzr/ > > > > and when i ran the script again, now it seems to be working. > > > > i don't know anything

Re: [Kicad-developers] Website update help.

2014-10-28 Thread Nick Østergaard
2014-10-29 0:06 GMT+01:00 Wayne Stambaugh : > On 10/27/2014 5:36 PM, Nick Østergaard wrote: >> 2014-10-27 21:41 GMT+01:00 Wayne Stambaugh : >>> On 10/27/2014 3:56 PM, Nick Østergaard wrote: 2014-10-12 2:30 GMT+02:00 Wayne Stambaugh : > On 10/11/2014 8:02 PM, Mark Roszko wrote: >>> The

Re: [Kicad-developers] Website update help.

2014-10-28 Thread Wayne Stambaugh
On 10/27/2014 5:36 PM, Nick Østergaard wrote: > 2014-10-27 21:41 GMT+01:00 Wayne Stambaugh : >> On 10/27/2014 3:56 PM, Nick Østergaard wrote: >>> 2014-10-12 2:30 GMT+02:00 Wayne Stambaugh : On 10/11/2014 8:02 PM, Mark Roszko wrote: >> The reason I would like to do this is in >> the not

[Kicad-developers] wxwidgets-3.0.0_macosx.patch

2014-10-28 Thread Garth Corral
I just stumbled across a tiny nit in wxwidgets-3.0.0_macosx.patch. The following change omits the ‘y’ of ‘overlay’ in the object file name. @@ -17792,6 +17792,9 @@ monodll_osx_cocoa_notebook.o: $(srcdir)/src/osx/cocoa/notebook.mm $(MONODLL_ODEP) $(CXXC) -c -o $@ $(MONODLL_OBJCXXFLAGS) $(srcd

Re: [Kicad-developers] problems running kicad-install.sh

2014-10-28 Thread Marco Ciampa
On Sun, Oct 26, 2014 at 10:59:20PM -0700, Jake wrote: [...] > So i deleted the folder entirely with rm -rf ~/kicad_sources/kicad-lib.bzr/ > > and when i ran the script again, now it seems to be working. > > i don't know anything about how bzr works, i am just competent with > git, so hopefully so

[Kicad-developers] Code cleaning.

2014-10-28 Thread Wayne Stambaugh
I've been adding missing license statements to our source code and have run into a few issues along the way. PolyLine.h and PolyLine.cpp have this comment: // PolyLine.cpp ... implementation of CPolyLine class from FreePCB. at the top of the file with no other license information. Whoever added

[Kicad-developers] Bump wx for OS X to 3.0.2 (with an extra patch?)

2014-10-28 Thread Adam Wolf
Hi folks, Does anyone object to bumping wx to 3.0.2 for OS X, and adding the webdiff patch so it'll work on OS X 10.10, released last week (the week before?) If I don't hear anything, I'll prep a patch for the docs and the osx_build_wx.sh and send it in. Adam Wolf Cofounder and Engineer Wayne an