Re: [Kicad-developers] boost_root driven by https

2013-08-31 Thread Dick Hollenbeck
On Aug 31, 2013 8:24 PM, "Dick Hollenbeck" wrote: > > > On Aug 31, 2013 5:40 PM, "Brian Sidebotham" wrote: > > > > On 31 August 2013 22:06, Dick Hollenbeck wrote: > >> > >> > >> > >> > I just upgraded to openssl 1.0.1e, and am now building the DLL fine in a-mingw-us, > >> > although I think this

Re: [Kicad-developers] Python-a-mingw-us Windows Debug Scripting Builds

2013-08-31 Thread Dick Hollenbeck
On Aug 31, 2013 5:35 PM, "Brian Sidebotham" wrote: > > On 31 August 2013 21:39, Dick Hollenbeck wrote: >> >> On 08/31/2013 03:00 PM, Brian Sidebotham wrote: >> >>> Q: >> > >> > >> >> > >> (i) Does anyone see any output from the PyErr_Print() calls? >> > >> > Try using a tool like Debu

Re: [Kicad-developers] boost_root driven by https

2013-08-31 Thread Dick Hollenbeck
On Aug 31, 2013 5:40 PM, "Brian Sidebotham" wrote: > > On 31 August 2013 22:06, Dick Hollenbeck wrote: >> >> >> >> > I just upgraded to openssl 1.0.1e, and am now building the DLL fine in a-mingw-us, >> > although I think this 'e' version had nothing to do with this. Seems the Configure script >

Re: [Kicad-developers] boost_root driven by https

2013-08-31 Thread Brian Sidebotham
On 31 August 2013 22:06, Dick Hollenbeck wrote: > > > > I just upgraded to openssl 1.0.1e, and am now building the DLL fine in > a-mingw-us, > > although I think this 'e' version had nothing to do with this. Seems > the Configure script > > is picky about sequence of arguments. > > > > > > We no

Re: [Kicad-developers] Python-a-mingw-us Windows Debug Scripting Builds

2013-08-31 Thread Brian Sidebotham
On 31 August 2013 21:39, Dick Hollenbeck wrote: > On 08/31/2013 03:00 PM, Brian Sidebotham wrote: > >>> Q: > > > > >> > > >> (i) Does anyone see any output from the PyErr_Print() calls? > > > > Try using a tool like Debug Viewer available from Microsoft. If > > PyErr_Print() is a

Re: [Kicad-developers] boost_root driven by https

2013-08-31 Thread Dick Hollenbeck
> I just upgraded to openssl 1.0.1e, and am now building the DLL fine in > a-mingw-us, > although I think this 'e' version had nothing to do with this. Seems the > Configure script > is picky about sequence of arguments. > > > We now need to package the openssl DLL goodies so they can flow i

Re: [Kicad-developers] boost_root driven by https

2013-08-31 Thread Dick Hollenbeck
On 08/23/2013 07:29 PM, Brian Sidebotham wrote: > Hey Dick, > > Thanks for all your kind words! It always helps everyone to have > encouragement and > appreciation. Thank-you for the Python-a-mingw-us work, it's really essential > for us on > Windows; I'm sure it will build in favour as word get

Re: [Kicad-developers] Python-a-mingw-us Windows Debug Scripting Builds

2013-08-31 Thread Dick Hollenbeck
On 08/31/2013 03:00 PM, Brian Sidebotham wrote: >>> Q: > > >> > >> (i) Does anyone see any output from the PyErr_Print() calls? > > Try using a tool like Debug Viewer available from Microsoft. If > PyErr_Print() is anything like wxLogXXX(), on Windows the output is sent > to

Re: [Kicad-developers] Python-a-mingw-us Windows Debug Scripting Builds

2013-08-31 Thread Brian Sidebotham
> CMakeFiles\pcbnew.dir/objects.a(pcbnew_wrap.cxx.obj): In function > `SWIG_Python_AddErrorMsg': > D:/launchpad-dev/kicad-winbuilder-pyrelease/build/Debug/pcbnew/pcbnew_wrap.cxx:1020: > undefined reference to `_imp___Py_RefTotal' > D:/launchpad-dev/kicad-winbuilder-pyrelease/build/Debug/pcbnew/pcbn

Re: [Kicad-developers] Python-a-mingw-us Windows Debug Scripting Builds

2013-08-31 Thread Brian Sidebotham
>> Q: > >> > >> (i) Does anyone see any output from the PyErr_Print() calls? > > Try using a tool like Debug Viewer available from Microsoft. If > PyErr_Print() is anything like wxLogXXX(), on Windows the output is sent > to the OutputDebugString() function which does not end up on stdout. > You

