I tried that, now I’m getting:

$ make
W: Cannot find source file matching module 'vchan' in library vchan
Finished, 0 targets (0 cached) in 00:00:00.
Finished, 40 targets (39 cached) in 00:00:0

This is confusing to me, since vchan is the module I thought I was building?

Thanks,
Tyler

> On Mar 4, 2016, at 3:54 PM, Len Maxwell <[email protected]> wrote:
> 
> 
> Hello Tyler,
> 
> On Fri, Mar 4, 2016 at 3:28 PM, Tyler Smith <[email protected] 
> <mailto:[email protected]>> wrote:
> I’m having trouble getting started with ocaml-vchan (which I understand is a 
> part of the larger MirageOS project).
> 
> I cloned the repo https://github.com/mirage/ocaml-vchan 
> <https://github.com/mirage/ocaml-vchan>, and have run
> 
> ocaml setup.ml <http://setup.ml/> -configure
> ocaml setup.ml <http://setup.ml/> -build
> ocaml setup.ml <http://setup.ml/> -install
> 
> However, none of these commands generated a ‘xencat’ binary as demonstrated 
> in the example in Readme.md.
> 
> Am I missing a step?
> 
> 
> 
> It appears that xencat is compiled only when the "xenctrl" configure flag is 
> set:
> 
> https://github.com/mirage/ocaml-vchan/blob/f33d17a7d851817647655de40cef5092595e2538/_oasis#L68
>  
> <https://github.com/mirage/ocaml-vchan/blob/f33d17a7d851817647655de40cef5092595e2538/_oasis#L68>
> 
> Locally I was able to "./configure --xenctrl=true" and "make" -- then a 
> "xencat.native" binary appeared in the ocaml-vchan directory.
> 
> 
> hth,
> --
> Len
> 

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
MirageOS-devel mailing list
[email protected]
http://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel

Reply via email to