Skip to content

Error loading irmin.mirage from utop. #338

@mmaker

Description

@mmaker

On a fresh utop session:

utop # #require "irmin.mirage";;
Error: The external function `caml_alloc_pages' is not available 

Can be fixed loading io-page.unix first (credits to @yomimono):

utop # #require "io-page.unix";;
utop # #require "irmin.mirage";;

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/bugRelated to a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions