[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Javacaml ???



> Hello everyone, ...
> 
> Has anyone any experience with javacaml ? 
> 
> Do you know if it is supposed to work with ocaml 3.01, or something such,
> would it be nice to package it ?

I've tried to compile it without success.
Here is the error message.

lmazardo@beepbeep:~/local/src/JavaCaml$ make
find . -name "*.java" | xargs javac -O 
./ocaml/Code.java:477: Integer literal out of range.  
Decimal int literals must be in the range -2147483648 to 2147483647.
            return (int) (k - 4294967296); // 2 ^ 32
                              ^
Note: ./ocaml/Exec.java uses or overrides a deprecated API.  
Recompile with "-deprecation" for details.
1 error, 1 warning
make: *** [java] Error 123




Reply to: