Created
May 3, 2011 21:04
-
-
Save bitbckt/954236 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I: Running command '/usr/local/bin/ocamlbuild src/odn.cma src/odn.cmxa src/odn.a src/pa_noodn.cma tests/test.byte -tag debug' | |
I: No need to copy file '_build/tests/test.byte' to '_build/tests/test', same content | |
I: Running command '/usr/local/bin/ocamlbuild src/pa_odn.cma -tag debug' | |
ocamlfind ocamlc -c -g -package type-conv -package camlp4.quotations.o -package camlp4.lib -syntax camlp4o -I src -o src/pa_odn.cmo src/pa_odn.ml | |
+ ocamlfind ocamlc -c -g -package type-conv -package camlp4.quotations.o -package camlp4.lib -syntax camlp4o -I src -o src/pa_odn.cmo src/pa_odn.ml | |
File "src/pa_odn.ml", line 203, characters 21-33: | |
Error: This expression has type | |
Camlp4.PreCast.Ast.Loc.t -> | |
Camlp4.PreCast.Ast.ctyp -> Camlp4.PreCast.Ast.expr | |
but an expression was expected of type | |
Camlp4.PreCast.Ast.Loc.t -> Camlp4.PreCast.Ast.ctyp -> 'a -> 'b | |
Command exited with code 2. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment