From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 19 Aug 2013 17:17:36 +0200 From: Jens Staal To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Message-ID: <20130819171736.3d6621a9@Krypton> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [9fans] libbsd: incompatible type signatures Topicbox-Message-UUID: 71d30052-ead8-11e9-9d60-3106f5b1d025 Dear all, I just hit the following compilation error and I wonder if this is some sort of bug in the APE libraries and how to trace down what is really wrong: ??none??: incompatible type signatures 50220469(/386/lib/ape/libdraw.a(screen)) and 9bbe58(/386/lib/ape/libbsd(bind)) for bind htonl: incompatible type signatures 617952a3(/386/lib/ape/libbsd.a(bind)) and ac7c45d0 (/386/lib/ape/libbsd.a(ntohs)) for ntohs Version: I did a pull this morning so everything should be up-to-date. any hints about how to fix this?