[Rcpp-devel] Build of Rcpp from svn failure

Thell Fowler tbfowler4 at gmail.com
Sun Dec 16 18:04:51 CET 2012


diff --git a/pkg/Rcpp/src/exceptions.cpp b/pkg/Rcpp/src/exceptions.cpp
index f46573b..7ff0f28 100644
--- a/pkg/Rcpp/src/exceptions.cpp
+++ b/pkg/Rcpp/src/exceptions.cpp
@@ -20,6 +20,7 @@
 // along with Rcpp.  If not, see <http://www.gnu.org/licenses/>.

 #include <Rcpp/platform/compiler.h>
+#include <typeinfo>
 #define R_NO_REMAP
 #include <Rinternals.h>
 #include <Rcpp/exceptions.h>

resolves the error.  Though I'm not sure if that is where you'd want it.

-- 
Sincerely,
Thell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20121216/e417487f/attachment.html>


More information about the Rcpp-devel mailing list