alexozer / flitter

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

"Unbound module Core_kernel" Error when running "dune build" #45

Closed FatGabelstapler closed 3 days ago

FatGabelstapler commented 1 year ago

I have multiple unbound value errors when I run "dune build":

nameofuser@iMac flitter % dune build

File "src/colors.ml", line 1, characters 5-16:
1 | open Core_kernel
         ^^^^^^^^^^^
Error: Unbound module Core_kernel

File "src/splits.ml", line 1, characters 5-16:
1 | open Core_kernel
         ^^^^^^^^^^^
Error: Unbound module Core_kernel

File "src/duration.ml", line 1, characters 5-16:
1 | open Core_kernel
         ^^^^^^^^^^^
Error: Unbound module Core_kernel

File "src/big.ml", line 1, characters 5-16:    
1 | open Core_kernel
         ^^^^^^^^^^^
Error: Unbound module Core_kernel

File "src/hotkeys.ml", line 1, characters 5-16:
1 | open Core_kernel
         ^^^^^^^^^^^
Error: Unbound module Core_kernel

File "src/loadsave.ml", line 1, characters 5-16:
1 | open Core_kernel
         ^^^^^^^^^^^
Error: Unbound module Core_kernel

When I run opam list, there is this entry :

core_kernel v0.16.0

I have no idea how I could fix this problem

alexozer commented 3 days ago

I rewrote Flitter from scratch, and this is no longer an issue