alexozer / flitter

A LiveSplit-inspired speedrunning split timer for Linux/macOS terminal. Supports global hotkeys.
MIT License
132 stars 11 forks source link

Dune build fails and takes ages to install #26

Closed sh0tx420 closed 3 years ago

sh0tx420 commented 3 years ago

why do i have to install so much fucking dependencies, seriously, installing opam and all this shit took 1 hour and 30 minutes and now dune tells me to install more dependencies, can't you just compile this yourself and make it a release?

sh0tx420 commented 3 years ago

File "vendor/notty/lwt/notty_lwt.ml", line 68, characters 25-64:

Error: This expression has type (unit -> unit) Lwt.t
       but an expression was expected of type unit Lwt.t
       Hint: Did you forget to provide `()' as argument?
Done: 216/230 (jobs: 1)^J

your code doesnt even compile lol

alexozer commented 3 years ago

so many*

On Sun, Sep 27, 2020, 12:42 PM sh0tx420 notifications@github.com wrote:

File "vendor/notty/lwt/notty_lwt.ml", line 68, characters 25-64:

Error: This expression has type (unit -> unit) Lwt.t but an expression was expected of type unit Lwt.t Hint: Did you forget to provide `()' as argument? Done: 216/230 (jobs: 1)^J

your code doesnt even compile lol

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/alexozer/flitter/issues/26#issuecomment-699658293, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAP2NUUIG2KCOS5XQAEAVWLSH5TQTANCNFSM4R3UXUZQ .

Cjnator38 commented 3 years ago

Yeah I have the same problem.Does this have anything to do with "Hint: Did you forget to provide `()' as argument?"

[christophersmith@this-is-pc flitter]$ dune build
File "_none_", line 1: 
Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
File "vendor/notty/lwt/notty_lwt.ml", line 68, characters 25-64:
Error: This expression has type (unit -> unit) Lwt.t
       but an expression was expected of type unit Lwt.t
       Hint: Did you forget to provide `()' as argument?
Done: 212/230 (jobs: 1)[christophersmith@this-is-pc flitter]$ dune build
File "vendor/notty/lwt/notty_lwt.ml", line 68, characters 25-64:
Error: This expression has type (unit -> unit) Lwt.t
       but an expression was expected of type unit Lwt.t
       Hint: Did you forget to provide `()' as argument?
[christophersmith@this-is-pc flitter]$
alexozer commented 3 years ago

Fixed in 666c5483bc93efa6d01e0b7a927461269f8e14de. And it's not a bad idea at all to provide a binary release.