Displaying 2 results from an estimated 2 matches for "20tar".
Did you mean:
20mar
2015 Jul 05
0
Trouble installing xapian on windows
...finished with a error (see the output below). So far i have two
> questions:
>
> 1) Why mingw is not working for me? Is it bug or i am doing something wrong?
Our buildbot has a mingw-w64 cross-compiled build which seems to be
working currently:
http://buildbot.xapian.org/builders/stable%20tar%20mingw-cross
> ./common/safeunistd.h: In function 'unsigned int sleep(unsigned int)':
> ./common/safeunistd.h:56:1: error: redefinition of 'unsigned int sleep(unsigned
> int)'
> sleep(unsigned int seconds)
> ^
> In file included from ./common/safeunistd.h:25:0,...
2015 Jul 04
2
Trouble installing xapian on windows
Hello, i am trying to install xapian on windows. As the xapian download page says, there are two options here:
1) mingw
2) a separate set of makefiles for MSVC.
If i understand correctly, MSVC is supported only by xapian 1.2.8 and older, so i decided to try mingw. The configure script worked perfectly, but "make" finished with a error (see the output below). So far i have two