Re: [Kicad-developers] Python scripting build broken on windows.

2018-12-12 Thread Wayne Stambaugh
On 12/12/2018 2:27 AM, jp charras wrote: > Le 11/12/2018 à 20:38, Maciej Suminski a écrit : >> Hi Wayne, Seth, >> >> On 12/11/18 7:51 PM, Wayne Stambaugh wrote: >> [...] >>> FYI, swig does not support unique_ptr or weak_ptr yet[1]. If you change >>> any code in pcbnew that gets swigged using

Re: [Kicad-developers] Python scripting build broken on windows.

2018-12-11 Thread jp charras
Le 11/12/2018 à 20:38, Maciej Suminski a écrit : > Hi Wayne, Seth, > > On 12/11/18 7:51 PM, Wayne Stambaugh wrote: > [...] >> FYI, swig does not support unique_ptr or weak_ptr yet[1]. If you change >> any code in pcbnew that gets swigged using these pointer templates, the >> python scripting

Re: [Kicad-developers] Python scripting build broken on windows.

2018-12-11 Thread Maciej Suminski
Hi Wayne, Seth, On 12/11/18 7:51 PM, Wayne Stambaugh wrote: [...] > FYI, swig does not support unique_ptr or weak_ptr yet[1]. If you change > any code in pcbnew that gets swigged using these pointer templates, the > python scripting will fail to build. If you want to use unique_ptr, you > will

Re: [Kicad-developers] Python scripting build broken on windows.

2018-12-11 Thread Wayne Stambaugh
On 12/11/2018 1:14 PM, Seth Hillbrand wrote: > Am 2018-12-11 12:05, schrieb Seth Hillbrand: >> Am 2018-12-11 11:46, schrieb Wayne Stambaugh: >>> One of the last couple of patches this morning broke the python >>> scripting build on windows.  I'm getting the following error (and yes I >>> deleted

Re: [Kicad-developers] Python scripting build broken on windows.

2018-12-11 Thread Seth Hillbrand
Am 2018-12-11 12:05, schrieb Seth Hillbrand: Am 2018-12-11 11:46, schrieb Wayne Stambaugh: One of the last couple of patches this morning broke the python scripting build on windows. I'm getting the following error (and yes I deleted pcbnew_wrap in an attempt to fix the issue): Same on

Re: [Kicad-developers] Python scripting build broken on windows.

2018-12-11 Thread Seth Hillbrand
Am 2018-12-11 11:46, schrieb Wayne Stambaugh: One of the last couple of patches this morning broke the python scripting build on windows. I'm getting the following error (and yes I deleted pcbnew_wrap in an attempt to fix the issue): Same on linux. I had to back out