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

Windows 7: setup.exe - make - does not exist #2

Open
apskii opened this issue Dec 11, 2014 · 1 comment
Open

Windows 7: setup.exe - make - does not exist #2

apskii opened this issue Dec 11, 2014 · 1 comment

Comments

@apskii
Copy link

apskii commented Dec 11, 2014

In the end (strictly I'm not sure it is) of installation:

[1 of 1] Compiling Main             ( dist\setup\setup.hs, dist\setup\Main.o )
Linking .\dist\setup\setup.exe ...
Configuring idris-0.9.15.1...
setup.exe: make: does not exist
@steshaw
Copy link

steshaw commented Aug 4, 2016

I had the same issue. I found that I had to add /mingw32/bin to my PATH. The last few lines in my .bash_profile look something like:

#export LC_ALL=C
export PATH=/mingw32/bin:$PATH
export PATH=/ghc-7.8.3/bin:$PATH
export PATH=$HOME/bin:$PATH
export PATH=/c/Users/IEUser/AppData/Roaming/cabal/bin:$PATH

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

2 participants