[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: mirage-platform commit on June 26
Hi Vincent, I'm still using ocamlbuild. From the mirage-net/direct directory I simply call "ocamlbuild tests/iperf_self/iperf_self.xen". But for ocamlbuild to work right I make the following change to myocamlbuild.ml:
--- a/myocamlbuild.ml +++ b/myocamlbuild.ml @@ -63,7 +63,7 @@ module Configure = struct
(* Flags for building and using syntax extensions *) let ppflags () = (* Syntax extensions for the libraries being built *) - flag ["ocaml"; "pp"; "use_syntax"] & S [config_sh "syntax.deps"];
+ flag ["ocaml"; "pp"(*; "use_syntax"*)] & S [config_sh "syntax.deps"]; (* Include the camlp4 flags to build an extension *) flag ["ocaml"; "pp"; "build_syntax"] & S [config_sh "syntax.build"];
flag ["ocaml"; "pp"; "build_syntax_r"] & S [config_sh "syntax.build.r"]; I then simply use the cfg file in the tests directory. Apologies if this is unclear and non-standard, I will try to get this working with mirari etc, soon.
Balraj On Sun, Jun 30, 2013 at 1:08 PM, Vincent Bernardoff <vb@xxxxxxxxxxxxxx> wrote:
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |