Displaying 3 results from an estimated 3 matches for "nfultz".
Did you mean:
fultz
2018 Oct 02
2
R grpc
Hello,
I am looking for a prebuild - binary MS Windows version of the R grpc package
https://github.com/nfultz/grpc
best regards
Witek
--
Witold Eryk Wolski
2018 Oct 02
0
R grpc
Hello,
Do you really need a prebuild binary? Wouldn't this do it?
devtools::install_github("nfultz/grpc")
Hope this helps,
Rui Barradas
?s 20:14 de 02/10/2018, Witold E Wolski escreveu:
> Hello,
>
> I am looking for a prebuild - binary MS Windows version of the R grpc package
> https://github.com/nfultz/grpc
>
> best regards
> Witek
>
>
2018 Oct 02
1
How do I set a compile flag _WIN32_WINNT=0x600 in Makevars.Win
Sorry for bothering you
I am trying to build the R grpc package on windows:
https://github.com/nfultz/grpc
against an MSYS2 build of grpc.
when running devtools::install() I am getting the following error:
C:/msys64/mingw64/include/grpc/impl/codegen/port_platform.h:47:2:
error: #error "Please compile grpc with _WIN32_WINNT of at least 0x600
(aka Windows Vista)"
#error \
^
Which, if...