Received: from out-26.mta0.migadu.com (out-26.mta0.migadu.com [IPv6:2001:41d0:1004:224b::1a]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id E81DE223255 for <~alpine/users@lists.alpinelinux.org>; Thu, 30 Mar 2023 09:03:40 +0000 (UTC) MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ayaya.dev; s=key1; t=1680167019; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=29GFsMwKm1Qol9G8mtCn+GESTeKbA+HeovxPUM/X/Cw=; b=nnFd0ns1xmXelSwUK/d3+kdKBvhx+YjZUC3Q+ZBdXKONDJ8hwRtYGLfyL3xBwWt1OvXGJ1 DSSPC0HRHwQ1IZius4RT4Ic776yacmeHdUfz+5/Ub1sr81j8fihKMzO1aKBzlysU6fnRvg E8RCW6D1BsrZSdQ+i4gRvYKacqbqWEg= Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Thu, 30 Mar 2023 11:03:38 +0200 Message-Id: Subject: Re: Install dependencies X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "alice" To: , <~alpine/users@lists.alpinelinux.org> References: In-Reply-To: X-Migadu-Flow: FLOW_OUT On Thu Mar 30, 2023 at 10:50 AM CEST, wrote: > and run into make compilation errors: > > $ ./configure.sh > ... > $ make > ... > ../compat/libtiff/libtiff/tiffio.h:511:48: error: unknown type name 'uint= 32'; did you mean 'uint16'? > 511 | uint32 *, uint32 *, uint32 *); > | ^~~~~~ > | uint16 uint32 is not a standard type name, either find what defines it in what you= are building or use uint32_t from