On Wed, Jul 5, 2023 at 8:19 AM Ross Burton <[email protected]> wrote:
> On 5 Jul 2023, at 15:48, Khem Raj via lists.openembedded.org <raj.khem= > [email protected]> wrote: > > > > I wonder of this failure is related to this > > https://errors.yoctoproject.org/Errors/Details/711770/ > > TOPDIR/build/tmp/work/cortexa72-cortexa53-crypto-mx8-yoe-linux/poppler/23.04.0-r0/recipe-sysroot/usr/include/jpeglib.h:968:52: > error: unknown type name 'FILE' > 968 | EXTERN(void) jpeg_stdio_dest(j_compress_ptr cinfo, FILE *outfile); > | ^ > > > Quite possibly, but poppler should be including stdio.h: > > “”" > Applications using the JPEG library should include the header file > jpeglib.h > to obtain declarations of data types and routines. Before including > jpeglib.h, include system headers that define at least the typedefs FILE > and > size_t. On ANSI-conforming systems, including <stdio.h> is sufficient; on > older Unix systems, you may need <sys/types.h> to define size_t. > “”” > > Looks like you want to backport > https://gitlab.freedesktop.org/poppler/poppler/-/commit/2986f06c7cc9d64a506ebe861b8bf38f73386e86 > to poppler. Right that seems to be the fix. So should I be expecting a patch :) > > > Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#183898): https://lists.openembedded.org/g/openembedded-core/message/183898 Mute This Topic: https://lists.openembedded.org/mt/99943765/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
