swig::type_info
Opened this issue · 1 comments
Hi,
When I try to "make all", I got these errors like that :
[ 77%] Building CXX object bindings/python/CMakeFiles/_swig_wrap.dir/swig/lidort_interface_typesPYTHON_wrap.cxx.o
~~/bindings/python/swig/l_rad_driverPYTHON_wrap.cxx:4364:10: error: ‘traits_asptr’ is not a class template
4364 | struct traits_asptr<std::vector<boost::shared_ptr > > {
| ^~~~~~~~~~~~
~~/bindings/python/swig/l_rad_driverPYTHON_wrap.cxx: In static member function ‘static int swig::traits_asptr::asptr(PyObject*, std::vector<boost::shared_ptr >**)’:
~~/bindings/python/swig/l_rad_driverPYTHON_wrap.cxx:4372:37: error: ‘type_info’ is not a member of ‘swig’; did you mean ‘std::type_info’?
4372 | swig::type_info(),0) == SWIG_OK) {
| ^~~~~~~~~
I don't know the reason. Can you help me to work it out?
Thanks,
zongxuem
@zongxuem hi, have you solved it? I met the same proble.