When compiling bin-prot via godi, I get the error below. We have libc version 2.5, which seems not to support the missing functions. Is this dependency removed in any branch? (Also, let me know if there is a better mailing list to use for bin-prot.)<div>

<br></div><div><div>I: Running command '/home/aa144/local/godi/bin/ocamlbuild syntax/pa_bin_prot.cma lib/libbin_prot.a lib/dllbin_prot.so lib/bin_prot.cma lib/bin_prot.cmxa lib/bin_prot.a lib_test/example.byte -tag debug'</div>

<div>Finished, 1 target (0 cached) in 00:00:00.</div><div>+ ocamlfind ocamlc -ccopt -pipe -ccopt -g -ccopt -fPIC -ccopt -O2 -ccopt -fomit-frame-pointer -ccopt -fsigned-char -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Werror -ccopt -Wno-long-long -c lib/write_stubs.c</div>

<div>cc1: warnings being treated as errors</div><div>lib/write_stubs.c: In function 'do_write_int16':</div><div>lib/write_stubs.c:76: warning: implicit declaration of function 'htole16'</div><div>lib/write_stubs.c: In function 'do_write_int32':</div>

<div>lib/write_stubs.c:90: warning: implicit declaration of function 'htole32'</div><div>lib/write_stubs.c: In function 'do_write_int64':</div><div>lib/write_stubs.c:105: warning: implicit declaration of function 'htole64'</div>

<div>lib/write_stubs.c: In function 'write_network16_int_stub':</div><div>lib/write_stubs.c:557: warning: implicit declaration of function 'htobe16'</div><div>lib/write_stubs.c: In function 'write_network32_int_stub':</div>

<div>lib/write_stubs.c:567: warning: implicit declaration of function 'htobe32'</div><div>lib/write_stubs.c: In function 'write_network64_int_stub':</div><div>lib/write_stubs.c:588: warning: implicit declaration of function 'htobe64'</div>

<div>Command exited with code 2.</div><div>Compilation unsuccessful after building 8 targets (0 cached) in 00:00:01.</div><div>E: Command '/home/aa144/local/godi/bin/ocamlbuild syntax/pa_bin_prot.cma lib/libbin_prot.a lib/dllbin_prot.so lib/bin_prot.cma lib/bin_prot.cmxa lib/bin_prot.a lib_test/example.byte -tag debug' terminated with error code 10</div>

<div>make[7]: *** [all] Error 1</div></div><div><br></div>