latest 16 messages by probs

+ [2019-11-26T16:16:15Z] probs I'm seeing if you want to use it in the command line, you download it and copy the path of the bin folder it has to an environment variable
+ [2019-11-26T16:13:06Z] probs Hi, is there a way to install cmake in gitbash?
+ [2019-09-25T18:46:48Z] probs talking about %PATH% and stuff and just saying 'update the %PATH%' isn't entirely helpful
+ [2019-09-25T18:46:48Z] probs I can compile this same program in its current state on other computers that were setup with this same method of just downloading gitbash, installing that make-4.2.1, and typing make inside of a folder with a makefile. I've googled it and gotten multiple possible answers but I'm not very experienced with using this outside of basic git commands so
+ [2019-09-25T18:45:46Z] probs the new lines start in the error): g++ -O3 -std=c++11 -c srcReport.cpp | process_begin: CreateProcess(NULL, g++ -O3 -std=c++11 -c srcReport.cpp, ...) failed. | make (e=2): The system cannot find the file specified. | make: *** [Makefile:10: srcReport.o] Error 2
+ [2019-09-25T18:45:45Z] probs Hey, I'm using Windows 10, downloaded git bash, and installed the "make-4.2.1-without-guile-w32-bin" because it allowed me to use 'make' as a command. I've done this on my other computer with no issues and this is all I had to do, but on this one, when I try to type 'make' when in a directory with a makefile, it gives me this error (the | are where
+ [2019-04-03T03:42:28Z] probs I've gone through every configuration and setup on the github Help page for github desktop and have downloaded atom, linked my github account to github desktop, etc.
+ [2019-04-03T03:41:43Z] probs is anyone up?
+ [2019-04-03T03:11:25Z] probs I have already synced my repository on github desktop and can see changes I've made in commits I've done using a browser, when I open github desktop. If I have github desktop open can I go to ""repository-> open in command prompt" to use the command prompt to run the makefile?
+ [2019-04-03T03:06:38Z] probs I'm having trouble understanding the difference between git, github, gitbash, bash, github desktop, etc
+ [2019-04-03T03:05:28Z] probs and then the makefile should run the rest of them
+ [2019-04-03T03:05:16Z] probs hi, I have a project in a github repository and it has a bunch of .cpp files with a makefile. I need to run the makefile in a terminal
+ [2019-03-23T03:29:54Z] probs There's a MakeFile in there
+ [2019-03-23T03:29:40Z] probs but I navigated to a folder that I cloned from a repository and tried writing 'make' and 'make all' and it's telling me bash: make: command not found
+ [2019-03-23T03:28:22Z] probs I downloaded Git and when I open it it's called MINGW64
+ [2019-03-23T03:26:58Z] probs I have a quesiton about using git bash