ok i did alot of crap to get this far i now have this error message
OK here's what i need help with I downloaded the file unpacked it using command ran the "./configure" and got these warnings
WARNING: without --enable-docbook we will use the cached
documentation files included in the gnash distribution.
If you change files in doc/C, you should --enable-docbook.
WARNING: You need to have the Ming development package
installed to run most of the tests in Gnash testsuite.
Install it from
http://www.libming.org/
or
.deb users: apt-get install libming-dev
WARNING: You need to have the Ming utilities package
installed to run most of the tests in Gnash testsuite.
Install it from
http://www.libming.org
or .deb users: apt-get install libming-util
WARNING: You need to have the 'swfmill' tool installed
to run some of the tests in Gnash testsuite.
You can install it from
http://swfmill.org/
or .deb users: apt-get install swfmill
Gnash should still compile even with these warnings. If it doesn't,
report the warnings as a bug.
OK so i went ahead and ran "make" and got this
gst/GstUtil.cpp: In static member function ‘static bool gnash::media::GstUtil::check_missing_plugins(GstCaps*)’:
gst/GstUtil.cpp:113: error: ‘gst_install_plugins_supported’ was not declared in this scope
gst/GstUtil.cpp:118: error: ‘gst_missing_decoder_installer_detail_new’ was not declared in this scope
make[2]: *** [libgnashmedia_la-GstUtil.lo] Error 1
make[2]: Leaving directory `/home/user1/gnash-0.8.4/libmedia'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user1/gnash-0.8.4'
make: *** [all] Error 2
umm dont understand this part but i went ahead and tried the "make install" which is supposed to make an install and install software this is what i got
root@user1-desktop:/home/user1/gnash-0.8.4# make install
Making install in libbase
make[1]: Entering directory `/home/user1/gnash-0.8.4/libbase'
make[2]: Entering directory `/home/user1/gnash-0.8.4/libbase'
test -z "/usr/local/lib/gnash" || /bin/mkdir -p
"/usr/local/lib/gnash"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'libgnashbase.la' '/usr/local/lib/gnash/libgnashbase.la'
/usr/bin/install -c .libs/libgnashbase-0.8.4.so /usr/local/lib/gnash/libgnashbase-0.8.4.so
(cd
/usr/local/lib/gnash && { ln -s -f libgnashbase-0.8.4.so
libgnashbase.so || { rm -f libgnashbase.so && ln -s
libgnashbase-0.8.4.so libgnashbase.so; }; })
/usr/bin/install -c .libs/libgnashbase.lai /usr/local/lib/gnash/libgnashbase.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gnash
-----------------------------------------------------------------
-----
Libraries have been installed in:
/usr/local/lib/gnash
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one
of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
-----------------------------------------------------------------
-----
test -z "/usr/local/etc" || /bin/mkdir -p "/usr/local/etc"
/usr/bin/install -c -m 644 'gnashrc' '/usr/local/etc/gnashrc'
/usr/bin/install -c -m 644 'gnashpluginrc' '/usr/local/etc/gnashpluginrc'
test -z "/usr/local/include" || /bin/mkdir -p "/usr/local/include"
make[2]: Leaving directory
`/home/user1/gnash-0.8.4/libbase'
make[1]: Leaving directory `/home/user1/gnash-0.8.4/libbase'
Making install in libamf
make[1]: Entering directory `/home/user1/gnash-0.8.4/libamf'
make[2]: Entering directory `/home/user1/gnash-0.8.4/libamf'
test -z "/usr/local/lib/gnash" || /bin/mkdir -p "/usr/local/lib/gnash"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'libgnashamf.la' '/usr/local/lib/gnash/libgnashamf.la'
libtool: install: warning: relinking `libgnashamf.la'
(cd
/home/user1/gnash-0.8.4/libamf; /bin/bash ../libtool --tag=CXX
--mode=relink g++ -g -O2 -pthread -pthread -W -Wall -Wcast-align
-Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused
-release 0.8.4 -lboost_thread-gcc41-mt-1_34_1
-lboost_date_time-gcc41-1_34_1 -Wl,--as-needed -o libgnashamf.la -rpath
/usr/local/lib/gnash amf.lo buffer.lo element.lo flv.lo lcshm.lo sol.lo
../libbase/libgnashbase.la -lc -lrt -lX11 -lXi )
libtool: link: warning: `/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../..//libjpeg.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../..//libgif.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../..//libcurl.la' seems to be moved
g++
-shared -nostdlib
/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../../../lib/crti.o
/usr/lib/gcc/powerpc-linux-gnu/4.1.3/crtbeginS.o .libs/amf.o
.libs/buffer.o .libs/element.o .libs/flv.o .libs/lcshm.o .libs/sol.o
-Wl,--rpath -Wl,/usr/local/lib/gnash -lboost_thread-gcc41-mt-1_34_1
-lboost_date_time-gcc41-1_34_1 -L/usr/local/lib/gnash -lgnashbase
-L/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../../ -L/usr/lib -lrt -lX11
-lXi -L/usr/lib/gcc/powerpc-linux-gnu/4.1.3
-L/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../../../lib -L/lib/../lib
-L/usr/lib/../lib -lstdc++ -lm -lc -lgcc_s
/usr/lib/gcc/powerpc-linux-gnu/4.1.3/crtsavres.o
/usr/lib/gcc/powerpc-linux-gnu/4.1.3/crtendS.o
/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../../../lib/crtn.o -pthread
-pthread -Wl,--as-needed -Wl,-soname -Wl,libgnashamf-0.8.4.so -o
.libs/libgnashamf-0.8.4.so
/usr/bin/install -c .libs/libgnashamf-0.8.4.soT /usr/local/lib/gnash/libgnashamf-0.8.4.so
(cd
/usr/local/lib/gnash && { ln -s -f libgnashamf-0.8.4.so
libgnashamf.so || { rm -f libgnashamf.so && ln -s
libgnashamf-0.8.4.so libgnashamf.so; }; })
/usr/bin/install -c .libs/libgnashamf.lai /usr/local/lib/gnash/libgnashamf.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gnash
-----------------------------------------------------------------
-----
Libraries have been installed in:
/usr/local/lib/gnash
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the
`-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
-----------------------------------------------------------------
-----
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/user1/gnash-0.8.4/libamf'
make[1]: Leaving directory `/home/user1/gnash-0.8.4/libamf'
Making install in libnet
make[1]: Entering directory `/home/user1/gnash-0.8.4/libnet'
make[2]: Entering directory
`/home/user1/gnash-0.8.4/libnet'
test -z "/usr/local/lib/gnash" || /bin/mkdir -p "/usr/local/lib/gnash"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'libgnashnet.la' '/usr/local/lib/gnash/libgnashnet.la'
libtool: install: warning: relinking `libgnashnet.la'
(cd
/home/user1/gnash-0.8.4/libnet; /bin/bash ../libtool --tag=CXX
--mode=relink g++ -g -O2 -pthread -pthread -W -Wall -Wcast-align
-Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused
../libbase/libgnashbase.la ../libamf/libgnashamf.la
../libbase/libltdlc.la -lglib-2.0 -lxml2 -lcurl
-lboost_thread-gcc41-mt-1_34_1 -lboost_date_time-gcc41-1_34_1 -lpthread
-Wl,--as-needed -o libgnashnet.la -rpath /usr/local/lib/gnash cque.lo
handler.lo lirc.lo http.lo network.lo netstats.lo rtmp.lo rtmp_msg.lo
rtmp_client.lo rtmp_server.lo statistics.lo -lc -lrt -lX11 -lXi )
libtool: link: warning:
`/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../..//libjpeg.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../..//libgif.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../..//libcurl.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../..//libjpeg.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../..//libgif.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../..//libcurl.la' seems to be moved
g++
-shared -nostdlib
/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../../../lib/crti.o
/usr/lib/gcc/powerpc-linux-gnu/4.1.3/crtbeginS.o .libs/cque.o
.libs/handler.o .libs/lirc.o .libs/http.o .libs/network.o
.libs/netstats.o .libs/rtmp.o .libs/rtmp_msg.o .libs/rtmp_client.o
.libs/rtmp_server.o .libs/statistics.o -Wl,--whole-archive
../libbase/.libs/libltdlc.a -Wl,--no-whole-archive -Wl,--rpath
-Wl,/usr/local/lib/gnash -L/home/user1/gnash-0.8.4/libbase/.libs
-L/usr/local/lib/gnash -lgnashbase
-L/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../../ -L/usr/lib -lgnashamf
-lglib-2.0 -lxml2 -lcurl -lboost_thread-gcc41-mt-1_34_1
-lboost_date_time-gcc41-1_34_1 -lpthread -lrt -lX11 -lXi
-L/usr/lib/gcc/powerpc-linux-gnu/4.1.3
-L/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../../../lib -L/lib/../lib
-L/usr/lib/../lib -lstdc++ -lm -lc -lgcc_s
/usr/lib/gcc/powerpc-linux-gnu/4.1.3/crtsavres.o
/usr/lib/gcc/powerpc-linux-gnu/4.1.3/crtendS.o
/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../../../lib/crtn.o -pthread
-pthread -Wl,--as-needed -Wl,-soname -Wl,libgnashnet.so.0 -o
.libs/libgnashnet.so.0.0.0
/usr/bin/install -c .libs/libgnashnet.so.0.0.0T /usr/local/lib/gnash/libgnashnet.so.0.0.0
(cd
/usr/local/lib/gnash && { ln -s -f libgnashnet.so.0.0.0
libgnashnet.so.0 || { rm -f libgnashnet.so.0 && ln -s
libgnashnet.so.0.0.0 libgnashnet.so.0; }; })
(cd
/usr/local/lib/gnash && { ln -s -f libgnashnet.so.0.0.0
libgnashnet.so || { rm -f libgnashnet.so && ln -s
libgnashnet.so.0.0.0 libgnashnet.so; }; })
/usr/bin/install -c .libs/libgnashnet.lai /usr/local/lib/gnash/libgnashnet.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gnash
-----------------------------------------------------------------
-----
Libraries have been installed in:
/usr/local/lib/gnash
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment
variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
-----------------------------------------------------------------
-----
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/user1/gnash-0.8.4/libnet'
make[1]: Leaving directory `/home/user1/gnash-0.8.4/libnet'
Making install in libmedia
make[1]: Entering directory `/home/user1/gnash-0.8.4/libmedia'
/bin/bash
../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I..
-I../libamf -I../libnet -I../backend -I../libbase -I../libcore
-I../libcore/vm -I../libcore/parser -pthread -I/usr/include/libxml2
-I/usr/include/libpng12 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I../libltdl -I../libmedia/gst
-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/SDL
-D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -pthread -pthread -W
-Wall -Wcast-align -Wcast-qual -Wpointer-arith
-Wreturn-type -Wnon-virtual-dtor -Wunused -MT
libgnashmedia_la-GstUtil.lo -MD -MP -MF
.deps/libgnashmedia_la-GstUtil.Tpo -c -o libgnashmedia_la-GstUtil.lo
`test -f 'gst/GstUtil.cpp' || echo './'`gst/GstUtil.cpp
g++
-DHAVE_CONFIG_H -I. -I.. -I../libamf -I../libnet -I../backend
-I../libbase -I../libcore -I../libcore/vm -I../libcore/parser -pthread
-I/usr/include/libxml2 -I/usr/include/libpng12 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I../libltdl -I../libmedia/gst -pthread
-I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/SDL
-D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -pthread -pthread -W -Wall
-Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type
-Wnon-virtual-dtor -Wunused -MT libgnashmedia_la-GstUtil.lo -MD -MP -MF
.deps/libgnashmedia_la-GstUtil.Tpo -c gst/GstUtil.cpp -fPIC -DPIC -o
.libs/libgnashmedia_la-GstUtil.o
gst/GstUtil.cpp: In static member function ‘static bool gnash::media::GstUtil::check_missing_plugins(GstCaps*)’:
gst/GstUtil.cpp:113: error: ‘gst_install_plugins_supported’ was not declared in this scope
gst/GstUtil.cpp:118: error: ‘gst_missing_decoder_installer_detail_new’ was not declared in this scope
make[1]: *** [libgnashmedia_la-GstUtil.lo] Error 1
make[1]:
Leaving directory `/home/user1/gnash-0.8.4/libmedia'
make: *** [install-recursive] Error 1
Ok lemme know something please people been without flash linux for a year now thank god for my laptop