Hitting every branch on the way down

The author expresses frustration with autoconf and details their attempt to build their project on a fresh BSD-flavored system without relying on outdated methods. They encounter issues with the protobuf library generating incorrect code, leading to a clever solution involving a sed command. The author also faces problems with missing #includes, highlighting the need for compatibility adjustments in their code. A baffling discovery during their investigation into the protobuf repository reveals mysterious changes without clear explanations. Additionally, the excessive length of commands when using a new version of protobuf is noted. Ultimately, the author resolves issues by switching to a more compatible version of the library.

http://rachelbythebay.com/w/2024/04/29/pb/

To top