gnash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash] first alpha release of Gnash!


From: Rob Savoye
Subject: Re: [Gnash] first alpha release of Gnash!
Date: Mon, 08 May 2006 08:54:01 -0600
User-agent: Thunderbird 1.5 (X11/20051201)

Nicolas Lécureuil wrote:
> Hi,
> for me i still can't compile, and have still the same error :

  Can we move this to the gnash-dev list ? Anyway, Try this patch and
let me know. This just copies the shared library rather than using
libtool to install the plugin. There really isn't any need to relink the
plugin library at installation time. I'm assuming this is an issue with
libtool.

        - rob -

Index: plugin/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/plugin/Makefile.am,v
retrieving revision 1.23
diff -u -b -B -w -r1.23 Makefile.am
--- plugin/Makefile.am  3 May 2006 07:38:24 -0000       1.23
+++ plugin/Makefile.am  8 May 2006 14:54:51 -0000
@@ -149,9 +149,9 @@
 # won't load due to errors with an undefined MaiAtkObject.
 install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
        test -d "$(DESTDIR)$(plugindir)" || $(mkinstalldirs)
"$(DESTDIR)$(plugindir)"
-#       cp .libs/libgnashplugin.so $(DESTDIR)$(plugindir)/libgnashplugin.so
-       $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG)
$(plugin_LTLIBRARIES) "$(DESTDIR)$(plugindir)/$(plugin_LTLIBRARIES)"
-       $(RM) $(DESTDIR)$(plugindir)/libgnashplugin.*a
+       cp .libs/libgnashplugin.so
$(DESTDIR)$(plugindir)/$(plugin_LTLIBRARIES)
+#      $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG)
$(plugin_LTLIBRARIES) "$(DESTDIR)$(plugindir)/$(plugin_LTLIBRARIES)"
+#      $(RM) $(DESTDIR)$(plugindir)/libgnashplugin.*a


 # install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]