similar to: how to build 64bit xapian using MSVC2017?

Displaying 20 results from an estimated 2000 matches similar to: "how to build 64bit xapian using MSVC2017?"

2018 Apr 03
3
how to build 64bit xapian using MSVC2017?
hi, Olly Betts, Thank you for you answer. My xapian version is 1.2.8. Need I upgrade it to 1.4 if I want to build it with MSVC2017 x64? lishu at fiberhome.com From: Olly Betts Date: 2018-03-29 11:10 To: 李澍; xapian-discuss Subject: Re: how to build 64bit xapian using MSVC2017? On Tue, Mar 20, 2018 at 08:28:24PM +0000, Olly Betts wrote: > Related to this, the appveyor build is
2018 Mar 20
2
how to build 64bit xapian using MSVC2017?
On Tue, Mar 20, 2018 at 06:30:07PM +0000, Olly Betts wrote: > https://lists.xapian.org/pipermail/xapian-discuss/2018-January/009585.html Related to this, the appveyor build is currently failing on git master. Unfortunately the change at which is started to fail was the addition of the new "honey" backend, which doesn't narrow things down to a useful degree. I've checked over
2018 Apr 11
0
how to build 64bit xapian using MSVC2017?
Hi, Olly: I post the error in the attachment, any methods to fix it? Run the command (.\lemon.exe -q -oqueryparser_internal.cc -hqueryparser_token.h queryparser.lemony) will get the error. If it is hard to fix, I will upgrade xapian to 1.4. But I worry it will cost me too much time to modify my application code. Thanks a lot. Here is the error details: lemon.c: #define LISTSIZE 30
2018 Mar 20
0
how to build 64bit xapian using MSVC2017?
On Mon, Mar 19, 2018 at 03:31:38PM +0800, 李澍 wrote: > I'm new in xapian project. I want to build 64bit xapian(1.2.8) from > source using MSVC 2017. The 1.2.x release series was retired about 6 months ago, and 1.2.8 is far from being the latest version even in that retired release series (it's more than 6 years old). For a stable release, please use 1.4.x. In particular, there are
2019 Feb 20
2
How to build xapian 1.4.10 with MSVC2017
Thanks for your reply. I had run vcvars64.bat,but still cann't find 'cl'. Finally I fix it, change msys2_shell.cmd: "if it is present: replace rem set MSYS2_PATH_TYPE=inherit with set MSYS2_PATH_TYPE=inherit". And other errors : # ./configure CC="cl -nologo" CXX="$PWD/compile cl -nologo" CXXFLAGS="-EHsc AR=lib -IC:\zlib-1.2.3-lib\include
2019 Feb 21
1
How to build xapian 1.4.10 with MSVC2017
Thank you very much,It works! And some Q&A I meet,may help somebody: 1. If zlib build with 32bit,should use MSVC's 'vcvars32.bat'; 2. Add '-Z7' to CXXFLAGS can release *.pdb file for VS2017 'Step Into' debug, such as: CXXFLAGS="-EHsc -Z7"; 3. If Somebody write a demo in VS2017 3.1 change libxapian.a's name to libxapian.lib; 3.2 make sure the
2019 Feb 22
0
How to build xapian 1.4.10 with MSVC2017
> Great, but which "it" worked? I had install mingw earlier, but not set it to $PATH, so must be 'LD=link' and your previous advices on "CXXFLAGS" . I execute configure like this: ./configure LD=link CC="cl -nologo" CXX="$PWD/compile cl -nologo" CXXFLAGS="-EHsc -Z7" AR=lib CPPFLAGS=-IC:/zlib-1.2.3-lib/include
2019 Feb 21
0
How to build xapian 1.4.10 with MSVC2017
On Wed, Feb 20, 2019 at 12:41:07PM +0800, cswuyg wrote: > Thanks for your reply. > I had run vcvars64.bat,but still cann't find 'cl'. > Finally I fix it, change msys2_shell.cmd: "if it is present: replace rem set MSYS2_PATH_TYPE=inherit with set MSYS2_PATH_TYPE=inherit". OK, I'll note that in the instructions. It looks like you can also enable this option as a
2018 Mar 29
0
how to build 64bit xapian using MSVC2017?
On Tue, Mar 20, 2018 at 08:28:24PM +0000, Olly Betts wrote: > Related to this, the appveyor build is currently failing on git master. > Unfortunately the change at which is started to fail was the addition > of the new "honey" backend, which doesn't narrow things down to a > useful degree. I've disabled honey in these builds for now. This really needs to be
2019 Feb 20
1
How to build xapian 1.4.10 with MSVC2017
hi, I have read the install document,https://github.com/xapian/xapian/blob/v1.4.10/xapian-core/INSTALL,but don't how to build xapian project by MSVC. I execute command in mingw64.exe: ./configure CC="cl -nologo" CXX="$PWD/compile cl -nologo" CXXFLAGS=-EHsc AR=lib has some errors: # ./configure CC="cl -nologo" CXX="$PWD/compile cl -nologo" CXXFLAGS=-EHsc
2017 Sep 04
2
how to build Xapian project on windows?
> It's close to irrelevant when they last worked at this point - the current > stable release series is 1.4.x, and they definitely won't work with that. acknowledged Visual Studio 2008, win32 makefiles (from C. Hull's website) and xapian-core-1.2.8 are mentioned together on this webpage https://lists.xapian.org/pipermail/xapian-devel/2012-October/001883.html
2012 Feb 20
1
bigmemory not really parallel
Hi, all, I have a really big matrix that I want to run k-means on. I tried: >data <- read.big.memory('mydata.csv',type='double',backingfile='mydata.bin',descriptorfile='mydata.desc') I'm using doMC to register multicore. >library(doMC) >registerDoMC(cores=8) >ans<-bigkmeans(data,k) In system monitor, it seems only one thread running R. Is
2012 Jan 18
1
kmeans clustering on large but sparse matrix
Hi, I have a 60k*600k matrix, which exceed the vector length limit of 2^32-1. But it's rather sparse, only 0.02% has value. So I save is as MarketMatrix (mm) file, it's about 300M in size. I use readMM in Matrix package to read it in. If do so, the data type becomes dgTMatrix in 'Matrix' package instead of the common matrix type. The problem is, if I run k-means only on part of
2011 Dec 14
2
Xapian 1.2.8 released
I've uploaded Xapian 1.2.8 (including Search::Xapian 1.2.8.0). As usual you can download from: http://xapian.org/download You can read an overview of the release here: http://trac.xapian.org/wiki/ReleaseOverview/1.2.8 The full lists of user-visible changes are linked to from there, and also from the "[news]" links on the download page. As always, if you encounter problems,
2012 Feb 02
0
bigkmeans not parallel
I'm using bigkmeans in 'biganalytics' to cluster my 60,000 by 600,000 matrix. I'm using a 8 core Linux VM. I have register parallel backend with >registerDoMC() And I checked how many cores registered with >getDoParWorkers() It returns 8, which is the number of cores I have on my machine. And I run the test below, whose results shows improved speed due to parallel. check
2018 Apr 29
2
Need support to build xapian on Windows with Microsoft compiler
Dear XAPIAN developers, I think your code is devoted also to be compiled on Windows with Microsoft compiler. I think so because 1. There are many #ifdef _MSC_VER like code 2. And if I remember correctly the xapian documentation, xapian has also C# bindings. I need the xapian library for Windows Microsoft compiler. I created visual studio 2015 project and included almost all source
2011 Aug 23
2
Xapian for RHEL/CentOS 6.x
Hi All, I've built RPM packages for Xapian 1.2.7 for RHEL 6. Instructions: su rpm -ivh http://rpm.eprints.org/rpm-eprints-org-key-1-1.noarch.rpm rpm -ivh http://rpm.eprints.org/xapian/6/noarch/rpm-eprints-org-xapian-6-1.noarch.rpm yum update yum install xapian-omega xapian-bindings-{php,python,tcl8,perl,ruby} perl-Search-Xapian is available for those not using the SWIG bindings. I had to
2017 Sep 01
1
how to build Xapian project on windows?
> Those nmake files have been without a maintainer since about 2011, so > it's not a big surprise that they don't work without a few tweaks at > this point. > Nobody seems interested in keeping the nmake files up to date, so it's > probably time we just removed them. I think formerly it was listed on the Xapian website which was the last version of xapian-core known to
2018 Apr 30
5
Need support to build xapian on Windows with Microsoft compiler
Hello, Thank you very much for quick response. I need only xapian-core. As I wrote on my case compilation with Visual Studio 2015 successful, just I have runtime errors, while the same code on LINUX runs fine. I'll try the hints from (https://trac.xapian.org/browser/git/xapian-core/INSTALL?rev=RELEASE/1.4#L54) and maybe to migrate my project to VS2017 and test it again. If I understand
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