-
Notifications
You must be signed in to change notification settings - Fork 8
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
fail to build on windows #3
Comments
Yeah this seems like a problem with cmake. First make sure this directory exists If so, is there a Makefile in that directory? |
It turns out using visual studio 15 as generator for cmake doesn't generate makefile. So I've changed generator with but
|
my environmental is windows7 with cmake and MingGW installed for GNU support.
`+visual studio community 2015 as compiler
build.jl fails at line 25
run('make')
I assume that this is due to cmke configuration error, which suppose to generate makefile but didn't
here is full log message
The text was updated successfully, but these errors were encountered: