|
|
|
|
|
by tehwalrus
4915 days ago
|
|
To both parents: whenever I have to install and work out how to debug yet another C build system on my Mac (default build settings never work on Macs), it leaves me wanting to (and indeed going on to) rewrite entire libraries I should be just using. (notable exception: autohell seems to work, some of the time, and it even sometimes fails with an error telling me what's wrong.) When I use python extensions (often written in C), this problem doesn't arise because distutils, and sometimes cython, handle everything. Python isn't the best C build system, but frankly it scores better than cmake and friends for ease of use. |
|
All the installed tools and libraries are old as hell and rarely get updated, and it's riddled with quirks and tools that are subtly different on osx. I hear it's gotten better with Mountain Lion.
Thank god for homebrew.