search for: l1364

Displaying 2 results from an estimated 2 matches for "l1364".

Did you mean: 1364
2015 Oct 28
2
Trying to get Search::Xapian perl module to compile on win32
Resurrecting an old thread from 2012! Finally got back to working on this. I have been stuck in JavaScript land for too long. Come to find out, on windows, perl does indeed define open to be win32_open and close to be win32_close. This is done in perl/lib/CORE/win3iop.h. So, to get past this problem, I had to modify Xapian.xs to do an #undef of open and close if WIN32 is defined. Also, I had
2015 Oct 29
4
Trying to get Search::Xapian perl module to compile on win32
...her GCC or MSVC to build both xapian-core and Search::Xapian. C code should interwork fine, so it shouldn't matter what perl was built with. Before I can apply the patches, I need to check you're OK with the licensing requirements: http://trac.xapian.org/browser/trunk/xapian-core/HACKING#L1364 Actually for Search::Xapian it ought to be a "same licence as Perl" in place of "GPL version 2 and all later versions". (The dual licence with MIT/X is still useful there as it allows us to apply patches to the SWIG-based Perl bindings on trunk). > ************************...