On 17 December 2015 at 23:21, Heikki Mahkonen <[email protected]> wrote:
> I'm trying to compile the simple-nat as described in
> https://github.com/yomimono/simple-nat/blob/master/README.md.
>
> I'm getting this... Any ideas?
>
> user@xendev:~$ opam pin add tcpip
> https://github.com/yomimono/mirage-tcpip.git#expose_routing_exn

It appears that this pin is no longer needed, since the
expose_routing_exn branch was merged upstream a little while ago:

    https://github.com/mirage/mirage-tcpip/pull/166

so you can simply omit that step from the instructions.  However, some
of the other dependencies seem to rely on particular versions of Irmin
(0.9.8 or 0.9.9), so you may also need to run the following:

    opam pin add irmin 0.9.9

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

Reply via email to