Guest User

Untitled

a guest
Jan 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -pthread -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -D__STDC_CONSTANT_MACROS -march=native -mtune=native -m64 -pipe -DPIC -fPIC -ffast-math -DNDEBUG -O4 -W -Wall -MT libmod_libavcodec_la-trgt_av.lo -MD -MP -MF .deps/libmod_libavcodec_la-trgt_av.Tpo -c -o libmod_libavcodec_la-trgt_av.lo `test -f 'trgt_av.cpp' || echo './'`trgt_av.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -pthread -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/share/locale\" -D__STDC_CONSTANT_MACROS -march=native -mtune=native -m64 -pipe -DPIC -fPIC -ffast-math -DNDEBUG -O4 -W -Wall -MT libmod_libavcodec_la-trgt_av.lo -MD -MP -MF .deps/libmod_libavcodec_la-trgt_av.Tpo -c trgt_av.cpp -fPIC -DPIC -o .libs/libmod_libavcodec_la-trgt_av.o In file included
  2. from ../../../src/synfig/renddesc.h:33:0,
  3. from ../../../src/synfig/target.h:37,
  4. from ../../../src/synfig/target_scanline.h:30,
  5. from trgt_av.h:30,
  6. from trgt_av.cpp:34: ../../../src/synfig/color.h: In function 'unsigned char* synfig::Color2PixelFormat(const synfig::Color&, const synfig::PixelFormat&, unsigned char*, const synfig::Gamma&)': ../../../src/synfig/color.h:782:51: warning: value computed is not used [-Wunused-value]
  7. ../../../src/synfig/color.h:791:51: warning: value computed is not used [-Wunused-value] trgt_av.cpp: At global scope:
  8. trgt_av.cpp:110:1: error: 'AVFrame' does not name a type
  9. trgt_av.cpp:130:19: error: variable or field 'free_picture' declared void
  10. trgt_av.cpp:130:19: error: 'AVFrame' was not declared in this scope
  11. trgt_av.cpp:130:28: error: 'pic' was not declared in this scope
  12. trgt_av.cpp:137:35: error: variable or field 'convert_surface_frame' declared void
  13. trgt_av.cpp:137:35: error: 'AVFrame' was not declared in this scope
  14. trgt_av.cpp:137:44: error: 'pic' was not declared in this scope
  15. trgt_av.cpp:137:49: error: expected primary-expression before 'const'
  16. trgt_av.cpp:137:67: error: expected primary-expression before 'const'
  17. make[4]: *** [libmod_libavcodec_la-trgt_av.lo] Error 1
  18. make[4]: Leaving directory `/usr/src/synfig-0.63.02/src/modules/mod_libavcodec'
  19. make[3]: *** [all-recursive] Error 1
  20. make[3]: Leaving directory `/usr/src/synfig-0.63.02/src/modules'
  21. make[2]: Leaving directory `/usr/src/synfig-0.63.02/src'
  22. make[2]: *** [all-recursive] Error 1
  23. make[1]: *** [all-recursive] Error 1
  24. make[1]: Leaving directory `/usr/src/synfig-0.63.02' make: *** [all] Error 2
Add Comment
Please, Sign In to add comment