Skip to content
Back to formatted view

Raw Message

Message-ID: <CC56E4DA-5058-41F1-954A-807485CADD37@bcm.edu>
Date: 2011-05-06T00:21:50Z
From: deqiang sun
Subject: [Rcpp-devel] weird error
In-Reply-To: <4DA437EB.7040208@r-enthusiasts.com>

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