Arjun SM wrote:
>
> I also ran ./autogen.sh successfully . Although  had some errors initially
> with libtool, i found answers in this forum of export NO_LIBTOOLIZE=1 and
> then running autogen.sh.

  You need libtoolize, although I guess I could change things to just
not built the extensions if it isn't installed.

> What i failed to understand is How i can configure gnash source code as a
> plugin and install ? I could not figure out the options that is to be given
> with ./configure

  By default, you should not need any configure options at all to get a
working Gnash. Ignore the configure warnings about missing tools for
testing, and install anything that gives you error.

  Chances are the only option you really need is --enable-gui= (use gtk,
kde, or kde4), or --enable-renderer= (agg or ogl), or --enable-media=
(ffmpeg or gst). By default you get a gtk, kde3, agg, gst configuration.

        - rob -



_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to