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

file not found #30

Open
EkaterinaAlekseeva opened this issue Apr 28, 2016 · 4 comments
Open

file not found #30

EkaterinaAlekseeva opened this issue Apr 28, 2016 · 4 comments

Comments

@EkaterinaAlekseeva
Copy link

error

Hello,
I am trying to do "ruby test.rb ./csa_hs" on my comuter but I have a message "File not found" whereas both files: test.rb and csa_hs are in the folder for which I am calling them. Can somebody explain me what I am doing wrong? Thanks in advance.

@Tristramg
Copy link
Contributor

I have no experience with the windows shell. Maybe you could try ruby test.rb csa_hs without the ./?

@EkaterinaAlekseeva
Copy link
Author

Thank for this answer. I've tried all combinations ( "ruby test.rb ./csa_hs") , ( "ruby test.rb csa_hs") , ( "ruby test.rb ./csa.hs" etc. ) and also with java file "CSA_java" but I have always the same "file not found":(

@espadrine
Copy link
Contributor

Slashes are interpreted as backslashes deep inside Windows.

The issue is that you are meant to make.

Of course, the make program is not available in stock Windows yet. You can either use Cygwin, or benefit from Windows 10's latest beta, which includes bash support (and a wealth of GNU commands, including make).

You will also need to install a number of compilers, for instance ghc for csa_hs.

@EkaterinaAlekseeva
Copy link
Author

Thank you for your reply

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

3 participants