From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED autolearn=no autolearn_force=no version=3.4.2 Received: (qmail 15902 invoked from network); 3 Apr 2020 03:15:52 -0000 Received: from bsd.lv (HELO mandoc.bsd.lv) (66.111.2.12) by inbox.vuxu.org with UTF8ESMTPZ; 3 Apr 2020 03:15:52 -0000 Received: from fantadrom.bsd.lv (localhost [127.0.0.1]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id a068f7ea for ; Thu, 2 Apr 2020 22:15:46 -0500 (EST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id c2afc9ba for ; Thu, 2 Apr 2020 22:15:45 -0500 (EST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 9994D5C0378 for ; Thu, 2 Apr 2020 23:15:44 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Thu, 02 Apr 2020 23:15:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sgregoratto.me; h=content-transfer-encoding:content-type:date:from:to:subject :message-id; s=fm2; bh=w/uAS8ifSXkgmI+2H9qG6Weq9SbZtudvMV5gQCTNQ ck=; b=IUtjigkgKYuLwEY7Jq2vJLGnMkAYyxQ/Hvf+otdJRCdCQaG7+Fhfv1cV3 aETHaIvhrvUfOZVPiJ4hGc17h6RubbDq0kdobFlIY0q0A19Nx5Gm5J1/U7QQbKO2 Vknd0tNzCOTgCozY+tTbz2hzO7Y4sdBrXotl7t/m3K7Ea00ugKVN/cs70mNTSvqa yi4aaogIwkCs+YL42/cAflQ+2pgmJk60j+gpv53SjfiaHpXX/xu+ClxF+VMz8wgA 8HZD0UU9b8fPt3D0Mbvo6dym6I/bg27+oRISeLSFqB9HyYOj1nYfnGPYace+cQpd PdesXepxF2rJIon6WZofgVBRDzwUw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=w/uAS8ifSXkgmI+2H 9qG6Weq9SbZtudvMV5gQCTNQck=; b=wB8mOvAe2NH8VDjH+1FgIcIXNktPm3ZZ+ wlCtoGaPKNDxa33RO1jcFhttFGwaC2z4j3CZkFpfnueSszY7VRetCaJwJl6YhYPl N1zyGVR0jT90rj6LBUGDqlY6WM8sInPOTbLZw/yVtemAZViuCSLsTekO4qTb+OZv 0ApAv/C1JtkNy1RX/vZ5GFrIaFCDKbcVZYZscPHCs1cYY4ZKil4jIDtzz0k3l/RA 4A6U9H69UWuJqKGCShT5+py4LbJpdxu0NO6CED7VoKcLeJ9mff/2Xvtzzyp5uYa4 YJPYmxkOG7hZsTEnpPfRghExsQ/LlvedUu1WPScaBCCOldegNNskw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrtdehgdeikecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhepgfgtfffhvffukfesthhqredttddtje enucfhrhhomhepfdfuthgvphhhvghnucfirhgvghhorhgrthhtohdfuceouggvvhesshhg rhgvghhorhgrthhtohdrmhgvqeenucfkphepheekrddujeelrdeggedrudejvdenucevlh hushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehpvghrshhonhgr lhesshhgrhgvghhorhgrthhtohdrmhgv X-ME-Proxy: Received: from localhost (172.44.179.58.sta.dodo.net.au [58.179.44.172]) by mail.messagingengine.com (Postfix) with ESMTPA id 4AEE0328005A for ; Thu, 2 Apr 2020 23:15:43 -0400 (EDT) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Fri, 03 Apr 2020 14:14:37 +1100 From: "Stephen Gregoratto" To: Subject: Cannot compile on Arch Linux due to conflicing int types Message-Id: X-Mailinglist: mandoc-discuss Reply-To: discuss@mandoc.bsd.lv The ohash functions included in tag.c use the stdint.h types, but tag.c does not include them directly. This leads to compile errors like so: In file included from mandoc_ohash.h:20, from tag.c:31: compat_ohash.h:56:20: error: unknown type name =E2=80=98uint32_t=E2=80=99; = did you mean =E2=80=98u_int32_t=E2=80=99? 56 | const char *, uint32_t); | ^~~~~~~~ | u_int32_t compat_ohash.h:58:14: error: unknown type name =E2=80=98uint32_t=E2=80=99; = did you mean =E2=80=98u_int32_t=E2=80=99? 58 | size_t, uint32_t); | ^~~~~~~~ | u_int32_t compat_ohash.h:67:1: error: unknown type name =E2=80=98uint32_t=E2=80=99; d= id you mean =E2=80=98u_int32_t=E2=80=99? 67 | uint32_t ohash_interval(const char *, const char **); | ^~~~~~~~ | u_int32_t -- To unsubscribe send an email to discuss+unsubscribe@mandoc.bsd.lv