<ehirdoy>
hello, I'm setting up Ocaml env as described in https://dev.realworldocaml.org/install.html. utop works but if I try to run it from emacs, I get the following error. "error in process filter: Unknown upattern `(quote wait)'". Do you have any hint for this?
ehirdoy has quit [Ping timeout: 256 seconds]
mort___ has left #mirage [#mirage]
<Ulrar>
hannes: So basically adding to my list this : package ~build:true "lwt.ppx"
<Ulrar>
Is that correct ? Because it doesn't seem to work, I ran configure again, no errors, but make still says unrecognised extension, and I can't see lwt.ppx in the options passed during build
<Ulrar>
I got that package name from ocsigen though, maybe I should use a different name for this ?
ehirdoy has joined #mirage
Haudegen has quit [Read error: Connection reset by peer]
ehirdoy has quit [Ping timeout: 245 seconds]
ehirdoy has joined #mirage
Haudegen has joined #mirage
mort___ has joined #mirage
andreas23 has quit [Quit: Leaving.]
mort___ has quit [Quit: Leaving.]
mort___ has joined #mirage
andreas23 has joined #mirage
Haudegen has quit [Remote host closed the connection]
<hannes>
Ulrar: seems to only works with 'package "lwt_ppx"' for me here...
<Ulrar>
hannes: lwt_ppx doesn't seem to exist for me. But lwt.ppx without the build:true does work