[Question][Hw4] Can someone share the module versions? #712
Replies: 5 comments
-
Hello. I suggest you to use provided docker image/KCloud server, or follow the steps to install dependencies required for this assignment from github workflow file. |
Beta Was this translation helpful? Give feedback.
-
Thank you for suggestion! let me try... |
Beta Was this translation helpful? Give feedback.
-
FYI: grading uses ocaml 4.13.1 |
Beta Was this translation helpful? Give feedback.
-
We use Thanks. |
Beta Was this translation helpful? Give feedback.
-
Problem solved by reinstalling whole env. Thanks for all advices! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Name: Songyeon Ma
Hello. I'm struggling with version control. Please, Can somebody help me?
I'm using Opam to control modules and it worked for hw1~3 perfectly, but when i 'make' hw4, it raises an error.
When i make hw4 first time, it raised error 'Library 'cil' not found.' So, I installed cil with 'opam install cil'.
By doing so, I could solve the problem. But another error occured, 'Unbounded module 'Fun'.'
And also, another error 'Unbounded module 'Float'' occured when i tried to make hw3.
By searching, I knew that this error occurs when ocaml version is lower than 4.07.0.
So I tried to upgrade ocaml version to 4.07.0, but for doing that, I needed to delete 'cil' because It works only for ocaml whose version is lower then 4.05.0.
When I downgrade ocaml version to 4.05.0 again, it made same error 'Unbounded module 'Fun'' again.
I struggled with this error for two days... But nothing worked for me...
Please can somebody share me solution or your module versions? Below is my module versions.
Please somebody help me T.T
Beta Was this translation helpful? Give feedback.
All reactions