-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
Description
Is it possible to get the package installed on MS Windows . I did run into the following error:
> devtools::install_github("nfultz/grpc")
Downloading GitHub repo nfultz/grpc@master
from URL https://api.github.com/repos/nfultz/grpc/zipball/master
Installing grpc
"C:/PROGRA~1/MIE74D~1/ROPEN~1/R-35~1.1/bin/x64/R" --no-site-file --no-environ --no-save --no-restore --quiet CMD INSTALL \
"C:/Users/wolski/AppData/Local/Temp/RtmpuwKZn5/devtools20904dbd502/nfultz-grpc-0b08d64" --library="C:/Users/wolski/Documents/R/win-library/3.5" \
--install-tests
* installing *source* package 'grpc' ...
** libs
c:/Rtools/mingw_64/bin/g++ -m64 -I"C:/PROGRA~1/MIE74D~1/ROPEN~1/R-35~1.1/include" -DNDEBUG -I"C:/Users/wolski/Documents/R/win-library/3.5/Rcpp/include" -I"C:/swarm/workspace/External-R-3.5.1/vendor/extsoft/include" `pkg-config --cflags grpc` -O2 -Wall -mtune=core2 -c RcppExports.cpp -o RcppExports.o
pkg-config: not found
c:/Rtools/mingw_64/bin/g++ -m64 -I"C:/PROGRA~1/MIE74D~1/ROPEN~1/R-35~1.1/include" -DNDEBUG -I"C:/Users/wolski/Documents/R/win-library/3.5/Rcpp/include" -I"C:/swarm/workspace/External-R-3.5.1/vendor/extsoft/include" `pkg-config --cflags grpc` -O2 -Wall -mtune=core2 -c client.cpp -o client.o
pkg-config: not found
client.cpp:2:23: fatal error: grpc/grpc.h: No such file or directory
#include <grpc/grpc.h>
^
compilation terminated.
make: *** [client.o] Error 1
ERROR: compilation failed for package 'grpc'
* removing 'C:/Users/wolski/Documents/R/win-library/3.5/grpc'
In R CMD INSTALL
Installation failed: Command failed (1)