Re: [Kicad-developers] Python-a-mingw-us Windows Debug Scripting Builds

2013-08-31 Thread Wayne Stambaugh
On 8/31/2013 1:51 PM, Dick Hollenbeck wrote: > On 08/31/2013 08:23 AM, Brian Sidebotham wrote: >> Hi Guys, >> >> I was going to send this direct to Dick, but I think this pickles through >> enough projects >> for it to be of use or concern for others too: >> >> The Debug scripting builds are broke

Re: [Kicad-developers] MinGW mingwrt and win32api version 4

2013-08-31 Thread Wayne Stambaugh
On 8/31/2013 1:52 PM, Brian Sidebotham wrote: > Hi Wayne, > > Can you let me know what version of KiCad-Winbuilder you're using? I don't use the KiCad-Winbuilder. I maintain my own MinGW environment on Windows because I use it for development other than KiCad. This allows me to verify Windows b

Re: [Kicad-developers] Python-a-mingw-us Windows Debug Scripting Builds

2013-08-31 Thread Brian Sidebotham
> > > >> > >> > (ii) What does Linux current do for debug builds? >> >> When I have to debug something under a debugger on Linux, I always >> compile it myself, so I >> can fix the bug when I find it. So I honestly don't know or care. In 14 >> years of >> developing on Linux, I have *never* used

Re: [Kicad-developers] Python-a-mingw-us Windows Debug Scripting Builds

2013-08-31 Thread Brian Sidebotham
On 31 August 2013 18:51, Dick Hollenbeck wrote: > On 08/31/2013 08:23 AM, Brian Sidebotham wrote: > > Hi Guys, > > > > I was going to send this direct to Dick, but I think this pickles > through enough projects > > for it to be of use or concern for others too: > > > > The Debug scripting builds

Re: [Kicad-developers] MinGW mingwrt and win32api version 4

2013-08-31 Thread Brian Sidebotham
Hi Wayne, Can you let me know what version of KiCad-Winbuilder you're using? Let me know how you're running it. I'm constantly using it and haven't tripped over the problems you're having. However, I'm obviously running the "latest and greatest" script from BZR which includes the scripting suppo

Re: [Kicad-developers] Python-a-mingw-us Windows Debug Scripting Builds

2013-08-31 Thread Dick Hollenbeck
On 08/31/2013 08:23 AM, Brian Sidebotham wrote: > Hi Guys, > > I was going to send this direct to Dick, but I think this pickles through > enough projects > for it to be of use or concern for others too: > > The Debug scripting builds are broken because something that includes the > Python head

[Kicad-developers] MinGW mingwrt and win32api version 4

2013-08-31 Thread Wayne Stambaugh
I had a chance to do some more testing and I can not figure out what is going on here. I did a complete clean install of latest version of MinGW and still got the same error when building both release and debug builds of wxWidgets. Has anyone recently use the KiCad windows builder script with any

Re: [Kicad-developers] PPA builds broken

2013-08-31 Thread Adam Wolf
Sorry folks. As discussed, I'm moving these to my Jenkins servers, but because of the number of people who use these PPAs, I'm putting the new deb files through a bunch of testing--I'd rather not push new nightlies than break Kicad on many, many machines. I had intended this to be done a month or

Re: [Kicad-developers] Python-a-mingw-us Windows Debug Scripting Builds

2013-08-31 Thread Brian Sidebotham
> > > > Can the Python-a-mingw-us build script be used to build a local version > of Python to use as part of KiCad similar to what some of the other > projects (Blender, FreeCAD, Bazaar, etc.) provide for their Windows > builds? I've been wanting to give it a try without have to remove my > exist

Re: [Kicad-developers] Python-a-mingw-us Windows Debug Scripting Builds

2013-08-31 Thread Wayne Stambaugh
On 08/31/2013 09:23 AM, Brian Sidebotham wrote: > Hi Guys, > > I was going to send this direct to Dick, but I think this pickles > through enough projects for it to be of use or concern for others too: > > The Debug scripting builds are broken because something that includes > the Python header t

[Kicad-developers] Python-a-mingw-us Windows Debug Scripting Builds

2013-08-31 Thread Brian Sidebotham
Hi Guys, I was going to send this direct to Dick, but I think this pickles through enough projects for it to be of use or concern for others too: The Debug scripting builds are broken because something that includes the Python header that has _DEBUG defined alters a LOT of defines. Linking will f

[Kicad-developers] PPA builds broken

2013-08-31 Thread Solonen Vesa
It seems Adam's PPA builds are failing on boost build and pushing PPA service disk quotas quite a lot ;) I got some questions related to updates and noticed that the last version being served is r4179. Best regards, -Vesa ___ Mailing list: https://lau