[Rcpp-devel] installation of nlopt on windows from source

2017-08-26 Thread althu07
Hi fellows, I try to link nlopt with Rcpp/RcppArmadillo packages in R. So I follow the instructions on nloptr website ( https://github.com/jyypma/nloptr/blob/master/INSTALL.windows) to first install nlopt from source on windows. However, I encountered the following errors in make. Any help is very

Re: [Rcpp-devel] installation of nlopt on windows from source

2017-08-26 Thread althu07
Hi Dirk, Thank you so much for your reply. The error message that I had is from a bash script where the 64 bit option is used. I also tried the prebuilt version. That didn't work out either when I attempted to link nlopt with Rcpp in my own package. I was able to build nlopt from source on Mac OS