Opened 6 years ago

Closed 5 years ago

#57185 closed defect (fixed)

inkscape-devel: error: call to deleted member function 'dictAdd'

Reported by: mf2k (Frank Schima) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: inkscape-devel

Description

I'm seeing the following rebuild error with inkscape-devel:

:info:build 	mv -f $depbase.Tpo $depbase.Po
:info:build extension/internal/pdfinput/pdf-parser.cpp:3689:12: error: call to deleted member function 'dictAdd'
:info:build       dict.dictAdd(key, std::move(obj));
:info:build       ~~~~~^~~~~~~
:info:build /opt/local/include/poppler/Object.h:276:8: note: candidate function has been explicitly deleted
:info:build   void dictAdd(char *key, Object &&val) = delete;
:info:build        ^
:info:build /opt/local/include/poppler/Object.h:359:21: note: candidate function
:info:build inline void Object::dictAdd(const char *key, Object &&val)
:info:build                     ^
:info:build 1 error generated.

Attachments (1)

main.log (1.6 MB) - added by mf2k (Frank Schima) 6 years ago.

Download all attachments as: .zip

Change History (3)

Changed 6 years ago by mf2k (Frank Schima)

Attachment: main.log added

comment:1 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)

comment:2 Changed 5 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.