ReFRACtor / framework

Base repository with generic software components
https://refractor.github.io/framework/
Other
10 stars 11 forks source link

swig::type_info #4

Open zongxuem opened 10 months ago

zongxuem commented 10 months ago

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

douhaiyang05 commented 4 months ago

@zongxuem hi, have you solved it? I met the same proble.