Comment 30 for bug 1056926

Revision history for this message
Wayne Stambaugh (stambaughw) wrote : Re: [Bug 1056926] Re: Cut outs in pcbnew don't work under linux and newest boost

On 11/29/2014 2:28 AM, jean-pierre charras wrote:
> Is the test file zone-cutuout-test-empty-ne.brd exhibit this issue ?
> If no, can you send us a board file which shows this issue?
>
I just tested this file on my 64 bit mingw build and it fails with Boost
1.57. Below is the build information.

Application: pcbnew
Version: (2014-11-29 BZR 5307)-product Debug build
wxWidgets: Version 3.0.2 (debug,wchar_t,compiler with C++ ABI 1002,GCC
4.9.2,wx containers,compatible with 2.8)
Platform: Windows 8 (build 9200), 64-bit edition, 64 bit, Little endian,
wxMSW
Boost version: 1.57.0
         USE_WX_GRAPHICS_CONTEXT=OFF
         USE_WX_OVERLAY=OFF
         KICAD_SCRIPTING=ON
         KICAD_SCRIPTING_MODULES=ON
         KICAD_SCRIPTING_WXPYTHON=ON
         USE_FP_LIB_TABLE=HARD_CODED_ON
         BUILD_GITHUB_PLUGIN=ON

Interestingly when I load the board in my 32 bit mingw build with the
custom Boost 1.54, the zone cut out is filled in until I refill the
zone. Then it is displayed correctly. Refilling does not work on my
Boost 1.57 build. I don't know if this information is of any use or
not. Here is my 32 bit build information.

Application: kicad
Version: (2014-11-26 BZR 5302)-product Release build
wxWidgets: Version 3.0.2 (debug,wchar_t,compiler with C++ ABI 1002,GCC
4.7.2,wx containers,compatible with 2.8)
Platform: Windows 8 (build 9200), 64-bit edition, 64 bit, Little endian,
wxMSW
Boost version: 1.54.0
         USE_WX_GRAPHICS_CONTEXT=OFF
         USE_WX_OVERLAY=OFF
         KICAD_SCRIPTING=OFF
         KICAD_SCRIPTING_MODULES=OFF
         KICAD_SCRIPTING_WXPYTHON=OFF
         USE_FP_LIB_TABLE=HARD_CODED_ON
         BUILD_GITHUB_PLUGIN=ON