Wed 30 Jan 2013 10:32:32 PM UTC, original submission:
I can't build gnash with vaapi support, configure is ok and ready. But when I try to build it I've this error:
make
make all-recursive
make[1]: entrant dans le répertoire « /home/elrondo/gnash-git/gnash »
Making all in desktop
make[2]: entrant dans le répertoire « /home/elrondo/gnash-git/gnash/desktop »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/elrondo/gnash-git/gnash/desktop »
Making all in libdevice
make[2]: entrant dans le répertoire « /home/elrondo/gnash-git/gnash/libdevice »
CXX libgnashdevice_la-DeviceGlue.lo
CXXLD libgnashdevice.la
CXX libgnashvaapi_la-vaapi_utils.lo
CXX libgnashvaapi_la-VaapiContext.lo
CXX libgnashvaapi_la-VaapiDisplay.lo
CXX libgnashvaapi_la-VaapiGlobalContext.lo
CXX libgnashvaapi_la-VaapiImage.lo
vaapi/VaapiImage.cpp:38:84: error: macro "_" passed 2 arguments, but takes just 1
vaapi/VaapiImage.cpp:82:82: error: macro "_" passed 3 arguments, but takes just 1
vaapi/VaapiImage.cpp: In constructor 'gnash::VaapiImage::VaapiImage(unsigned int, unsigned int, VaapiImageFormat)':
vaapi/VaapiImage.cpp:38:15: error: '_' was not declared in this scope
vaapi/VaapiImage.cpp:38:15: note: suggested alternatives:
In file included from /usr/include/boost/mpl/aux_/include_preprocessed.hpp:37:0,
from /usr/include/boost/mpl/placeholders.hpp:43,
from /usr/include/boost/iterator/iterator_categories.hpp:17,
from /usr/include/boost/iterator/iterator_adaptor.hpp:14,
from /usr/include/boost/token_iterator.hpp:22,
from /usr/include/boost/tokenizer.hpp:20,
from ../libbase/rc.h:29,
from ../libbase/log.h:26,
from vaapi/VaapiImage.cpp:23:
/usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:14:19: note: 'mpl_::_'
/usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:14:19: note: 'mpl_::_'
/usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:14:19: note: 'mpl_::_'
vaapi/VaapiImage.cpp: In member function 'bool gnash::VaapiImage::create(unsigned int, unsigned int)':
vaapi/VaapiImage.cpp:82:15: error: '_' was not declared in this scope
vaapi/VaapiImage.cpp:82:15: note: suggested alternatives:
In file included from /usr/include/boost/mpl/aux_/include_preprocessed.hpp:37:0,
from /usr/include/boost/mpl/placeholders.hpp:43,
from /usr/include/boost/iterator/iterator_categories.hpp:17,
from /usr/include/boost/iterator/iterator_adaptor.hpp:14,
from /usr/include/boost/token_iterator.hpp:22,
from /usr/include/boost/tokenizer.hpp:20,
from ../libbase/rc.h:29,
from ../libbase/log.h:26,
from vaapi/VaapiImage.cpp:23:
/usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:14:19: note: 'mpl_::_'
/usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:14:19: note: 'mpl_::_'
/usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:14:19: note: 'mpl_::_'
make[2]: *** [libgnashvaapi_la-VaapiImage.lo] Erreur 1
make[2]: quittant le répertoire « /home/elrondo/gnash-git/gnash/libdevice »
make[1]: *** [all-recursive] Erreur 1
-------------------------------------------
configure options for information:
./configure --prefix=/usr --sysconfdir=/etc --enable-renderer=agg --enable-gui=gtk --enable-media=gst,ffmpeg --with-plugindir=/usr/lib/mozilla/plugins --enable-device=vaapi --disable-kparts3 --disable-kparts4
|