Does any one encounter such error?
$ ./rinside_example0
Error: cons memory exhausted (limit reached?)
Execution halted


The code is just rinside_example0.cpp. 
The make file is just the original Make file with the line "sources :=          
    $(wildcard *.cpp)"
replaced by
"sources = rinside_example0.cpp" because there are multiple cpp files.

Note that there are many header files, cpp files and text style data files.


Thanks,
DSUN


_______________________________________________
Rcpp-devel mailing list
Rcpp-devel@lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel

Reply via email to