我有一个swigged C类容器,MyContainer,持有MyObject类型的对象,也是一个C类. 以下是C头代码(freemenot.h) #ifndef freemenotH #define freemenotH #include <vector> #include <string> using std::string; class MyObject { public: MyObject ...
on Mac OS X 10.9. To do so, I need python swig bindings for svn. I've tried building them using the subversion sources found here: ...