Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
FatGabelstapler opened this issue Jun 20, 2023 · 0 comments
Open

Comments

@FatGabelstapler
Copy link

FatGabelstapler commented Jun 20, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant