Received: from malikania.fr (malikania.fr [178.170.42.30]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 7C46C223201 for <~alpine/users@lists.alpinelinux.org>; Thu, 30 Mar 2023 09:23:19 +0000 (UTC) Received: from [192.168.1.106] (lputeaux-658-1-8-187.w92-154.abo.wanadoo.fr [92.154.63.187]) by malikania.fr (OpenSMTPD) with ESMTPSA id 52053ed1 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <~alpine/users@lists.alpinelinux.org>; Thu, 30 Mar 2023 11:23:16 +0200 (CEST) Message-ID: Subject: Re: Install dependencies From: David Demelier To: ~alpine/users@lists.alpinelinux.org Date: Thu, 30 Mar 2023 11:23:09 +0200 In-Reply-To: <7C19FC94-508B-444D-A35B-3DDEDC4359ED@mro.name> References: <7C19FC94-508B-444D-A35B-3DDEDC4359ED@mro.name> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 (3.46.4-1.fc37) MIME-Version: 1.0 On Thu, 2023-03-30 at 11:17 +0200, work@mro.name wrote: > Thanks for your help, after adding >=20 > #include > #define int32 int32_t > #define uint32 uint32_t >=20 > in ./libtiff/tifftcl.h >=20 > the missing include remains, so I guess I'll give up for now: >=20 > $ make > ... > In file included from=20 > /home/mro/Downloads/Img-1.4.11/libtiff/./tifftclDecls.h:38, > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 from=20 > /home/mro/Downloads/Img-1.4.11/libtiff/./tifftcl.h:53, > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 from tiff.c:22: > /home/mro/Downloads/Img- > 1.4.11/libtiff/./../compat/libtiff/libtiff/tiffiop.h:33:10:=20 > fatal error: tif_config.h: No such file or directory > =C2=A0=C2=A0=C2=A0 33 | #include "tif_config.h" > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 ^~~~~~~~~~~~~~ > compilation terminated. > make[1]: *** [Makefile:308: tiff.o] Error 1 > make[1]: Leaving directory '/home/mro/Downloads/Img-1.4.11/tiff' > make: *** [Makefile:99: all] Error 2 I think the software uses tiff <=3D3.x because tif_config.h has been removed from tiff since 4.x. --=20 David