[Rcpp-devel] unable to load shared object - Symbol not found
Dirk Eddelbuettel
edd at debian.org
Sun Jul 16 19:03:56 CEST 2017
On 16 July 2017 at 15:39, Ismail SEZEN wrote:
| For the people who might have the same/similar issue;
|
| Please do not use direct call (as below) to cpp functions in your code somewhere;
|
| .Call('rpbl_hef_list', PACKAGE = ‘rpbl’, ...)
You can. But then you must use the same form as generated by Rcpp Attributes.
Which changed for Rcpp 0.12.12 (see NEWS.Rd and ChangeLog, we needed to find
a form not auto-exporting every symbol per the default exportPattern() in the
NAMESPACE file) and that tripped you up here.
Dirk
--
http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
More information about the Rcpp-devel
mailing list