From: Richard S. <hob...@gm...> - 2018-04-20 13:14:12
|
On Wed, Apr 18, 2018 at 1:03 PM, Barry Scott <ba...@ba...> wrote: > > > On 18 Apr 2018, at 14:37, Richard Shaw <hob...@gm...> wrote: > > BUILDSTDERR: throw Py::Exception("abort progress indicator"); > BUILDSTDERR: ^ > > And you can see the define added for PYCXX_6_2_COMPATIBILITY... > > > Oh. Looks like I missed off a small part of the backward compat. > > That throws a RuntimeError. > > I think you can change it to be: > > throw Py::RuntimeError("about progress indictor"); > Thanks, upstream freecad has committed a change and now it builds. Richard |