Error: Reference to undefined global `Ast_helper'
philtomson opened this issue · 2 comments
philtomson commented
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'
stedolan commented
Do you have the same issue without using utop
? (That is, with the plain ocaml
toplevel)