Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DEBUG: Executing shell function do_compile
- NOTE: make -j 16
- make all-am
- make[1]: Entering directory `/home/platform/build/tmp/work/x86_64-linux/jbig2dec-native/0.11-r0/jbig2dec-0.11'
- gcc -DHAVE_CONFIG_H -I. -isystem/home/platform/build/tmp/sysroots/x86_64-linux/usr/include -isystem/home/platform/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -Wall -c -o jbig2_image_png.o jbig2_image_png.c
- jbig2_image_png.c: In function 'jbig2_png_write_data':
- jbig2_image_png.c:36:56: error: dereferencing pointer to incomplete type
- check = fwrite(data, 1, length, (png_FILE_p)png_ptr->io_ptr);
- ^
- jbig2_image_png.c: In function 'jbig2_png_flush':
- jbig2_image_png.c:46:5: warning: implicit declaration of function 'CVT_PTR' [-Wimplicit-function-declaration]
- io_ptr = (png_FILE_p)CVT_PTR((png_ptr->io_ptr));
- ^
- jbig2_image_png.c:46:42: error: dereferencing pointer to incomplete type
- io_ptr = (png_FILE_p)CVT_PTR((png_ptr->io_ptr));
- ^
- make[1]: *** [jbig2_image_png.o] Error 1
- make[1]: Leaving directory `/home/platform/build/tmp/work/x86_64-linux/jbig2dec-native/0.11-r0/jbig2dec-0.11'
- make: *** [all] Error 2
- ERROR: oe_runmake failed
- WARNING: /home/platform/build/tmp/work/x86_64-linux/jbig2dec-native/0.11-r0/temp/run.do_compile.3160118:1 exit 1 from
- exit 1
- ERROR: Function failed: do_compile (log file is located at /home/platform/build/tmp/work/x86_64-linux/jbig2dec-native/0.11-r0/temp/log.do_compile.3160118)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement