vincent-hugot / qtest

Inline (Unit) Tests for OCaml
GNU General Public License v3.0
67 stars 8 forks source link

Problem with how qTest2Lib is compiled #4

Closed thelema closed 11 years ago

thelema commented 11 years ago

File "/home/thelema/ocamlbrew/ocaml-4.00.0/lib/ocaml/site-lib/qtest/qTest2Lib.cma(Unix)", line 1: Warning 31: files /home/thelema/ocamlbrew/ocaml-4.00.0/lib/ocaml/site-lib/qtest/qTest2Lib.cma(Unix) and /home/thelema/ocamlbrew/ocaml-4.00.0/lib/ocaml/unix.cma(Unix) both define a module named Unix

It looks like qTest2Lib includes the unix module, and it shouldn't; the qtest package should only depend on Unix.

vincent-hugot commented 11 years ago

are you using do.ml or qtest/Makefile to compile ?