Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I truly hope people aren't choosing their build systems based on the IDE they use. If you program C++, you will have to use some combination of a dozen strange autoconf/Make solutions, CMake, boost::jam, scons, rake, etc. If you work at a big corporation, you'll probably have a custom build tool. Any ide worth a damn will either be build tool agnostic or it won't be useful to the majority of the target market.


Then it has to have its own build system, with its own descriptor files, so you're maintaining two build systems anyway. Might as well pick one of the existing ones.


> Then it has to have its own build system, with its own descriptor files

...Why? Just interface with the existing build system. Most have very clear semantics, and it's not clear anything is gained from prioritizing one over the other. All the ide needs to worry about is generally syntax highlighting, targets, flags (e.g. to enable debugging), and the STANDARDIZED error reporting.

Also, gyp, ninja.... so many build systems. CMake only has a fraction of the market, and not even an impressive one.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: