-
Notifications
You must be signed in to change notification settings - Fork 109
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
Cygwin #188
Comments
@peblpebl I'm not completely sure what are you trying to do, but On the other hand, if you are trying to build for Windows (and only use Cygwin as a shell), you might be better off using the native Windows Python instead of the Cygwin one. It may happen that things will work better in that case. |
I am trying to build a native image of a java project. Given win in not supported yet, I have a virtualbox with ubuntu that shares a drive between guest/host. When I see that is working, I want to try to see how far I get with a native image of windows. Secondly I want to see how fast I can get a R script to run (it uses some fortran libs). But I am currently stuck at mx eclipseinit. |
I am trying to run in mx in cygwin, but am getting:
when just doing mx update.
Adding
to mx.mx/suite.py, seems to help, but I dont know if this is the right way.
The text was updated successfully, but these errors were encountered: