[Rcpp-devel] Building RcppBDT fails on Win 7 64-bit

Dirk Eddelbuettel edd at debian.org
Mon Dec 2 19:05:57 CET 2013


Dino,

Also, if you want another example of 'long long int': RcppCNPy needs to
enable -std=c++11 to the 'long long int' beheaviour to support int64 as
needed in the NumPy headers for ints.  

If -std=c++11 is not enable, RcppCNPy does not support integers, otherwise it
does. You could building that locally and check the changed behaviour (and
you get by without the Boost dependency; another thing to update for RcppBDT
by switching to package BH).

Regards, Dirk

-- 
Dirk Eddelbuettel | edd at debian.org | http://dirk.eddelbuettel.com


More information about the Rcpp-devel mailing list