Replies: 2 comments 3 replies
-
Hmm. I never thought that anybody would try to use Git Bash directly for running things like Besides, autotools are really a foreign concept on Windows. It is a lot more common to use CMake on Windows. If you want to use autotools, you would choose a framework that's kind of emulating Linux/Unix, such as Cygwin or MSYS2. Like, when you are done compiling, you will want to install the compiled stuff. And that's simply not working in Git for Windows because Are you sure that you want to use Git for Windows in this scenario? Besides...
That's a quoting issue. Whoever write that line in the shell script (or Makefile?) forgot to take into account that |
Beta Was this translation helpful? Give feedback.
-
On the other hand, looks like it will be hard to get autools working on Windows even with proper paths:
Compiler crashes because Git Bash prepends it's binary directory to |
Beta Was this translation helpful? Give feedback.
-
Details
MinTTY terminal (default setting)
Any autotools-based project, take SDL2 or SDL_ttf as an example.
Git Bash installer warns about Vim being potentially hard / awkward to use. I think that there should aslo be a warning that default installation path (
C:/Program Files/Git
) does not work for autotools. I can not build any autotools-based project because:Beta Was this translation helpful? Give feedback.
All reactions