Opened 7 years ago
Closed 7 years ago
#54586 closed defect (fixed)
strigi, cppunit: error: no member named 'bind' in namespace 'std'; did you mean 'find'?
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | michaelld (Michael Dickens) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | strigi, cppunit |
Description
strigi fails to build because of some issue with cppunit:
:info:build /opt/local/include/cppunit/TestCaller.h:121:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? :info:build m_test_function( std::bind(test, m_fixture) ) :info:build ~~~~~^~~~ :info:build find
I don't know which port needs to be fixed.
Attachments (1)
Change History (4)
Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | main.log.bz2 added |
---|
comment:1 Changed 7 years ago by kencu (Ken)
comment:2 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
strigi doesn't even depend on cppunit. So we should add conflicts_build cppunit
.
comment:3 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I suspect it's this: