search for: msvc2017

Displaying 11 results from an estimated 11 matches for "msvc2017".

Did you mean: msvc2015
2018 Apr 11
0
how to build 64bit xapian using MSVC2017?
...----- > > 发件人: "Olly Betts" <olly at survex.com> > > 发送时间: 2018-04-04 03:41:33 (星期三) > > 收件人: "李澍" <lishu at fiberhome.com> > > 抄送: xapian-discuss <xapian-discuss at lists.xapian.org> > > 主题: Re: Re: how to build 64bit xapian using MSVC2017? > > > > On Tue, Apr 03, 2018 at 03:21:24PM +0800, 李澍 wrote: > > > My xapian version is 1.2.8. > > > Need I upgrade it to 1.4 if I want to build it with MSVC2017 x64? > > > > Yes, you will need to upgrade (and I said as much in my original reply). > &g...
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 currently failing on git master. > Unfort...
2018 Mar 19
2
how to build 64bit xapian using MSVC2017?
...ut 64bit compiling steps. I tried to replace the WIN32 with the WIN64 in the source files, then compile all the source. But the query parser compiling failed. It seems the lemon.exe get a runtime error. Is there a official doc to describe the steps to build the 64bit xapian using MSVC2017? Thanks. lishu at fiberhome.com
2018 Mar 20
0
how to build 64bit xapian using MSVC2017?
...e query parser compiling failed. > > It seems the lemon.exe get a runtime error. If you tell us what the error is, we might be able to help. But please try with a RELEASE/1.4 snapshot rather than 1.2.8. > Is there a official doc to describe the steps to build the 64bit > xapian using MSVC2017? No - currently the mail above is the nearest thing to docs on how to build with MSVC at all. Cheers, Olly
2019 Feb 22
0
How to build xapian 1.4.10 with MSVC2017
...------------------ Original ------------------ From: "olly";<olly at survex.com>; Date: Feb 22, 2019 To: "cswuyg"<496090217 at qq.com>; Cc: "Xapian Discussion"<xapian-discuss at lists.xapian.org>; Subject: Re: How to build xapian 1.4.10 with MSVC2017 On Fri, Feb 22, 2019 at 12:37:37AM +0800, cswuyg wrote: > Thank you very much,It works! Great, but which "it" worked? I suggested two options: > > So probably installing GNU ld from mingw would work around this, but > > really you shouldn't need to have it install...
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 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 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
2019 Feb 21
1
How to build xapian 1.4.10 with MSVC2017
...------------------ Original ------------------ From: "Olly Betts";<olly at survex.com>; Date: Feb 21, 2019 To: "cswuyg"<496090217 at qq.com>; Cc: "xapian-discuss"<xapian-discuss at lists.xapian.org>; Subject: Re: 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&...
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
2019 Feb 20
2
How to build xapian 1.4.10 with MSVC2017
...ginal ------------------ From: "Olly Betts";<olly at survex.com>; Send time: Wednesday, Feb 20, 2019 10:33 AM To: "cswuyg"<496090217 at qq.com>; Cc: "xapian-discuss"<xapian-discuss at lists.xapian.org>; Subject: Re: How to build xapian 1.4.10 with MSVC2017 On Wed, Feb 20, 2019 at 09:53:56AM +0800, 烛秋 wrote: > 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=&quo...