Advertisement
Guest User

Untitled

a guest
Jan 30th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. make all-recursive
  2. make[1]: entrant dans le répertoire « /home/elrondo/gnash-git/gnash »
  3. Making all in desktop
  4. make[2]: entrant dans le répertoire « /home/elrondo/gnash-git/gnash/desktop »
  5. make[2]: Rien à faire pour « all ».
  6. make[2]: quittant le répertoire « /home/elrondo/gnash-git/gnash/desktop »
  7. Making all in libdevice
  8. make[2]: entrant dans le répertoire « /home/elrondo/gnash-git/gnash/libdevice »
  9. CXX libgnashvaapi_la-VaapiImage.lo
  10. vaapi/VaapiImage.cpp:38:84: error: macro "_" passed 2 arguments, but takes just 1
  11. vaapi/VaapiImage.cpp:82:82: error: macro "_" passed 3 arguments, but takes just 1
  12. vaapi/VaapiImage.cpp: In constructor 'gnash::VaapiImage::VaapiImage(unsigned int, unsigned int, VaapiImageFormat)':
  13. vaapi/VaapiImage.cpp:38:15: error: '_' was not declared in this scope
  14. vaapi/VaapiImage.cpp:38:15: note: suggested alternatives:
  15. In file included from /usr/include/boost/mpl/aux_/include_preprocessed.hpp:37:0,
  16. from /usr/include/boost/mpl/placeholders.hpp:43,
  17. from /usr/include/boost/iterator/iterator_categories.hpp:17,
  18. from /usr/include/boost/iterator/iterator_adaptor.hpp:14,
  19. from /usr/include/boost/token_iterator.hpp:22,
  20. from /usr/include/boost/tokenizer.hpp:20,
  21. from ../libbase/rc.h:29,
  22. from ../libbase/log.h:26,
  23. from vaapi/VaapiImage.cpp:23:
  24. /usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:14:19: note: 'mpl_::_'
  25. /usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:14:19: note: 'mpl_::_'
  26. /usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:14:19: note: 'mpl_::_'
  27. vaapi/VaapiImage.cpp: In member function 'bool gnash::VaapiImage::create(unsigned int, unsigned int)':
  28. vaapi/VaapiImage.cpp:82:15: error: '_' was not declared in this scope
  29. vaapi/VaapiImage.cpp:82:15: note: suggested alternatives:
  30. In file included from /usr/include/boost/mpl/aux_/include_preprocessed.hpp:37:0,
  31. from /usr/include/boost/mpl/placeholders.hpp:43,
  32. from /usr/include/boost/iterator/iterator_categories.hpp:17,
  33. from /usr/include/boost/iterator/iterator_adaptor.hpp:14,
  34. from /usr/include/boost/token_iterator.hpp:22,
  35. from /usr/include/boost/tokenizer.hpp:20,
  36. from ../libbase/rc.h:29,
  37. from ../libbase/log.h:26,
  38. from vaapi/VaapiImage.cpp:23:
  39. /usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:14:19: note: 'mpl_::_'
  40. /usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:14:19: note: 'mpl_::_'
  41. /usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:14:19: note: 'mpl_::_'
  42. make[2]: *** [libgnashvaapi_la-VaapiImage.lo] Erreur 1
  43. make[2]: quittant le répertoire « /home/elrondo/gnash-git/gnash/libdevice »
  44. make[1]: *** [all-recursive] Erreur 1
  45. make[1]: quittant le répertoire « /home/elrondo/gnash-git/gnash »
  46. make: *** [all] Erreur 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement