Opened 4 years ago

Closed 4 years ago

#61230 closed defect (fixed)

zimg @3.0.1: error: default initialization of an object of const type 'const resize::BilinearFilter' without a user-provided default constructor

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: herbygillot (Herby Gillot)
Priority: Normal Milestone:
Component: ports Version: 2.6.3
Keywords: Cc:
Port: zimg

Description

zimg fails to build on 10.11 and earlier:

https://build.macports.org/builders/ports-10.11_x86_64-builder/builds/122214/steps/install-port/logs/stdio

src/zimg/graph/graphbuilder.cpp:1021:38: error: default initialization of an object of const type 'const resize::BilinearFilter' without a user-provided default constructor
        static const resize::BilinearFilter bilinear;
                                            ^
                                                    {}

Change History (2)

comment:1 Changed 4 years ago by chrstphrchvz (Christopher Chavez)

In 6bd573698b0f804abadc311ab63573c36515f97a/macports-ports (master):

zimg: attempt to fix build on macOS 10.11

See: #61230

comment:2 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

That seems to work, thanks.

Note: See TracTickets for help on using tickets.