On 5 Jul 2023, at 15:48, Khem Raj via lists.openembedded.org 
<[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.

Ross
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#183890): 
https://lists.openembedded.org/g/openembedded-core/message/183890
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]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to