[Xapian-devel] Building Search_Xapian under FreeBSD

Olly Betts olly at survex.com
Tue Jul 11 17:51:01 BST 2006


On Tue, Jul 11, 2006 at 08:42:54PM +0400, Pronichev Alexander wrote:
> gziped Xapian.c in attach

Line 144 is:

XS(XS_Search__Xapian__WritableDatabase_new1); /* prototype to pass -Wmissing-prototypes */

So the problem appears to be that the XS macro (which is defined by Perl)
produces code which won't compile.  I don't think this is a Xapian related
problem...

Perhaps the compiler you're using to build the bindings is different to
the one used to compile Perl (and which Perl built the XS macro for)?

Cheers,
    Olly



More information about the Xapian-devel mailing list