[Xapian-tickets] [Xapian] #323: Can not build xapian-bindings for ruby 1.9

Xapian nobody at xapian.org
Tue Jan 20 11:45:02 GMT 2009


#323: Can not build xapian-bindings for ruby 1.9
-----------------------------+----------------------------------------------
 Reporter:  cheba            |        Owner:  olly    
     Type:  defect           |       Status:  assigned
 Priority:  normal           |    Milestone:  1.0.11  
Component:  Xapian-bindings  |      Version:  1.0.10  
 Severity:  normal           |   Resolution:          
 Keywords:                   |    Blockedby:          
 Platform:  All              |     Blocking:          
-----------------------------+----------------------------------------------

Comment(by olly):

 It looks like we also now need a -I for:

 {{{
 #!ruby
 Config::CONFIG["rubyhdrdir"] + "/" + Config::CONFIG["arch"]
 }}}

 Perhaps there's a cleaner way to get the required list of -I options?
 Just adding them like this feels a bit ad-hoc, but I'm not a Ruby expert.

 Anyway, for now try rerunning make like so continue as if we had done this
 so we can see if there are any further issues:

 {{{
 #!sh
 make INCLUDES=-I`ruby -rrbconfig -e 'puts Config::CONFIG["rubyhdrdir"] +
 "/" + Config::CONFIG["arch"]'`
 }}}

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



More information about the Xapian-tickets mailing list