Is there any way I can obtain the .i files from which the Python and Ruby bindings for ROOT are created? I’d like to produce bindings for another SWIG target language, and it would be probably easier to use the already generated and debugged ones.
I have a fully automated SWIG binding for Perl, Python, Ruby. OCaml is more hard. But, it is not yet released.
Which language you want? I can try to put a pre-release on the web to test … contact me
Will the .i files work for creating a java wrapper…I’d like to give that a try… Though Rene suggests this isn’t a good long term approach. See comments at the end of root.cern.ch/phpBB2/viewtopic.php?t=682
I did play with JavaRoot and it did work for my needs, just curious about how/if SWIG could be used.