caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] How to use ocamlbuild instead of ocamlfind
@ 2011-07-22  1:50 Kevin Fu
  2011-07-22  4:37 ` forum
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Fu @ 2011-07-22  1:50 UTC (permalink / raw)
  To: caml-list

[-- Attachment #1: Type: text/plain, Size: 570 bytes --]

Hi all,

I have working on a project that analyzing XML with PXP.
And PXP is recommended to compile with ocamlfind while my project is
compiled with ocamlbuild.
So I wanna to use ocamlbuild to compile project with PXP included but failed
in runtime
with errors that implicate the required PXP lex module is missing.
In fact that module has already been included as following :

-I XXXX

After all, anybody know about how to use the ocamlbuild to get the same
function as ocmalfind?
I think the key is the META file.

Any comment would be a great help.
Thank you!

Kevin

[-- Attachment #2: Type: text/html, Size: 750 bytes --]

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

end of thread, other threads:[~2011-07-22  4:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-22  1:50 [Caml-list] How to use ocamlbuild instead of ocamlfind Kevin Fu
2011-07-22  4:37 ` forum

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).