Hi, I've decided to hack a little bit on Gnash. But while building it I got the following error:
make[4]: Entering directory `/home/roman/projects/gnash/gui' CXXLD qt4-gnash ../librender/.libs/libgnashrender.so: undefined reference to `typeinfo for gnash::GnashVaapiTexture' ../librender/.libs/libgnashrender.so: undefined reference to `gnash::GnashVaapiTexture::GnashVaapiTexture(unsigned int, unsigned int, gnash::image::ImageType)' /home/user/projects/gnash/libvaapi/.libs/libgnashvaapi.so: undefined reference to `vaGetDisplayGLX' ../librender/.libs/libgnashrender.so: undefined reference to `gnash::GnashVaapiTexture::update(boost::shared_ptr<gnash::VaapiSurface>)' collect2: ld returned 1 exit status I've only found out that /home/user/projects/gnash/libvaapi/.libs/libgnashvaapi.so is not linked against libva-glx.so where the symbol `vaGetDisplayGLX' resides. But why? Regards, Roman _______________________________________________ Gnash-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnash-dev

