"make all" fails with:
make[1]: Entering directory `/home/Clovis/Downloads/ocamlnet-3.6.3/src/rpc'
ocamlfind ocamldep -syntax camlp4o -package camlp4.macro *.ml *.mli >depend || { rm -f depend; exit 1; }
File "rpc_auth_gssapi_aux.ml", line 62, characters 49-60:
Integer literal exceeds the range of representable integers of type int32
Preprocessing error on file rpc_auth_gssapi_aux.ml
make[1]: *** [depend] Error 1
make[1]: Leaving directory `/home/Clovis/Downloads/ocamlnet-3.6.3/src/rpc'
make: *** [all] Error 2
On the mentioned line, changing -2147483648l into Int32.min_int makes "make all" process without error.