Displaying 3 results from an estimated 3 matches for "msys2_path_typ".
Did you mean:
msys2_path_type
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 LDFLAGS=-LC:\zlib-1.2.3-lib\lib" --prefix="C:\xapian-install"
configure: loa...
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 one-off by passing
-use-full-path:
msys2_shell.cmd -use-full-path
> And other errors :
> # ./configure CC="cl -nologo" CXX="$PWD...
2019 Feb 21
1
How to build xapian 1.4.10 with MSVC2017
...;
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".
OK, I'll note that in the instructions.
It looks like you can also enable this option as a one-off by passing
-use-full-path:
msys2_shell.cmd -use-full-path
> And other errors :
> # ./configure CC="cl -nologo" CXX="$PWD...