-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Specifying specific version of extlib in opam #325
Comments
@charany1 can you install javalib on its own? For example |
this results in installing of javalib 2.3a whereas required is javalib>=2.3.1 . I get this error :
I can get javalib jar from here , can you guide how to install this from here . When I try to install javalib 2.3.1 I get this
|
What's the output of |
Hi @charany1, any news here? |
Looks like it was an issue with the opam install, closing optimistically. Please do re-open if there is still an issue. |
After getting terminal output as pasted by me in #324 .
I went on to execute following three commands :
and got this :
I think it is because of this line in opam file .
It results in installing of latest extlib release from here which as of now is 1.7.0 .
To avoid this problem I guess we should specify highest extlib version <= 1.6.0 which is 1.6.0 itself rather than conditional range .
System detail : 32-bit Ubuntu 14.04 LTS
The text was updated successfully, but these errors were encountered: