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

unmet availability conditions: os != "win32" #128

Open
aimanimtiaz opened this issue Mar 23, 2019 · 2 comments
Open

unmet availability conditions: os != "win32" #128

aimanimtiaz opened this issue Mar 23, 2019 · 2 comments
Labels
forwarded-to-js-devs This report has been forwarded to Jane Street's internal review system.

Comments

@aimanimtiaz
Copy link

I am a Windows user and I have been trying to install core on my computer through Cygwin, but I have been getting the following error:

The following dependencies couldn't be met:

  • core -> jst-config
    unmet availability conditions: os != "win32"

No solution found, exiting

One possible solution to 'make' a repository which had ppx_inline_test in the configuration file was to install ppx_jane (and some other dependencies like core_kernel) separately. But now I have a repository that I need to install, but this repository needs the core library (among others) preinstalled which obviously I do not have on my computer. Is there any way to make core work on my computer?

@ghost
Copy link

ghost commented Mar 25, 2019

Where is the os != "win32" condition? I can't see it when looking at the opam files for core and jst-config

@github-iron github-iron added the forwarded-to-js-devs This report has been forwarded to Jane Street's internal review system. label Aug 20, 2020
@talyian
Copy link

talyian commented Sep 19, 2020

For anyone else getting this issue, compatibility notes are set on the packages in https://github.com/fdopen/opam-repository-mingw when you're using the fdopen opam build and you're trying to install something that won't build on windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forwarded-to-js-devs This report has been forwarded to Jane Street's internal review system.
Projects
None yet
Development

No branches or pull requests

3 participants