I'm trying to build the example SWIG bindings that come with Go. The files I'm looking at are located in misc/swig/callback.
Are there instructions on how to build this example? I tried following the directions here: http://www.swig.org/Doc2.0/Go.html but the code generated by SWIG doesn't seem to compile with g++ (since it uses a C++ library ) and doesn't compile with g++ (with multiple compilation errors).
Has anyone built this example successfully?
Thanks!