Re: Can't wrap weka

2011-12-12 Thread Bill Janssen
Andi Vajda wrote: > On Fri, 9 Dec 2011, Bill Janssen wrote: > > > Any ideas on how to wrap weka? The core problem is that the class > > weka.core.Utils has both a "static double log2", and a "static double > > log2 (double a)", which confuses the heck out of JCC. > > > > It would be nice if it

Re: Can't wrap weka

2011-12-09 Thread Andi Vajda
On Fri, 9 Dec 2011, Bill Janssen wrote: Any ideas on how to wrap weka? The core problem is that the class weka.core.Utils has both a "static double log2", and a "static double log2 (double a)", which confuses the heck out of JCC. It would be nice if it would rename one or both in the generate

Re: Can't wrap weka

2011-12-09 Thread Bill Janssen
Any ideas on how to wrap weka? The core problem is that the class weka.core.Utils has both a "static double log2", and a "static double log2 (double a)", which confuses the heck out of JCC. It would be nice if it would rename one or both in the generated C++ so that the class could be wrapped. B