2. version3/java/DBIG32 and version3/java/DBIG64 have a syntax error around line 235: cast_to_chunk() is in the BIG class. This should be caught by your test platform...
int i,wd,bt;
wd=m/CONFIG_BIG.BASEBITS;
bt=m%CONFIG_BIG.BASEBITS;
w[wd]&=((cast_to_chunk(1)<<bt)-1);
w[wd]&=((BIG.cast_to_chunk(1)<<bt)-1);
for (i=wd+1;i<BIG.DNLEN;i++) w[i]=0;
Sorry - running short of time. Next time I'll try to generate a pull request.
-if sys.platform.startswith("linux") : +if (sys.platform.startswith("linux") or sys.platform.startswith("darwin")) : copytext="cp " deltext="rm " slashtext="/"