Closed spectranaut closed 7 months ago
@spectranaut I've been poking around on Linux, so I had a look at this and found the Stack Overflow post explaining the necessary incantation for SWIG to find the namespace (pretty self-explanatory when you look at it).
Also, while I was testing that, I realised the order of %include
s is important - they have to be in dependency order, otherwise you get weird issues with interfaces not being found. So I fixed that as well.
Alice I tried to fit this one in before going on vacation -- but I'm getting errors when generating both nodejs and python binding:
I thought according to the SWIG does this should just work! Anyway, I'll look when I get back.