rcpparrayfire icon indicating copy to clipboard operation
rcpparrayfire copied to clipboard

RcppArrayFire - in Windows

Open JKcme opened this issue 6 years ago • 23 comments

Hi! I've been trying to install in Windows - and I realize this works under Linux at the moment, but I thought I might be able to build from source since I have RTools installed.

But I get this error:

  • installing source package 'RcppArrayFire' ...


    WARNING: this package has a configure script It probably needs manual configuration


** libs

*** arch - i386 c:/Rtools/mingw_32/bin/g++ -std=gnu++11 -I"C:/PROGRA~1/R/R-3.4.3/include" -DNDEBUG -I"C:/Users/Documents/R/win-library/3.4/Rcpp/include" -O2 -Wall -mtune=generic -c RcppArrayFire.cpp -o RcppArrayFire.o RcppArrayFire.cpp:23:27: fatal error: RcppArrayFire.h: No such file or directory #include <RcppArrayFire.h> ^ compilation terminated.

Any ideas how I might proceed here? I'm not familiar with building from source, but I do use Rcpp. My ArrayFire install will run examples in Visual Studio with no problem. Thanks!

JKcme avatar Jan 17 '18 20:01 JKcme