caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* 3.10.0+beta - "Not_found" from a custom camlp4 executable (Delete.delete_rule_in_suffix)
@ 2007-04-16 20:20 Aleksey Nogin
  2007-04-16 20:26 ` [Caml-list] " Nicolas Pouillard
  0 siblings, 1 reply; 5+ messages in thread
From: Aleksey Nogin @ 2007-04-16 20:20 UTC (permalink / raw)
  To: Caml List

I am trying to figure out how to use the new camlp4 (so that I can have 
some hope of migrating our MetaPRL Theorem Prover - http://metaprl.org/ 
to it). I thought that I'd start with something simple - port our local 
mods to pa_macro (now Camlp4MacroParser).

First, I tried making sure I know how to build and link the thing. 
Compiling an unmodified Camlp4MacroParser was not a problem, but then I 
got the following:

% ocamlc -g -thread -I -custom -o macroprint unix.cma threads.cma 
camlp4/camlp4lib.cma camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo 
camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo Camlp4MacroParser.cmo 
camlp4/Camlp4Filters/Camlp4TrashRemover.cmo camlp4/Camlp4Bin.cmo -linkall

% ./macroprint
Camlp4: Uncaught exception: Not_found

ocamldebug revealed that the Not_found is being raised from the 
Delete.delete_rule_in_suffix function.

What am I doing wrong?

TIA for any help!

Aleksey


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-04-17 19:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-16 20:20 3.10.0+beta - "Not_found" from a custom camlp4 executable (Delete.delete_rule_in_suffix) Aleksey Nogin
2007-04-16 20:26 ` [Caml-list] " Nicolas Pouillard
2007-04-16 22:49   ` 3.10.0+beta: pa_macro vs Camlp4MacroParser [Was: "Not_found" from a custom camlp4 executable] Aleksey Nogin
2007-04-17  1:12     ` 3.10.0+beta: Corrected and improved Camlp4MacroParser Aleksey Nogin
2007-04-17 19:28       ` Nicolas Pouillard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).