[Rcpp-commits] r4606 - testlogs

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jan 15 04:50:33 CET 2014


Author: edd
Date: 2014-01-15 04:50:32 +0100 (Wed, 15 Jan 2014)
New Revision: 4606

Modified:
   testlogs/Rcpp-Summary-20140112.R
Log:
update to quantlib

Modified: testlogs/Rcpp-Summary-20140112.R
===================================================================
--- testlogs/Rcpp-Summary-20140112.R	2014-01-14 03:14:00 UTC (rev 4605)
+++ testlogs/Rcpp-Summary-20140112.R	2014-01-15 03:50:32 UTC (rev 4606)
@@ -83,7 +83,8 @@
 ## Failing at compile time
 bad4otherAPI <- c("httpuv",             # (Rcpp/exceptions.h:33:56: error: ‘stack_trace’ was not declared in this scope
                   "RcppClassic", 	# redefinition of 'Rcpp::internal::getPosixClasses()’
-                  "Rmixmod",            # overloaded ‘S4_Impl(Rcpp::SlotProxyPolicy<Rcpp::S4_Impl<Rcpp::PreserveStorage> >::SlotProxy)’ is ambiguous              
+                  "Rmixmod",            # overloaded ‘S4_Impl(Rcpp::SlotProxyPolicy<Rcpp::S4_Impl<Rcpp::PreserveStorage> >::SlotProxy)’ is ambiguous
+                  "RQuantLib",	        # 'QLtoJan1970Offset’ is not a member of ‘Rcpp::Date’
                   "tbart",              # tb.cpp:13:24: error: ‘stop’ is not a member of ‘Rcpp’
                   "wsrf")               # error: call of overloaded ‘Vector(Rcpp::Vector<19>::const_Proxy)’ is ambiguous
 
@@ -106,7 +107,6 @@
                    "RcppEigen",         # object 'SHLIB.maker' not found -- fixed in repo
                    "rmgarch",           # ‘trunc’ is not a member of ‘std::ios_base’
                    "RProtoBuf",         # configure: error: C++ comp. cannot create executables
-                   "RQuantLib",	        # configure: error: cannot run C++ compiled programs.
                    "rugarch",           # ‘trunc’ is not a member of ‘std::ios_base’
                    "WideLm")            # configure: error: cannot run C++ compiled programs.
                    



More information about the Rcpp-commits mailing list