On Tue, May 24, 2022 at 9:08 AM Richard Shaw <hobbes1069@xxxxxxxxx> wrote:
On Tue, May 24, 2022 at 9:03 AM Jonathan Wakely <jwakely@xxxxxxxxxx> wrote:On Thu, 5 May 2022 at 09:46, Miro Hrončok <mhroncok@xxxxxxxxxx> wrote:
>
> freecad
>
> /builddir/build/BUILD/FreeCAD-0.19.4/src/Mod/Part/App/BRepOffsetAPI_MakeFillingPyImp.cpp:100:14:
> error: 'unique_ptr' is not a member of 'std'
> 100 | std::unique_ptr<BRepOffsetAPI_MakeFilling> ptr(new
> BRepOffsetAPI_MakeFilling(degree, nbPtsOnCur, nbIter,
> | ^~~~~~~~~~
This is a latent package bug, exposed by GCC 12. It needs to #include
<memory> explicitly to use std::unique_ptr.
https://gcc.gnu.org/gcc-12/porting_to.html#header-dep-changesI'm pretty sure I fixed this but not sure if I built in a side tag, if not feel free to build or I'll do it when I have time. Oldest is graduating high school today!
Never mind that was SMESH, not FreeCAD (same problem and related package). I'll get to it as soon as I can.
Thanks,
Richard
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure