[Xapian-discuss] question / errors Interix 3.5 / xapian-core-1.2.21 / Eric Lindblad

James Aylett james-xapian at tartarus.org
Sun Sep 6 10:44:14 BST 2015


On 5 Sep 2015, at 21:42, Eric Lindblad <geirfuglaps at yahoo.com> wrote:

> I would enquire if anyone has an opinion on whether it might be a possibility that adding the following #ifdef in certain xapian-core-1.2.21 /common and/or /backends files following the string #include <sys/types.h> might move closer towards resolution the 'ambiguous overload' issue.
> 
> +#ifdef __INTERIX
> +# include <stdint.h>
> +#endif
> +

Eric — I don’t know nearly enough about Interix to be able to help in any real way. If you think this will work, I’d suggest just adding it in all cases (there’s only about 20 in the entire codebase I think). However the fact that you had to copy header files from different versions of Interix suggests to me that you’re going to keep on running into other problems even if you can get past this one.

J

-- 
 James Aylett, occasional trouble-maker
 xapian.org




More information about the Xapian-discuss mailing list