[Kicad-developers] Anyone having build issues since r5215?

2014-10-24 Thread Adam Wolf
I'm getting issues like: [ 36%] Building CXX object common/CMakeFiles/common.dir/dlist.cpp.o In file included from /home/jenkins/remote_root/workspace/KiCadLinuxBuild/kicad/include/view/view_item.h:36:0, from /home/jenkins/remote_root/workspace/KiCadLinuxBuild/kicad/include/base_s

Re: [Kicad-developers] wxScrolledWindow on OS X

2014-10-24 Thread Wayne Stambaugh
Bernhard, Can you please verify that this patch does indeed fix the issue on OSX before I add this patch. Thanks, Wayne On 10/23/2014 11:12 PM, Garth Corral wrote: > > Okay, the patch is attached. It’s very small—about 4 lines each in two > files—and applies cleanly to 3.0.0 through 3.0.2. >

[Kicad-developers] [PATCH] Proper python qa exit code

2014-10-24 Thread Nick Østergaard
Hello Some background info: I was allowed by Ajo to play around on the Jenkins build server [1] to add automatic building of the doxygen documatation for the purpose of having it online and always up to date. I have dumped the links to theese three documentaions, the doxygen-docs, dev-docs and dox

Re: [Kicad-developers] Kicad-winbuilder fails.

2014-10-24 Thread Wayne Stambaugh
Brian, I restored the custom FindPythonLibs.cmake file. I found an issue with the stock version when configuring on MSYS2. I made some minor changes to it which should make it more robust when looking for mingw python builds. Please test it out when you get a chance and let me know if you find