Hello,

Le 08/30/14 21:05, Lucas Nussbaum a écrit :
> Relevant part (hopefully):
>> cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall 
>> -O3 -DUSE_FBSPLASH -Wall -O3 -g -I/usr/include/freetype2/ -I. -c 
>> mng_callbacks.c -o mng_callbacks.o
>> In file included from /usr/include/libmng_types.h:210:0,
>>                  from /usr/include/libmng.h:386,
>>                  from mng_callbacks.c:12:
>> /usr/include/jpeglib.h:954:30: error: unknown type name 'FILE'
>>  EXTERN(void) jpeg_stdio_dest JPP((j_compress_ptr cinfo, FILE * outfile));
>>                               ^
>> /usr/include/jpeglib.h:955:29: error: unknown type name 'FILE'
>>  EXTERN(void) jpeg_stdio_src JPP((j_decompress_ptr cinfo, FILE * infile));
>>                              ^
>> make[3]: *** [mng_callbacks.o] Error 1

I confirm the issue after upgrading libmng-dev from 1.0.10-3 to 1.0.10+dfsg-3.1

I'm ready to add a patch so that <stdio.h> is included at the beginning 
mng_callbacks.c

But isn't it rather a bug in /usr/include/jpeglib.h if it does not include 
<stdio.h> before using FILE ?
I am tempted to reassign to both libjpeg-turbo & libjpeg8

Ah, just found https://bugs.debian.org/461602 and 
https://bugs.launchpad.net/bugs/1342459‎
So maybe reassign to libmng instead.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to