Skip to content
Prev 2254 / 10988 Next

[Rcpp-devel] weird error

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