[Xapian-tickets] [Xapian] #404: Error compiling Perl binding from xapian-bindings
Xapian
nobody at xapian.org
Sat Oct 3 10:57:15 BST 2009
#404: Error compiling Perl binding from xapian-bindings
----------------------------+-----------------------------------------------
Reporter: dmichelsen | Owner: olly
Type: defect | Status: closed
Priority: normal | Milestone: 1.0.17
Component: Search::Xapian | Version: 1.0.11
Severity: major | Resolution: fixed
Keywords: | Blockedby:
Platform: Solaris | Blocking:
----------------------------+-----------------------------------------------
Changes (by olly):
* status: assigned => closed
* resolution: => fixed
* milestone: 1.1.3 => 1.0.17
Comment:
Thanks for testing.
Fix committed to trunk r13542 and backported for 1.0 as r13543.
The second warning is just due to the code generated by the Perl XS tools
- you see similar warnings with modern GCC. They're harmless.
The first warning is a little more worrisome, but I think it should be OK
(assuming that the calling conventions for passing POD types are
compatible between C and C++, which is a sane ABI design). Again, it's
due to the code the Perl XS tools generate - I don't see how we can force
{{{extern "C"}}} here ourselves.
Does {{{make check}}} in a built source tree work? If so, that's a strong
indication.
--
Ticket URL: <http://trac.xapian.org/ticket/404#comment:5>
Xapian <http://xapian.org/>
Xapian
More information about the Xapian-tickets
mailing list