[Kicad-developers] Jenkins build is back to normal : KiCad (Linux, all options, Debug) #396

2015-04-27 Thread Miguel Angel Ajo
See http://ci.kicad-pcb.org/job/kicad-full/396/changes ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help :

[Kicad-developers] PATCH: VRML export, bug 1448192

2015-04-27 Thread Cirilo Bernardo
Attached is a patch for bug 1448192: https://bugs.launchpad.net/kicad/+bug/1448192 Problem: Arcs in modules were rendered incorrectly on export. Cause: Rotation angle was not negated when PCB coordinates were converted to VRML coordinates. The patch also fixes an unreported bug: I forgot to

Re: [Kicad-developers] PATCH: VRML export, bug 1448192

2015-04-27 Thread jp charras
Le 27/04/2015 09:04, Cirilo Bernardo a écrit : Attached is a patch for bug 1448192: https://bugs.launchpad.net/kicad/+bug/1448192 Problem: Arcs in modules were rendered incorrectly on export. Cause: Rotation angle was not negated when PCB coordinates were converted to VRML coordinates.

[Kicad-developers] [PATCH] Updated default eeschema libraries in kicad.pro

2015-04-27 Thread Adam Wolf
Hi folks, I noticed there were a bunch of libraries done by the library folks that aren't in the default kicad.pro, so I was missing out on a lot of their good work! Over the weekend, I added all the libraries to the default profile. If this is something we want in the main tree, awesome.

[Kicad-developers] [PATCH] Fix typo in FindOpenSSL.cmake

2015-04-27 Thread Simon Richter
--- CMakeModules/FindOpenSSL.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeModules/FindOpenSSL.cmake b/CMakeModules/FindOpenSSL.cmake index bbf431a..de91787 100644 --- a/CMakeModules/FindOpenSSL.cmake +++ b/CMakeModules/FindOpenSSL.cmake @@ -147,7 +147,7 @@

Re: [Kicad-developers] libboost-filesystem.a mac build confusion?

2015-04-27 Thread Adam Wolf
Hmm. This is starting to concern me. When I checked out KiCad from source, and ran an appropriate cmake/make against it, this happened again. When I reran cmake/make in my existing source/build directory pair, this did not happen. I checked bzr status to see if I had any modifications, and I

Re: [Kicad-developers] [PATCH] Updated default eeschema libraries in kicad.pro

2015-04-27 Thread Adam Wolf
Oof. Guess that's what happens when you spend March in Canada. How are users supposed to know what footprints are available in each library? Are we expecting users to open libraries in a text editor? Should they add each one, one by one, and then see if they have footprints they need for the

Re: [Kicad-developers] [PATCH] Updated default eeschema libraries in kicad.pro

2015-04-27 Thread Nick Østergaard
Someone tried this before: https://lists.launchpad.net/kicad-developers/msg17320.html 2015-04-27 16:13 GMT+02:00 Adam Wolf adamw...@feelslikeburning.com: Hi folks, I noticed there were a bunch of libraries done by the library folks that aren't in the default kicad.pro, so I was missing out on

Re: [Kicad-developers] libboost-filesystem.a mac build confusion?

2015-04-27 Thread Garth Corral
Hi, Adam. Sorry I hadn’t looked at this previously, I’ve not seen this issue. I likely won’t have a chance to look at this until late today at the earliest, but just a quick glance makes me suspect a deployment target issue. I don’t have a system on which to verify at the moment, but I don’t

Re: [Kicad-developers] libboost-filesystem.a mac build confusion?

2015-04-27 Thread Adam Wolf
Ooh! That might be it! I build against 10.7 on purpose. I need to make sure that my 10.7 sysroot survived the latest OS X update. Adam Wolf On Apr 27, 2015 10:56 AM, Garth Corral gcor...@abode.com wrote: Hi, Adam. Sorry I hadn’t looked at this previously, I’ve not seen this issue. I

Re: [Kicad-developers] libboost-filesystem.a mac build confusion?

2015-04-27 Thread Bob Gustafson
Hi Adam Perhaps it was an upgrade of your build machine from 10.10.2 to 10.10.3 ? Bob g On 04/27/2015 10:56 AM, Garth Corral wrote: Hi, Adam. Sorry I hadn’t looked at this previously, I’ve not seen this issue. I likely won’t have a chance to look at this until late today at the earliest,

Re: [Kicad-developers] libboost-filesystem.a mac build confusion?

2015-04-27 Thread Garth Corral
Okay, just very quickly, and again, probably can’t get back to this today, but in boost/libs/filesystem/src/operations.cpp, there’s this bit of code: # if defined(AT_FDCWD) defined(AT_SYMLINK_NOFOLLOW) \ !(defined(__SUNPRO_CC) || defined(sun)) \ !(defined(linux) ||

Re: [Kicad-developers] libboost-filesystem.a mac build confusion?

2015-04-27 Thread Adam Wolf
Yup, down that rabbit hole. Thanks for the inspiration, I hope this is it! (Now, as to why this started happening now, when I've been building against 10.7 for 7+ months, is an investigation for another day.) Adam Wolf On Mon, Apr 27, 2015 at 11:15 AM, Garth Corral gcor...@abode.com wrote:

Re: [Kicad-developers] libboost-filesystem.a mac build confusion?

2015-04-27 Thread Adam Wolf
Bob, it's actually funny. I don't upgrade my build machines without updating my test machine first. Over the weekend, I decided to upgrade my test machine, to prep for updating the build machine. Before doing the update, I made a build on my test machine, to prove it works before making the

[Kicad-developers] Build failed in Jenkins: KiCad (Linux, all options, Debug) #395

2015-04-27 Thread Miguel Angel Ajo
See http://ci.kicad-pcb.org/job/kicad-full/395/changes Changes: [jean-pierre charras] Add a python script example in demo folder to create various plot files from a board. Fix also some issues in plot controller helper class. Important note: from a python script one cannot plot the palge