You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to understand ocsigen framework thanks to the tutorials but the tutorial just doesn't work :(
I'm on this tutorial page https://ocsigen.org/tuto/8.0/manual/application, the Graffiti exemple.
problems encountered :
1- the eliom-distillery template "client-server.basic" doesn't exists
2- the codes Dom_html.window##alert or let%client _ = Eliom_lib.alert "Hello!" compiles but does nothing.
3- on compilation I have missing primitives : bigstringaf_blit_from_bytes and bigstringaf_blit_to_bytes which print fatal errors on my browser console.
The text was updated successfully, but these errors were encountered:
on Makefile I had to modify those lines :
JS_OF_ELIOM := js_of_eliom -jsopt +bigstringaf/runtime.js -ppx
OCSIGENSERVER := DYLD_LIBRARY_PATH=$(shell opam var lib)/stublibs ocsigenserver
Hello, I'm trying to understand ocsigen framework thanks to the tutorials but the tutorial just doesn't work :(
I'm on this tutorial page
https://ocsigen.org/tuto/8.0/manual/application
, the Graffiti exemple.problems encountered :
1- the eliom-distillery template "client-server.basic" doesn't exists
2- the codes
Dom_html.window##alert
orlet%client _ = Eliom_lib.alert "Hello!"
compiles but does nothing.3- on compilation I have missing primitives : bigstringaf_blit_from_bytes and bigstringaf_blit_to_bytes which print fatal errors on my browser console.
The text was updated successfully, but these errors were encountered: