Opened 2 years ago
Last modified 15 months ago
#66281 assigned defect
qore fails on 10.5.8: error: no declaration matches 'QoreListNode* QoreListNode::splice(ptrdiff_t)'
Reported by: | barracuda156 | Owned by: | davidnich (David Nichols) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.0 |
Keywords: | leopard | Cc: | mascguy (Christopher Nielsen) |
Port: | qore |
Description
:info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_qore/qore/work/qore-1.12.2/lib/single-compilation-unit.cpp:116: :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_qore/qore/work/qore-1.12.2/lib/QoreListNode.cpp:500:15: error: no declaration matches 'QoreListNode* QoreListNode::splice(ptrdiff_t)' :info:build 500 | QoreListNode* QoreListNode::splice(ptrdiff_t offset) { :info:build | ^~~~~~~~~~~~
Attachments (1)
Change History (3)
Changed 2 years ago by barracuda156
comment:1 Changed 2 years ago by barracuda156
comment:2 Changed 15 months ago by mascguy (Christopher Nielsen)
Cc: | mascguy added |
---|
Note: See
TracTickets for help on using
tickets.
Also some changes may be needed to allow using
oneTBB
instead oftbb
. Related general ticket: https://trac.macports.org/ticket/66280