This is guide about how to configure multiple SSH keys for some Git host websites such as Github, Gitlab, among others.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Output: | |
| <built-in>: fatal error: opening dependency file Debug/main.cpp.o.d: No such file or directory | |
| compilation terminated. | |
| mingw32-make[1]: *** [dtsu666_32bit.mk:97: Debug/main.cpp.o] Error 1 | |
| # Under MSYS2 the above is the output of a fresh created "New Workspace" + "New Project" + "Codelite Makefile Generator", | |
| # which creates a Hello World Program, which SHOULD compile and run out of the box. | |
| # | |
| # Sometimes it doesn't. At least not, if you use "Rebuild" instead of build. | |
| # Same for "GNU makefile onestep build". All with auto-generated Makefile*.mk files. |