nicolasjamet commented on issue #8936: Issue on MXNet R installation with GPU support on Windows URL: https://github.com/apache/incubator-mxnet/issues/8936#issuecomment-349349859 I have uninstalled TDM-GCC-64. The lines are now as below. It seems that the path **"d:/Compiler/gcc-4.9.3/local330/include"** is taken from Makeconf file in **C:\R-3.4.2\etc\x64**. This path doesn't exist - should I replace it with Rtools path? `c:/Rtools/mingw_64/bin/g++ -I"C:/R-3.4.2/include" -DNDEBUG -I../inst/include -I"C:/R-3.4.2/library/Rcpp/include" -I"d:/Compiler/gcc-4.9.3/local330/include" -O2 -Wall -mtune=core2 -c export.cc -o export.o ` `c:/Rtools/mingw_64/bin/g++ -I"C:/R-3.4.2/include" -DNDEBUG -I../inst/include -I"C:/R-3.4.2/library/Rcpp/include" -I"d:/Compiler/gcc-4.9.3/local330/include" -O2 -Wall -mtune=core2 -c im2rec.cc -o im2rec.o` Regarding opencv, I referenced the following : Within Path variable : **C:\Program Files\opencv\build\bin C:\Program Files\opencv\build\include C:\Program Files\opencv\build\include\opencv2** And as System Variables **OPENCV_DIR = C:\Program Files\opencv\build\bin OPENCV_DIR_BUILD = C:\Program Files\opencv\build\include OPENCV_DIR_OPENCV2 = C:\Program Files\opencv\build\include\opencv2**
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
