-
Notifications
You must be signed in to change notification settings - Fork 70
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
Issue when building with cmake #77
Comments
Obviously, the one, for which you have build tools available. Typically it's |
You're using windows tool for toolchain installed in mingw/msys. |
Hello, i successfully created a Makefile with cmake (GUI) and i used as generator "MinGW makefiles". But when tried to build using "Make" command i received a weird message from Console and there wasn't any compilation at all. This is the message i received in Console after typing "make" --> (c) microsoft corporation. all rights reserved |
If you're using MinGW makefiles use |
Hello, i try to build the hello-world sample using cmake (GUI)
Building the sample using cmake without GUI works succesfully, but when i try to build using cmake GUI, it fails.
At the beginning cmake asks me to choose a generator for the project , wich generator should i choose ?
Can someone help me please ?
The text was updated successfully, but these errors were encountered: