Browse thread
[Caml-list] unbound value Parser.main?
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Michael Leary <leary@n...> |
| Subject: | Re: [Caml-list] unbound value Parser.main? |
oh. parser.cmi didn't get installed...oops. That might be a problem. On Thu, Aug 30, 2001 at 07:19:58PM -0700, Michael Leary wrote: > doh! the OcamlMakefile... is picky about names. > > I've got it like this now: > > SOURCES = lexer.mll parser.mly fbot.ml > RESULT = fbot > LIBS=str > > but now getting: > > ocamllex.opt lexer.mll > 134 states, 7680 transitions, table size 31524 bytes > ocamlyacc parser.mly > make[1]: Entering directory `/home/leary/dev/ocaml/fbot' > making ._ncdi/parser.di from parser.mli > making ._d/parser.d from parser.ml > making ._d/lexer.d from lexer.ml > making ._d/fbot.d from fbot.ml > make[1]: Leaving directory `/home/leary/dev/ocaml/fbot' > make[1]: Entering directory `/home/leary/dev/ocaml/fbot' > ocamlopt.opt -c lexer.ml > File "lexer.mll", line 2, characters 0-11: > Unbound module Parser > make[1]: *** [lexer.cmi] Error 2 > make[1]: Leaving directory `/home/leary/dev/ocaml/fbot' > make: *** [native-code] Error 2 > > which seems closer to the problem... :/ ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr