Hi, has anyone tried this on Mac OSX (10.6)?
For SWIG I did the standard: ./configure, make, make install.
but when i try to CMake your examples above i get this:
swig error : Unrecognized option -initname
swig error : Unrecognized option Example
for -initname "Example" in CMakeList.txt
also if i remove that it doesn't get better.
I tried SWIG versions 2.0.0 and 1.3.40 with no luck,
and I have ruby 1.8.7 (so should be no problems here...).
Please help,
Thank you.