[Xapian-discuss] test 1 / errors Interix 3.5 / xapian-core-1.2.21 / Eric Lindblad
Eric Lindblad
geirfuglaps at yahoo.com
Mon Sep 7 15:31:05 BST 2015
Test 1 by Eric Lindblad 07-09-2015
http://www.ericlindblad.blogspot.com
The 'ambiguous overload' error cited 28-08-2015 was
unaffected from adding the below #ifdef following
incidents of the string #include <sys/types> in all
relevant xapian-core-1.2.21 files.
http://sourceforge.net/projects/libuuid/
libuuid-1.0.3.tar.gz
the following lines can be added to uuidP.h from the above extracted
libuuid-1.0.3.tar.gz, after #include <sys/types.h>, which allows it to
compile on above described SFU Interix 3.5 setup
+#ifdef __INTERIX
+# include <stdint.h>
+#endif
+
provided lines from: https://searchcode.com/codesearch/view/37251130/
--------------------------------------------
From: "Eric Lindblad" <GeirfuglApS at yahoo.com>
Subject: question / errors Interix 3.5 / xapian-core-1.2.21 / Eric Lindblad
To: "Xapian Discussion" <xapian-discuss at lists.xapian.org>
Date: Saturday, September 5, 2015, 10:42 PM
Question by Eric Lindblad 05-09-2015
http://www.ericlindblad.blogspot.com
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
+
Note (as below) this #ifdef was used to enable libuuid-1.0.3 to compile,
on this modified SFU Interix 3.5 setup.
Note (as below) my SFU Interix 3.5 setup was modified as copying over
from SUA Interix (for Vista & newer) getopt.h, inttypes.h, and stdint.h
into C:\SFU\usr\include.
--------------------------------------------
From: "Eric Lindblad" <GeirfuglApS at yahoo.com>
Subject: errors Interix 3.5 / xapian-core-1.2.21 / Eric Lindblad
To: "Xapian Discussion" <xapian-discuss at lists.xapian.org>
Date: Friday, August 28, 2015, 10:00 AM
Report by Eric Lindblad 28-08-2015
http://www.ericlindblad.blogspot.com
More information about the Xapian-discuss
mailing list