> But, Error occurs like below. > > CXX libgnashbase_la-GnashImagePng.lo > GnashImagePng.cpp: In member function `virtual void > gnash::PngImageInput::read()': > GnashImagePng.cpp:162: error: `png_set_expand_gray_1_2_4_to_8' undeclared > (first use this function)
png 1.2.7 is 6 years old and buggy! The function was called png_set_gray_1_2_4_to_8 back then. We should require a particular libpng version in configure. > CXXLD sdl-gnash > ../libmedia/.libs/libgnashmedia.so: undefined reference to > `boost::detail::get_current_thread_data()' > ../libmedia/.libs/libgnashmedia.so: undefined reference to `typeinfo for > boost::detail::thread_data_base' > ../libmedia/.libs/libgnashmedia.so: undefined reference to > `av_image_fill_linesizes' I see libavcodec and libboostthread are the two libraries you've put in another place. make V=1 will show you the actual compiler and linker commands instead of "CXXLD", which might help you to check why those libraries aren't being linked correctly. bwy -- -- The current release of Gnash is 0.8.8 http://www.gnu.org/software/gnash/ Benjamin Wolsey, Software Developer - http://benjaminwolsey.de C++ and Open-Source Flash blog - http://www.benjaminwolsey.de/bwysblog xmpp:[email protected] http://identi.ca/bwy
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

