I normally use some kind of GNU/Linux because it works better for me than anything else. However, I do have Windows 7 installed on one of my computers, and among other things, I'd like to use it for some variant development.
The problem is, nothing wants to compile!
- I have trouble getting CMake (both Windows and Cygwin versions) to notice the presence of GCC
- For compiling the GTK2 interface, CMake doesn't detect GTK2 even if the libraries are installed and in my PATH
Furthermore the whole business is just overcomplicated. On Linux I can do everything from one terminal: git pull, cmake, make, and I'm done. On Windows I either have to fire up a (bloated, confusing) IDE, or I've got two or three different types of terminals... Or I can add everything to my PATH and risk incompatibilities.
Is there a One IDE to Rule Them All that would make my life easier? How do you guys handle this? How does anyone compile stuff on Windows that needs CMake?
The problem is, nothing wants to compile!
- I have trouble getting CMake (both Windows and Cygwin versions) to notice the presence of GCC
- For compiling the GTK2 interface, CMake doesn't detect GTK2 even if the libraries are installed and in my PATH
Furthermore the whole business is just overcomplicated. On Linux I can do everything from one terminal: git pull, cmake, make, and I'm done. On Windows I either have to fire up a (bloated, confusing) IDE, or I've got two or three different types of terminals... Or I can add everything to my PATH and risk incompatibilities.
Is there a One IDE to Rule Them All that would make my life easier? How do you guys handle this? How does anyone compile stuff on Windows that needs CMake?
Comment