TelegraML icon indicating copy to clipboard operation
TelegraML copied to clipboard

Troubles compiling the examples

Open jparsert opened this issue 8 years ago • 5 comments

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'...

jparsert avatar Feb 20 '17 02:02 jparsert

Hm, are you sure you have ppx_blob installed?

nv-vn avatar Feb 20 '17 02:02 nv-vn

Package ppx_blob is already installed (current version is 0.2). Compiling with: ocamlbuild -use-ocamlfind -pkg telegraml Main.native

jparsert avatar Feb 20 '17 12:02 jparsert

Interesting, what compiler version are you using?

nv-vn avatar Feb 21 '17 06:02 nv-vn

4.04.0

jparsert avatar Feb 23 '17 10:02 jparsert

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.

nv-vn avatar Feb 23 '17 17:02 nv-vn