TelegraML
TelegraML copied to clipboard
Troubles compiling the examples
As the title says, i have trouble compiling the examples. When trying top compile the simple example in the README i get: Uninterpreted extension 'blob'...
Hm, are you sure you have ppx_blob installed?
Package ppx_blob is already installed (current version is 0.2). Compiling with: ocamlbuild -use-ocamlfind -pkg telegraml Main.native
Interesting, what compiler version are you using?
4.04.0
Interesting, looks like it might be a ppx_blob problem (it hasn't been updated since 4.02). In that case, I guess dynamically loading the token is a better solution. I can try to change that in this repo later tonight.