Advertisement
Guest User

errormsg

a guest
Jan 21st, 2025
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.52 KB | None | 0 0
  1. DEBUG: Executing shell function do_compile
  2. NOTE: make -j 16
  3. make  all-am
  4. make[1]: Entering directory `/home/platform/build/tmp/work/x86_64-linux/jbig2dec-native/0.11-r0/jbig2dec-0.11'
  5. 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
  6. jbig2_image_png.c: In function 'jbig2_png_write_data':
  7. jbig2_image_png.c:36:56: error: dereferencing pointer to incomplete type
  8.     check = fwrite(data, 1, length, (png_FILE_p)png_ptr->io_ptr);
  9.                                                        ^
  10. jbig2_image_png.c: In function 'jbig2_png_flush':
  11. jbig2_image_png.c:46:5: warning: implicit declaration of function 'CVT_PTR' [-Wimplicit-function-declaration]
  12.     io_ptr = (png_FILE_p)CVT_PTR((png_ptr->io_ptr));
  13.     ^
  14. jbig2_image_png.c:46:42: error: dereferencing pointer to incomplete type
  15.     io_ptr = (png_FILE_p)CVT_PTR((png_ptr->io_ptr));
  16.                                          ^
  17. make[1]: *** [jbig2_image_png.o] Error 1
  18. make[1]: Leaving directory `/home/platform/build/tmp/work/x86_64-linux/jbig2dec-native/0.11-r0/jbig2dec-0.11'
  19. make: *** [all] Error 2
  20. ERROR: oe_runmake failed
  21. WARNING: /home/platform/build/tmp/work/x86_64-linux/jbig2dec-native/0.11-r0/temp/run.do_compile.3160118:1 exit 1 from
  22.   exit 1
  23. 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