Andi Vajda <va...@apache.org> 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 would rename one or both in the generated C++ so > > that the class could be wrapped. > > It's a bug in jcc, it needs to play a similar rename trick as it > already does for other such conflicts. > > Please, file a bug.
OK, this is issue #16. Bill