Hi,

I have had a sour time with gnash, which (dev version) I had succesfully 
compiled and installed, months ago, in LFS-6.8, but not in 6.5 nor 6.7. For 
reasons I have already written, I believe some "flash" animation plugin could 
be in the book.

I had problems installing the stable 0.8.9, so I only can contribute with 
0.8.10dev.

Today, a sweet time: with a git version obtained on 25.Nov.2011, the build 
completed successfully!

I have gtk+-2.24.8  and gtk+-3.2.2 installed.

1. Using:

./configure \
    prefix=/usr \
    with-npapi-plugindir=/usr/lib/mozilla/plugins \
    disable-static \
    enable-plugins \
    enable-gui=gtk \
    with-ffmpeg-incl=/usr/include/libavcodec \
    with-ffmpeg-lib=/usr/lib \
    with-plugindir=/usr/lib/gnash/plugins  \
    with-plugins-install=system \
    with-gtk2-incl=/usr/include/gtk-2.0 \
    with-gtk2-lib=/usr/lib

did not complete make, and it took me an eternity to see some reference to 
gtk-3.0 in the make output.

2. Using:

./configure \
    --prefix=/usr \
    --sysconfdir=/etc \
    --with-plugins-install=system \
    --with-npapi-plugindir=/usr/lib/mozilla/plugins \
    --enable-gui=sdl,gtk \
    --enable-renderer=agg \
    --enable-media=gst,ffmpeg

completed make. Notice that just --enable-media=ffmpeg can be used.

3. It was very difficult to realise (until my old first succsessful build) that 
in order to have the plugin, not only the config needed reference it, but also 
"make install-plugins" have to be run, after "make install".


Then, in the dev case, the sequency is ./autogen.sh;.configure; make; make 
install; make install-plugins.

[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to