Closed dmbates closed 8 years ago
I just opened a pul request for this, the basic problem was that you needed to add the TableReader
type before attempting to use it as a function return type, since everything in a CxxWrap module happens in the order stated between JULIA_CPP_MODULE_BEGIN
and JULIA_CPP_MODULE_END
. I will update the CxxWrap docs to make this clearer.
@barche That worked. Thank you.
With https://github.com/JuliaStats/Feather.jl/commit/60e0cb1659dc574beecb14dc4499a2c72c59a619 I get a
std::runtime_error
fromThe error is
and originates in
Can you advise me, @barche?
I am also struggling with the
./deps/build.jl
file but I will deal with that separately.