stedolan/ppx_stage

Error: Reference to undefined global `Ast_helper'

philtomson opened this issue · 2 comments

I installed ppx_stage as instructed under OCaml 4.05.0

In utop:

utop # #use "topfind";;
...
utop # #require "ppx_stage.ppx";;
Error: Reference to undefined global `Ast_helper'

Do you have the same issue without using utop? (That is, with the plain ocaml toplevel)

This looks like the same issue as #6 . Does using utop-full fix the problem?