[argyllcms] Re: ArgyllCMS build system

Nicolas Mailhot wrote:
> A fourth way is to just rebuild everything depending on argyll every
> time its version is bumped. Which is painful but less painful than the
> current fork + static linking situation.
>   

Unfortunately not just rebuild. Rebuilding would be sufficient if only
the ABIs change. But if the APIs change (for instance, if a function now
has five arguments, while it had only three arguments in the previous
version, and if the data types of some of these arguments have changed
too,...), then even code changes are necessary in the programs which use
those APIs.

Regards,
Gerhard

> Gecko, openssl… are examples of stuff that forces rebuilding regularly,
> because they don't have any fixed ABI. We still prefer this over the
> alternatives


Other related posts: