[Xapian-tickets] [Xapian] #403: Could not find a match for std::vector<unsigned>::assign since 1.0.12

Xapian nobody at xapian.org
Fri Sep 18 14:37:21 BST 2009


#403: Could not find a match for std::vector<unsigned>::assign since 1.0.12
------------------------+---------------------------------------------------
 Reporter:  dmichelsen  |       Owner:  olly    
     Type:  defect      |      Status:  assigned
 Priority:  normal      |   Milestone:  1.1.3   
Component:  Other       |     Version:  1.0.12  
 Severity:  blocker     |    Keywords:          
Blockedby:              |    Platform:  Solaris 
 Blocking:              |  
------------------------+---------------------------------------------------
Changes (by olly):

  * status:  new => assigned


Comment:

 OK, the issue with Sun's compiler looks to be a change to configure which
 accidentally ignores the flags needed to switch it to ANSI C++ mode.
 After configuring, this should result in a successful build:

 {{{
 #!sh
 make clean
 make AM_CXXFLAGS="-library=stlport4 -features=tmplife"
 }}}

 Can you try that and confirm?

 The GCC problem doesn't look to be related.  Google finds a few hits for
 failures with similar messages.  Nothing very helpful, but it might be
 related to multilibbing.

-- 
Ticket URL: <http://trac.xapian.org/ticket/403#comment:4>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list