On Mon, 27 Feb 2012, ron minnich wrote:
I've not had much luck building on osx. The latest problem is this:ocamlc -I ../commons -I ../commons/ocamlextra -I ../globals -I ../menhirlib -c lexer_cocci.ml File "lexer_cocci.mll", line 534, characters 3-40: Error: The constructor TPArob expects 0 argument(s), but is applied here to 1 argument(s) something I'm missing?
This is very strange. The constructor TPArob expects one argument. Can you see if you have the following in parsing_cocci/parser_cocci_menhir.mly (line 116):
%token <Data.clt> TPArob julia _______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
