Re: [Kicad-developers] boost::polygon workaround

2013-10-22 Thread Camille 019
So, here is an updated patch. It applies the boost::polygon workaround only to GCC 4.7.0 - 2 and remove KICAD_GCC_{RELEASE,DEBUG}_BUILD_FLAGS. Camille kicad-testing_bzr4404.patch Description: Binary data

Re: [Kicad-developers] boost::polygon workaround

2013-10-22 Thread Dick Hollenbeck
On 10/22/2013 06:30 AM, Camille 019 wrote: So, here is an updated patch. It applies the boost::polygon workaround only to GCC 4.7.0 - 2 and remove KICAD_GCC_{RELEASE,DEBUG}_BUILD_FLAGS. Camille Looks great. Committed in 4405. Thanks. ___

Re: [Kicad-developers] boost::polygon workaround

2013-10-22 Thread Tomasz Wlostowski
On 10/20/2013 05:20 PM, jp charras wrote: No it is not fixed and it will be not fixed. This bug happens only with GCC 4.7.0, GCC 4.7.1 and GCC 4.7.2. The guy who is working on boost polygon is not able to fix it, and he is thinking this is a GCC bug, not a boost bug. Hi Jean-Pierre, Sorry

Re: [Kicad-developers] boost::polygon workaround and now Clipper + boost::polygon

2013-10-22 Thread jp charras
Le 22/10/2013 16:39, Tomasz Wlostowski a écrit : On 10/20/2013 05:20 PM, jp charras wrote: No it is not fixed and it will be not fixed. This bug happens only with GCC 4.7.0, GCC 4.7.1 and GCC 4.7.2. The guy who is working on boost polygon is not able to fix it, and he is thinking this is

[Kicad-developers] OpenSSL-CMake build system

2013-10-22 Thread Brian Sidebotham
Hi Guys, I attach a diff which uses a new OpenSSL-CMake project I registered on Launchpad to provide a CMake build system on-top of OpenSSL. I started with the LuaDist project's CMake system and patched it to work with the OpenSSL 1.0.1e release. This means that all of the if( MINGW ) tests and